2023-11-16T01:08:55.609 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-16T01:08:55.609 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637 --verbose --name yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/orig.config.yaml 2023-11-16T01:08:55.642 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:08:55.727 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637 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: yweinste@redhat.com first_in_suite: false job_id: '7459637' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-15_21:10:46-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: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAcfWF4XJ9EvtKgv+ExkjBDgHZDByPXlxymAMSsZ2iQpyr8orkDcJmoim43gl0BRY4WcfkmR3bLLc5gFNS1NYxY= smithi155.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOstMOCiBvKFON58IMS7Oi3QvP4I90Dp6kPtFxvjcrKbFbUVwo1sHHnma7cbECDyYnbJrNiAN5oFQMdpRsWCmJg= 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-15_21:10:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1224587 2023-11-16T01:08:55.728 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-16T01:08:55.730 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ed3c8e926b9de93026c8a7c1d86be5d6821b52ac/qa/tasks 2023-11-16T01:08:55.731 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-16T01:08:55.732 INFO:teuthology.task.internal:Checking packages... 2023-11-16T01:08:55.754 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'ed3c8e926b9de93026c8a7c1d86be5d6821b52ac' 2023-11-16T01:08:55.755 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-16T01:08:55.755 INFO:teuthology.packaging:ref: None 2023-11-16T01:08:55.755 INFO:teuthology.packaging:tag: None 2023-11-16T01:08:55.755 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-14-1227-pacific 2023-11-16T01:08:55.755 INFO:teuthology.packaging:sha1: ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T01:08:55.755 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-16T01:08:55.904 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-171.ged3c8e92 2023-11-16T01:08:55.904 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-16T01:08:55.911 INFO:teuthology.task.internal:no buildpackages task found 2023-11-16T01:08:55.911 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-16T01:08:55.923 INFO:teuthology.task.internal:Saving configuration 2023-11-16T01:08:55.943 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-16T01:08:55.950 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:08:55.977 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637', '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-16 01:03:32.528268', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAcfWF4XJ9EvtKgv+ExkjBDgHZDByPXlxymAMSsZ2iQpyr8orkDcJmoim43gl0BRY4WcfkmR3bLLc5gFNS1NYxY='} 2023-11-16T01:08:55.997 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637', '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-16 01:03:32.526402', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOstMOCiBvKFON58IMS7Oi3QvP4I90Dp6kPtFxvjcrKbFbUVwo1sHHnma7cbECDyYnbJrNiAN5oFQMdpRsWCmJg='} 2023-11-16T01:08:55.997 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-16T01:08:56.003 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-16T01:08:56.003 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-16T01:08:56.004 INFO:teuthology.run_tasks:Running task console_log... 2023-11-16T01:08:56.079 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f12d44c0b80>, signals=[15]) 2023-11-16T01:08:56.079 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-16T01:08:56.086 INFO:teuthology.task.internal:Opening connections... 2023-11-16T01:08:56.086 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2023-11-16T01:08:56.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:08:56.156 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2023-11-16T01:08:56.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:08:56.222 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-16T01:08:56.229 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2023-11-16T01:08:56.247 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2023-11-16T01:08:56.247 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="8.4 (Ootpa)" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:ID="rhel" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="fedora" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="8.4" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el8" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T01:08:56.305 INFO:teuthology.orchestra.run.smithi026.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T01:08:56.306 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-16T01:08:56.307 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2023-11-16T01:08:56.330 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2023-11-16T01:08:56.348 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2023-11-16T01:08:56.349 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2023-11-16T01:08:56.405 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="Red Hat Enterprise Linux" 2023-11-16T01:08:56.405 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="8.4 (Ootpa)" 2023-11-16T01:08:56.406 INFO:teuthology.orchestra.run.smithi155.stdout:ID="rhel" 2023-11-16T01:08:56.406 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="fedora" 2023-11-16T01:08:56.406 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="8.4" 2023-11-16T01:08:56.406 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el8" 2023-11-16T01:08:56.406 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://www.redhat.com/" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-16T01:08:56.407 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:08:56.408 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-16T01:08:56.408 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-11-16T01:08:56.408 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-11-16T01:08:56.408 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-11-16T01:08:56.409 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2023-11-16T01:08:56.430 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-16T01:08:56.441 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-16T01:08:56.453 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-16T01:08:56.454 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:08:56.457 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2023-11-16T01:08:56.474 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-16T01:08:56.480 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-16T01:08:56.480 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:08:56.515 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2023-11-16T01:08:56.529 INFO:teuthology.orchestra.run.smithi026.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-16T01:08:56.531 INFO:teuthology.orchestra.run.smithi155.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-11-16T01:08:56.532 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-16T01:08:56.587 INFO:teuthology.run_tasks:Running task kernel... 2023-11-16T01:08:56.601 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-16T01:08:56.602 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-16T01:08:56.602 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:08:56.602 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-16T01:08:56.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:08:56.618 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-11-16T01:08:56.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:08:56.619 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-11-16T01:08:56.675 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-16T01:08:56.675 INFO:teuthology.task.kernel:Running kernel on smithi155: 4.18.0-305.25.1.el8_4.x86_64 2023-11-16T01:08:56.675 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2023-11-16T01:08:56.677 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-11-16T01:08:56.677 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.18.0-305.25.1.el8_4.x86_64 2023-11-16T01:08:56.677 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2023-11-16T01:08:58.186 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-11-16T01:08:58.187 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-11-16T01:08:58.216 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-11-16T01:08:58.217 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-11-16T01:08:59.570 INFO:teuthology.orchestra.run.smithi026.stdout:Copr repo for python3-asyncssh owned by ceph 39 kB/s | 3.5 kB 00:00 2023-11-16T01:08:59.649 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-16T01:09:00.166 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2023-11-16T01:09:00.463 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-11-16T01:09:03.639 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 4.1 MB/s | 24 kB 00:00 2023-11-16T01:09:03.799 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-11-16T01:09:04.376 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-16T01:09:04.376 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-16T01:09:04.376 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-16T01:09:04.520 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-11-16T01:09:04.521 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2023-11-16T01:09:04.522 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-11-16T01:09:04.555 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-11-16T01:09:04.555 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-11-16T01:09:04.556 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-11-16T01:09:04.628 DEBUG:teuthology.orchestra.run.smithi026:> echo no | sudo yum reinstall kernel || true 2023-11-16T01:09:04.701 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-16T01:09:04.702 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-11-16T01:09:04.702 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-16T01:09:04.816 DEBUG:teuthology.orchestra.run.smithi155:> echo no | sudo yum reinstall kernel || true 2023-11-16T01:09:04.992 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-11-16T01:09:04.993 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-11-16T01:09:05.161 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-11-16T01:09:05.162 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-11-16T01:09:05.304 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 01:09:03 AM UTC. 2023-11-16T01:09:05.438 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-16T01:09:05.439 INFO:teuthology.orchestra.run.smithi026.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-16T01:09:05.439 INFO:teuthology.orchestra.run.smithi026.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-16T01:09:05.459 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:02 ago on Thu 16 Nov 2023 01:09:03 AM UTC. 2023-11-16T01:09:05.460 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2023-11-16T01:09:05.511 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum reinstall -y kernel || true 2023-11-16T01:09:05.604 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-16T01:09:05.604 INFO:teuthology.orchestra.run.smithi155.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-16T01:09:05.605 INFO:teuthology.orchestra.run.smithi155.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-16T01:09:05.636 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2023-11-16T01:09:05.692 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum reinstall -y kernel || true 2023-11-16T01:09:05.875 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-11-16T01:09:05.875 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-11-16T01:09:06.036 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-11-16T01:09:06.036 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-11-16T01:09:06.195 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:03 ago on Thu 16 Nov 2023 01:09:03 AM UTC. 2023-11-16T01:09:06.337 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:03 ago on Thu 16 Nov 2023 01:09:03 AM UTC. 2023-11-16T01:09:06.339 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-16T01:09:06.339 INFO:teuthology.orchestra.run.smithi026.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-16T01:09:06.340 INFO:teuthology.orchestra.run.smithi026.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-16T01:09:06.348 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2023-11-16T01:09:06.400 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:09:06.470 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-11-16T01:09:06.471 INFO:teuthology.orchestra.run.smithi155.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-16T01:09:06.471 INFO:teuthology.orchestra.run.smithi155.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-16T01:09:06.485 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2023-11-16T01:09:06.531 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.531 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.531 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-16T01:09:06.531 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:09:06.531 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:09:06.532 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-16T01:09:06.532 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi026.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:09:06.532 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:09:06.540 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:09:06.663 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.663 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.664 DEBUG:teuthology.orchestra.run.smithi026:> sudo rpm -qi grub2-tools 2023-11-16T01:09:06.665 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.666 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.666 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-16T01:09:06.666 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-16T01:09:06.666 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-16T01:09:06.666 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-16T01:09:06.666 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi155.front.sepia.ceph.com, path=None, version=distro) 2023-11-16T01:09:06.667 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-11-16T01:09:06.695 INFO:teuthology.orchestra.run.smithi026.stdout:Name : grub2-tools 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Epoch : 1 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Version : 2.02 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Release : 99.el8_4.1 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Architecture: x86_64 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-16T01:09:06.696 INFO:teuthology.orchestra.run.smithi026.stdout:Group : System Environment/Base 2023-11-16T01:09:06.697 INFO:teuthology.orchestra.run.smithi026.stdout:Size : 9264631 2023-11-16T01:09:06.697 INFO:teuthology.orchestra.run.smithi026.stdout:License : GPLv3+ 2023-11-16T01:09:06.697 INFO:teuthology.orchestra.run.smithi026.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-16T01:09:06.697 INFO:teuthology.orchestra.run.smithi026.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-16T01:09:06.697 INFO:teuthology.orchestra.run.smithi026.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-16T01:09:06.698 INFO:teuthology.orchestra.run.smithi026.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-16T01:09:06.698 INFO:teuthology.orchestra.run.smithi026.stdout:Relocations : (not relocatable) 2023-11-16T01:09:06.698 INFO:teuthology.orchestra.run.smithi026.stdout:Packager : Red Hat, Inc. 2023-11-16T01:09:06.698 INFO:teuthology.orchestra.run.smithi026.stdout:Vendor : Red Hat, Inc. 2023-11-16T01:09:06.698 INFO:teuthology.orchestra.run.smithi026.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout:Summary : Support tools for GRUB. 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout:Description : 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T01:09:06.699 INFO:teuthology.orchestra.run.smithi026.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T01:09:06.700 INFO:teuthology.orchestra.run.smithi026.stdout:hardware devices. 2023-11-16T01:09:06.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:09:06.700 INFO:teuthology.orchestra.run.smithi026.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T01:09:06.702 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T01:09:06.702 INFO:teuthology.task.kernel:Updating grub on smithi026 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.702 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T01:09:06.792 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.793 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.793 DEBUG:teuthology.orchestra.run.smithi155:> sudo rpm -qi grub2-tools 2023-11-16T01:09:06.820 INFO:teuthology.orchestra.run.smithi155.stdout:Name : grub2-tools 2023-11-16T01:09:06.820 INFO:teuthology.orchestra.run.smithi155.stdout:Epoch : 1 2023-11-16T01:09:06.820 INFO:teuthology.orchestra.run.smithi155.stdout:Version : 2.02 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Release : 99.el8_4.1 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Architecture: x86_64 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Group : System Environment/Base 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Size : 9264631 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:License : GPLv3+ 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-11-16T01:09:06.821 INFO:teuthology.orchestra.run.smithi155.stdout:Relocations : (not relocatable) 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:Packager : Red Hat, Inc. 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:Vendor : Red Hat, Inc. 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:Summary : Support tools for GRUB. 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:Description : 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-16T01:09:06.822 INFO:teuthology.orchestra.run.smithi155.stdout:hardware devices. 2023-11-16T01:09:06.823 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:09:06.823 INFO:teuthology.orchestra.run.smithi155.stdout:This subpackage provides tools for support of all platforms. 2023-11-16T01:09:06.824 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-16T01:09:06.824 INFO:teuthology.task.kernel:Updating grub on smithi155 to boot 4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:06.824 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-16T01:09:07.866 INFO:teuthology.orchestra.run.smithi026.stderr:Generating grub configuration file ... 2023-11-16T01:09:08.248 INFO:teuthology.orchestra.run.smithi155.stderr:Generating grub configuration file ... 2023-11-16T01:09:10.161 INFO:teuthology.orchestra.run.smithi026.stderr:done 2023-11-16T01:09:10.163 DEBUG:teuthology.orchestra.run.smithi026:> mktemp 2023-11-16T01:09:10.198 INFO:teuthology.orchestra.run.smithi026.stdout:/tmp/tmp.h0XRCl1dLs 2023-11-16T01:09:10.198 DEBUG:teuthology.orchestra.run.smithi026:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.h0XRCl1dLs 2023-11-16T01:09:10.272 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0666 /tmp/tmp.h0XRCl1dLs 2023-11-16T01:09:10.358 INFO:teuthology.orchestra.run.smithi155.stderr:done 2023-11-16T01:09:10.359 DEBUG:teuthology.orchestra.run.smithi155:> mktemp 2023-11-16T01:09:10.373 INFO:teuthology.orchestra.run.smithi155.stdout:/tmp/tmp.3MqEZz3bzv 2023-11-16T01:09:10.374 DEBUG:teuthology.orchestra.run.smithi155:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3MqEZz3bzv 2023-11-16T01:09:10.430 DEBUG:teuthology.orchestra.remote:smithi026:/tmp/tmp.h0XRCl1dLs is 6KB 2023-11-16T01:09:10.443 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0666 /tmp/tmp.3MqEZz3bzv 2023-11-16T01:09:10.479 DEBUG:teuthology.orchestra.run.smithi026:> rm -fr /tmp/tmp.h0XRCl1dLs 2023-11-16T01:09:10.494 DEBUG:teuthology.orchestra.run.smithi026:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T01:09:10.568 INFO:teuthology.orchestra.run.smithi026.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-16T01:09:10.568 INFO:teuthology.orchestra.run.smithi026.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-16T01:09:10.568 INFO:teuthology.orchestra.run.smithi026.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-16T01:09:10.568 INFO:teuthology.orchestra.run.smithi026.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-16T01:09:10.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:10.603 DEBUG:teuthology.orchestra.remote:smithi155:/tmp/tmp.3MqEZz3bzv is 6KB 2023-11-16T01:09:10.650 DEBUG:teuthology.orchestra.run.smithi155:> rm -fr /tmp/tmp.3MqEZz3bzv 2023-11-16T01:09:10.664 DEBUG:teuthology.orchestra.run.smithi155:> sudo /bin/ls /boot/loader/entries || true 2023-11-16T01:09:10.726 INFO:teuthology.orchestra.run.smithi155.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-11-16T01:09:10.727 INFO:teuthology.orchestra.run.smithi155.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-11-16T01:09:10.727 INFO:teuthology.orchestra.run.smithi155.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-11-16T01:09:10.727 INFO:teuthology.orchestra.run.smithi155.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-11-16T01:09:10.728 DEBUG:teuthology.orchestra.run.smithi155:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-11-16T01:09:10.772 DEBUG:teuthology.orchestra.run.smithi026:> sudo shutdown -r now 2023-11-16T01:09:10.876 DEBUG:teuthology.orchestra.run.smithi155:> sudo shutdown -r now 2023-11-16T01:09:40.804 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-16T01:09:40.804 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-11-16T01:09:40.805 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:09:40.879 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-16T01:09:40.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:09:40.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:09:59.290 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.26 2023-11-16T01:09:59.291 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2023-11-16T01:10:08.300 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-11-16T01:10:08.301 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:10:08.302 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:10:08.302 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:10:11.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.155 2023-11-16T01:10:23.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:10:23.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:10:40.079 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-11-16T01:10:40.463 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-11-16T01:10:40.463 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-16T01:10:40.463 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-11-16T01:10:40.520 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-16T01:10:40.520 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-16T01:10:40.520 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:10:40.520 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-16T01:10:41.521 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-16T01:10:41.521 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:10:41.679 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2023-11-16T01:10:41.691 DEBUG:teuthology.parallel:result is None 2023-11-16T01:11:23.369 DEBUG:teuthology.orchestra.remote:timed out 2023-11-16T01:11:38.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:11:38.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:11:38.730 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-11-16T01:11:38.974 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:11:38.974 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-11-16T01:11:38.974 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-11-16T01:11:38.989 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-425.3.1.el8.x86_64 2023-11-16T01:11:38.989 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-16T01:11:38.989 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-16T01:11:38.990 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-11-16T01:11:39.990 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-16T01:11:39.991 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-16T01:11:40.080 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2023-11-16T01:11:40.098 DEBUG:teuthology.parallel:result is None 2023-11-16T01:11:40.098 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-16T01:11:40.106 INFO:teuthology.task.internal:Creating test directory... 2023-11-16T01:11:40.106 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:11:40.110 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-16T01:11:40.128 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-16T01:11:40.136 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-16T01:11:40.146 INFO:teuthology.task.internal:Creating archive directory... 2023-11-16T01:11:40.146 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:11:40.170 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-16T01:11:40.283 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-16T01:11:40.290 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-16T01:11:40.291 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:11:40.293 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:11:40.328 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:11:40.330 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:11:40.339 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:11:40.342 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-16T01:11:40.344 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-16T01:11:40.351 INFO:teuthology.task.internal:Configuring sudo... 2023-11-16T01:11:40.351 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:11:40.387 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-16T01:11:40.413 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-16T01:11:40.425 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-16T01:11:40.425 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:11:40.455 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-16T01:11:40.471 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:11:40.555 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:11:40.599 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:11:40.682 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:11:40.724 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:11:40.724 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:11:40.789 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:11:40.831 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-16T01:11:40.872 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:11:40.954 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-16T01:11:40.994 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:11:40.994 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-16T01:11:41.058 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2023-11-16T01:11:41.060 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2023-11-16T01:11:41.120 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:11:41.154 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:11:41.503 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-16T01:11:41.513 INFO:teuthology.task.internal:Starting timer... 2023-11-16T01:11:41.513 INFO:teuthology.run_tasks:Running task pcp... 2023-11-16T01:11:41.527 INFO:teuthology.run_tasks:Running task selinux... 2023-11-16T01:11:41.541 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-16T01:11:41.542 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2023-11-16T01:11:41.597 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: [ OK ] 2023-11-16T01:11:41.599 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2023-11-16T01:11:41.661 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: [ OK ] 2023-11-16T01:11:41.663 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-16T01:11:41.663 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2023-11-16T01:11:41.687 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2023-11-16T01:11:41.688 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2023-11-16T01:11:41.709 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2023-11-16T01:11:41.710 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2023-11-16T01:11:41.710 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:11:41.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:11:41.755 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:11:41.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:11:41.781 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-16T01:11:41.781 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2023-11-16T01:11:41.825 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2023-11-16T01:11:41.851 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-16T01:11:41.862 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-16T01:11:41.866 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-16T01:11:42.004 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-16T01:11:42.021 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-16T01:11:42.022 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-16T01:21:14.055 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2023-11-16T01:21:14.056 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-11-16T01:21:14.056 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:21:14.127 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-11-16T01:21:14.194 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-11-16T01:21:14.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:21:14.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-16T01:21:14.264 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-11-16T01:21:14.288 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-11-16T01:21:14.288 INFO:teuthology.run_tasks:Running task clock... 2023-11-16T01:21:14.311 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-16T01:21:14.311 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T01:21:14.312 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:21:14.315 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-16T01:21:14.315 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:21:14.343 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T01:21:14.358 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-16T01:21:14.359 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T01:21:14.372 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-16T01:21:14.392 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2023-11-16T01:21:14.403 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2023-11-16T01:21:14.412 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2023-11-16T01:21:14.418 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2023-11-16T01:21:14.419 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T01:21:14.432 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-16T01:21:14.433 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T01:21:14.445 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-16T01:21:14.504 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:210 Number of sources = 4 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.507 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.511 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:210 Number of sources = 4 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.514 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:21:14.515 INFO:teuthology.run_tasks:Running task pexec... 2023-11-16T01:21:14.529 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-16T01:21:14.529 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2023-11-16T01:21:14.530 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T01:21:14.530 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2023-11-16T01:21:14.531 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-16T01:21:14.948 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-11-16T01:21:14.962 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-11-16T01:21:15.812 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:04 ago on Thu 16 Nov 2023 01:19:11 AM UTC. 2023-11-16T01:21:15.869 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:38 ago on Thu 16 Nov 2023 01:19:37 AM UTC. 2023-11-16T01:21:17.964 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-16T01:21:17.966 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-16T01:21:17.966 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-11-16T01:21:17.967 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-16T01:21:17.968 INFO:teuthology.orchestra.run.smithi155.stdout:Resetting modules: 2023-11-16T01:21:17.968 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 2023-11-16T01:21:17.969 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:21:17.969 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-16T01:21:17.970 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-11-16T01:21:17.970 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:21:17.989 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-11-16T01:21:17.990 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout:Resetting modules: 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-11-16T01:21:17.991 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:21:18.946 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:07 ago on Thu 16 Nov 2023 01:19:11 AM UTC. 2023-11-16T01:21:19.017 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Thu 16 Nov 2023 01:19:37 AM UTC. 2023-11-16T01:21:21.434 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-16T01:21:21.452 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-11-16T01:21:21.887 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-11-16T01:21:21.934 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-11-16T01:21:22.820 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:11 ago on Thu 16 Nov 2023 01:19:11 AM UTC. 2023-11-16T01:21:22.896 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:45 ago on Thu 16 Nov 2023 01:19:37 AM UTC. 2023-11-16T01:21:24.940 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-11-16T01:21:24.990 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-11-16T01:21:24.990 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-11-16T01:21:24.990 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-11-16T01:21:24.990 INFO:teuthology.orchestra.run.smithi155.stdout:Installing group/module packages: 2023-11-16T01:21:24.990 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout:Downgrading: 2023-11-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.991 INFO:teuthology.orchestra.run.smithi155.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.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-16T01:21:24.992 INFO:teuthology.orchestra.run.smithi155.stdout:Installing module profiles: 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools/common 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout:Enabling module streams: 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 3.0 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout:Install 7 Packages 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout:Downgrade 12 Packages 2023-11-16T01:21:24.993 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:21:24.994 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 51 M 2023-11-16T01:21:24.994 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-11-16T01:21:25.014 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================================================== 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================================================== 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout:Installing group/module packages: 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-11-16T01:21:25.068 INFO:teuthology.orchestra.run.smithi026.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout:Downgrading: 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-11-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.069 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.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-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:Installing module profiles: 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools/common 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling module streams: 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools 3.0 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:========================================================================================================================== 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:Install 7 Packages 2023-11-16T01:21:25.070 INFO:teuthology.orchestra.run.smithi026.stdout:Downgrade 12 Packages 2023-11-16T01:21:25.071 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:21:25.071 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 51 M 2023-11-16T01:21:25.071 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2023-11-16T01:21:25.142 INFO:teuthology.orchestra.run.smithi155.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 347 kB/s | 52 kB 00:00 2023-11-16T01:21:25.159 INFO:teuthology.orchestra.run.smithi026.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 595 kB/s | 52 kB 00:00 2023-11-16T01:21:25.161 INFO:teuthology.orchestra.run.smithi155.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 414 kB/s | 69 kB 00:00 2023-11-16T01:21:25.187 INFO:teuthology.orchestra.run.smithi026.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 602 kB/s | 69 kB 00:00 2023-11-16T01:21:25.265 INFO:teuthology.orchestra.run.smithi155.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 4.1 MB/s | 511 kB 00:00 2023-11-16T01:21:25.272 INFO:teuthology.orchestra.run.smithi026.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 4.4 MB/s | 511 kB 00:00 2023-11-16T01:21:25.284 INFO:teuthology.orchestra.run.smithi155.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 25 MB/s | 3.1 MB 00:00 2023-11-16T01:21:25.289 INFO:teuthology.orchestra.run.smithi026.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 30 MB/s | 3.1 MB 00:00 2023-11-16T01:21:25.325 INFO:teuthology.orchestra.run.smithi026.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 963 kB/s | 51 kB 00:00 2023-11-16T01:21:25.336 INFO:teuthology.orchestra.run.smithi155.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 1.1 MB/s | 56 kB 00:00 2023-11-16T01:21:25.347 INFO:teuthology.orchestra.run.smithi155.stdout:(6/19): conmon-2.0.26-1.module+el8.4.0+11818+34 623 kB/s | 51 kB 00:00 2023-11-16T01:21:25.382 INFO:teuthology.orchestra.run.smithi026.stdout:(6/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 902 kB/s | 51 kB 00:00 2023-11-16T01:21:25.396 INFO:teuthology.orchestra.run.smithi026.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 518 kB/s | 56 kB 00:00 2023-11-16T01:21:25.421 INFO:teuthology.orchestra.run.smithi026.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 1.9 MB/s | 72 kB 00:00 2023-11-16T01:21:25.481 INFO:teuthology.orchestra.run.smithi155.stdout:(7/19): containernetworking-plugins-0.9.1-1.mod 42 MB/s | 20 MB 00:00 2023-11-16T01:21:25.482 INFO:teuthology.orchestra.run.smithi155.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 348 kB/s | 51 kB 00:00 2023-11-16T01:21:25.483 INFO:teuthology.orchestra.run.smithi155.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 532 kB/s | 72 kB 00:00 2023-11-16T01:21:25.487 INFO:teuthology.orchestra.run.smithi026.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 3.4 MB/s | 320 kB 00:00 2023-11-16T01:21:25.558 INFO:teuthology.orchestra.run.smithi155.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 1.2 MB/s | 91 kB 00:00 2023-11-16T01:21:25.614 INFO:teuthology.orchestra.run.smithi155.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 725 kB/s | 41 kB 00:00 2023-11-16T01:21:25.618 INFO:teuthology.orchestra.run.smithi155.stdout:(12/19): podman-catatonit-3.0.1-7.module+el8.4. 2.3 MB/s | 320 kB 00:00 2023-11-16T01:21:25.661 INFO:teuthology.orchestra.run.smithi026.stdout:(10/19): containernetworking-plugins-0.9.1-1.mo 34 MB/s | 20 MB 00:00 2023-11-16T01:21:25.663 INFO:teuthology.orchestra.run.smithi026.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 521 kB/s | 91 kB 00:00 2023-11-16T01:21:25.689 INFO:teuthology.orchestra.run.smithi155.stdout:(13/19): udica-0.2.4-1.module+el8.4.0+11818+341 680 kB/s | 51 kB 00:00 2023-11-16T01:21:25.696 INFO:teuthology.orchestra.run.smithi026.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 1.1 MB/s | 41 kB 00:00 2023-11-16T01:21:25.749 INFO:teuthology.orchestra.run.smithi026.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 36 MB/s | 12 MB 00:00 2023-11-16T01:21:25.752 INFO:teuthology.orchestra.run.smithi155.stdout:(14/19): buildah-1.19.7-1.module+el8.4.0+11818+ 55 MB/s | 7.4 MB 00:00 2023-11-16T01:21:25.764 INFO:teuthology.orchestra.run.smithi155.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 14 MB/s | 1.1 MB 00:00 2023-11-16T01:21:25.776 INFO:teuthology.orchestra.run.smithi026.stdout:(14/19): udica-0.2.4-1.module+el8.4.0+11818+341 453 kB/s | 51 kB 00:00 2023-11-16T01:21:25.820 INFO:teuthology.orchestra.run.smithi155.stdout:(16/19): podman-3.0.1-7.module+el8.4.0+12906+0c 35 MB/s | 12 MB 00:00 2023-11-16T01:21:25.854 INFO:teuthology.orchestra.run.smithi026.stdout:(15/19): buildah-1.19.7-1.module+el8.4.0+11818+ 47 MB/s | 7.4 MB 00:00 2023-11-16T01:21:25.883 INFO:teuthology.orchestra.run.smithi026.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 8.0 MB/s | 1.1 MB 00:00 2023-11-16T01:21:25.884 INFO:teuthology.orchestra.run.smithi026.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 6.1 MB/s | 185 kB 00:00 2023-11-16T01:21:25.893 INFO:teuthology.orchestra.run.smithi155.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.4 MB/s | 185 kB 00:00 2023-11-16T01:21:25.894 INFO:teuthology.orchestra.run.smithi155.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 218 kB/s | 16 kB 00:00 2023-11-16T01:21:25.910 INFO:teuthology.orchestra.run.smithi026.stdout:(18/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 47 MB/s | 6.3 MB 00:00 2023-11-16T01:21:25.911 INFO:teuthology.orchestra.run.smithi026.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 578 kB/s | 16 kB 00:00 2023-11-16T01:21:25.911 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:21:25.912 INFO:teuthology.orchestra.run.smithi026.stdout:Total 61 MB/s | 51 MB 00:00 2023-11-16T01:21:25.929 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2023-11-16T01:21:25.945 INFO:teuthology.orchestra.run.smithi155.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 33 MB/s | 6.3 MB 00:00 2023-11-16T01:21:25.946 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-11-16T01:21:25.946 INFO:teuthology.orchestra.run.smithi155.stdout:Total 54 MB/s | 51 MB 00:00 2023-11-16T01:21:25.962 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-11-16T01:21:25.976 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2023-11-16T01:21:25.976 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2023-11-16T01:21:26.005 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-11-16T01:21:26.006 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-11-16T01:21:26.854 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-11-16T01:21:26.858 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-11-16T01:21:26.874 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2023-11-16T01:21:26.879 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2023-11-16T01:21:28.101 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-11-16T01:21:28.164 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-16T01:21:28.233 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2023-11-16T01:21:28.324 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-11-16T01:21:28.352 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-16T01:21:28.362 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-16T01:21:28.383 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:28.547 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-16T01:21:28.557 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-11-16T01:21:28.568 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:28.573 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:28.714 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:44.571 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:44.772 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-16T01:21:45.029 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-16T01:21:45.297 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-11-16T01:21:45.548 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-11-16T01:21:45.615 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-16T01:21:45.786 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-11-16T01:21:45.847 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-16T01:21:46.015 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-16T01:21:46.289 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-16T01:21:46.289 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-16T01:21:46.289 INFO:teuthology.orchestra.run.smithi155.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-16T01:21:46.289 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:21:46.411 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-11-16T01:21:46.689 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-11-16T01:21:46.877 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-11-16T01:21:47.097 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-11-16T01:21:47.097 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-11-16T01:21:47.097 INFO:teuthology.orchestra.run.smithi026.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-11-16T01:21:47.097 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:21:48.539 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-16T01:21:49.574 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-11-16T01:21:50.177 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-16T01:21:50.452 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-16T01:21:50.687 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-16T01:21:50.859 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-16T01:21:51.234 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-11-16T01:21:51.521 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-11-16T01:21:51.644 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-16T01:21:51.792 INFO:teuthology.orchestra.run.smithi026.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-16T01:21:51.947 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-11-16T01:21:52.412 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-16T01:21:52.639 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-16T01:21:52.796 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-11-16T01:21:52.824 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-16T01:21:53.024 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-16T01:21:53.132 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-16T01:21:53.270 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-16T01:21:53.457 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-16T01:21:53.590 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-11-16T01:21:53.691 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-16T01:21:53.691 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-16T01:21:53.794 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-11-16T01:21:53.875 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-16T01:21:54.022 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-11-16T01:21:54.025 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-16T01:21:54.190 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-11-16T01:21:54.240 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-16T01:21:54.344 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-16T01:21:54.425 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-16T01:21:54.498 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-11-16T01:21:54.607 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-16T01:21:54.728 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-16T01:21:54.815 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-16T01:21:54.914 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-11-16T01:21:54.914 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-16T01:21:54.952 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-16T01:21:55.096 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-11-16T01:21:55.156 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-16T01:21:55.320 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-11-16T01:21:55.528 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-11-16T01:21:55.606 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-16T01:21:55.755 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-11-16T01:21:55.894 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-11-16T01:21:56.086 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-16T01:21:56.184 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-16T01:21:56.185 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-16T01:21:56.186 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-16T01:21:56.281 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-11-16T01:21:56.468 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-16T01:21:56.935 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-11-16T01:21:57.583 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-11-16T01:21:57.583 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-11-16T01:21:57.584 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-11-16T01:21:57.585 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-11-16T01:21:57.586 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-11-16T01:21:57.586 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-11-16T01:21:57.586 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-11-16T01:21:57.586 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-11-16T01:21:57.663 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-16T01:21:57.663 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:02:46 ago on Thu 16 Nov 2023 01:19:11 AM UTC. 2023-11-16T01:21:59.043 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-11-16T01:21:59.043 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:02:21 ago on Thu 16 Nov 2023 01:19:37 AM UTC. 2023-11-16T01:22:00.037 INFO:teuthology.orchestra.run.smithi155.stdout:Installed products updated. 2023-11-16T01:22:00.149 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:22:00.149 INFO:teuthology.orchestra.run.smithi155.stdout:Downgraded: 2023-11-16T01:22:00.149 INFO:teuthology.orchestra.run.smithi155.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.149 INFO:teuthology.orchestra.run.smithi155.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-16T01:22:00.150 INFO:teuthology.orchestra.run.smithi155.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.150 INFO:teuthology.orchestra.run.smithi155.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.150 INFO:teuthology.orchestra.run.smithi155.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.150 INFO:teuthology.orchestra.run.smithi155.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.150 INFO:teuthology.orchestra.run.smithi155.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.151 INFO:teuthology.orchestra.run.smithi155.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-16T01:22:00.151 INFO:teuthology.orchestra.run.smithi155.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-16T01:22:00.151 INFO:teuthology.orchestra.run.smithi155.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-16T01:22:00.151 INFO:teuthology.orchestra.run.smithi155.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-16T01:22:00.151 INFO:teuthology.orchestra.run.smithi155.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:00.152 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:00.153 INFO:teuthology.orchestra.run.smithi155.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:00.153 INFO:teuthology.orchestra.run.smithi155.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T01:22:00.153 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:22:00.153 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-11-16T01:22:00.321 DEBUG:teuthology.parallel:result is None 2023-11-16T01:22:01.995 INFO:teuthology.orchestra.run.smithi026.stdout:Installed products updated. 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout:Downgraded: 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.119 INFO:teuthology.orchestra.run.smithi026.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: yajl-2.1.0-10.el8.x86_64 2023-11-16T01:22:02.120 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:22:02.121 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-11-16T01:22:02.279 DEBUG:teuthology.parallel:result is None 2023-11-16T01:22:02.279 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-16T01:22:02.293 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-16T01:22:02.293 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:22:02.294 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:22:02.310 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-16T01:22:02.310 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2023-11-16T01:22:02.365 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T01:22:02.365 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 218884 Links: 1 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:21:57.152353117 +0000 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:20:43.429193930 +0000 2023-11-16T01:22:02.366 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:20:43.429193930 +0000 2023-11-16T01:22:02.367 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:22:02.367 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T01:22:02.430 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:22:02.430 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:22:02.430 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000116129 s, 4.4 MB/s 2023-11-16T01:22:02.431 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T01:22:02.488 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2023-11-16T01:22:02.544 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 220682 Links: 1 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:21:57.152353117 +0000 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:20:43.945186229 +0000 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:20:43.945186229 +0000 2023-11-16T01:22:02.545 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:22:02.545 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T01:22:02.608 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:22:02.608 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:22:02.609 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000115107 s, 4.4 MB/s 2023-11-16T01:22:02.609 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T01:22:02.666 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2023-11-16T01:22:02.721 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T01:22:02.721 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:02.721 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 216864 Links: 1 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:21:57.152353117 +0000 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:20:44.445178768 +0000 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:20:44.445178768 +0000 2023-11-16T01:22:02.722 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:22:02.722 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T01:22:02.785 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:22:02.785 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:22:02.785 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.835e-05 s, 5.2 MB/s 2023-11-16T01:22:02.786 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T01:22:02.841 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2023-11-16T01:22:02.897 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T01:22:02.897 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:02.897 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 216025 Links: 1 2023-11-16T01:22:02.897 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:02.898 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:02.898 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:21:57.152353117 +0000 2023-11-16T01:22:02.898 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:20:44.957171127 +0000 2023-11-16T01:22:02.898 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:20:44.957171127 +0000 2023-11-16T01:22:02.898 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:22:02.898 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T01:22:02.961 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:22:02.961 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:22:02.961 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000103026 s, 5.0 MB/s 2023-11-16T01:22:02.963 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T01:22:03.021 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:03.136 INFO:teuthology.orchestra.run.smithi026.stdout:loop 2023-11-16T01:22:03.137 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_1... 2023-11-16T01:22:03.137 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:03.171 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-11-16T01:22:03.207 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_11 2023-11-16T01:22:03.248 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_2... 2023-11-16T01:22:03.248 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:03.322 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-11-16T01:22:03.361 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_21 2023-11-16T01:22:03.397 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_3... 2023-11-16T01:22:03.397 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:03.474 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-11-16T01:22:03.509 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_31 2023-11-16T01:22:03.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_4... 2023-11-16T01:22:03.549 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:03.623 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-11-16T01:22:03.659 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_41 2023-11-16T01:22:03.698 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:22:03.698 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:22:03.753 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme list 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme0n1 PHMB74760020480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme1n1 65ca9bd0792b4b5dcaff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme2n1 894324ef8b3d225d99ed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme3n1 ada1271114116fde0961 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:03.817 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme4n1 a956e0dc4d535bbd413a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:03.818 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T01:22:03.818 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:22:03.818 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/scratch_devs 2023-11-16T01:22:03.883 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:22:03.883 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:22:03.901 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-16T01:22:03.901 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_1 2023-11-16T01:22:03.958 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-16T01:22:03.958 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:03.958 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 220371 Links: 1 2023-11-16T01:22:03.958 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:03.959 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:03.959 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:21:55.812328586 +0000 2023-11-16T01:22:03.959 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:20:21.317346154 +0000 2023-11-16T01:22:03.959 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:20:21.317346154 +0000 2023-11-16T01:22:03.959 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:22:03.959 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-16T01:22:04.025 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:22:04.025 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:22:04.026 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00026703 s, 1.9 MB/s 2023-11-16T01:22:04.028 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-16T01:22:04.090 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_2 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 223318 Links: 1 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:21:55.812328586 +0000 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:20:21.833335895 +0000 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:20:21.833335895 +0000 2023-11-16T01:22:04.147 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:22:04.147 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-16T01:22:04.212 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:22:04.212 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:22:04.212 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000270641 s, 1.9 MB/s 2023-11-16T01:22:04.213 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-16T01:22:04.270 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_3 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 223387 Links: 1 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:04.326 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:21:55.812328586 +0000 2023-11-16T01:22:04.327 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:20:22.376325100 +0000 2023-11-16T01:22:04.327 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:20:22.376325100 +0000 2023-11-16T01:22:04.327 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:22:04.327 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-16T01:22:04.391 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:22:04.391 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:22:04.391 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.00026219 s, 2.0 MB/s 2023-11-16T01:22:04.392 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-16T01:22:04.448 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/vg_nvme/lv_4 2023-11-16T01:22:04.503 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 215885 Links: 1 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:device_t:s0 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:21:55.812328586 +0000 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:20:22.877315140 +0000 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:20:22.877315140 +0000 2023-11-16T01:22:04.504 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:22:04.504 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-16T01:22:04.567 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:22:04.567 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:22:04.567 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000179477 s, 2.9 MB/s 2023-11-16T01:22:04.568 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-16T01:22:04.623 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:04.736 INFO:teuthology.orchestra.run.smithi155.stdout:loop 2023-11-16T01:22:04.737 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2023-11-16T01:22:04.737 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:04.770 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-11-16T01:22:04.805 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_11 2023-11-16T01:22:04.844 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2023-11-16T01:22:04.844 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:04.918 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-11-16T01:22:04.953 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_21 2023-11-16T01:22:04.992 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2023-11-16T01:22:04.992 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:05.066 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-11-16T01:22:05.100 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_31 2023-11-16T01:22:05.139 INFO:tasks.nvme_loop:Connecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2023-11-16T01:22:05.140 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:05.212 INFO:teuthology.orchestra.run.smithi155.stdout:1 2023-11-16T01:22:05.246 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/vg_nvme/lv_41 2023-11-16T01:22:05.284 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:22:05.285 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:22:05.340 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme list 2023-11-16T01:22:05.403 INFO:teuthology.orchestra.run.smithi155.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-16T01:22:05.403 INFO:teuthology.orchestra.run.smithi155.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-16T01:22:05.403 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme0n1 CVFT623300GW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-16T01:22:05.404 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme1n1 1ebae6790901395f5c60 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:05.404 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme2n1 a4073309614f463984b4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:05.404 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme3n1 b5270d80920c3489dd37 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:05.404 INFO:teuthology.orchestra.run.smithi155.stdout:/dev/nvme4n1 5867d02dbc57af1fc212 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-11-16T01:22:05.405 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T01:22:05.405 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:22:05.405 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2023-11-16T01:22:05.470 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-16T01:22:05.544 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-16T01:22:05.544 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac 2023-11-16T01:22:05.545 INFO:tasks.cephadm:Cluster fsid is 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:05.545 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-16T01:22:05.545 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-16T01:22:05.545 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi026': '172.21.15.26', 'mon.smithi155': '172.21.15.155'} 2023-11-16T01:22:05.545 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-16T01:22:05.545 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2023-11-16T01:22:05.577 DEBUG:teuthology.orchestra.run.smithi155:> sudo hostname $(hostname -s) 2023-11-16T01:22:05.601 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ed3c8e926b9de93026c8a7c1d86be5d6821b52ac)... 2023-11-16T01:22:05.602 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:22:05.868 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 16 01:22 /home/ubuntu/cephtest/cephadm 2023-11-16T01:22:05.868 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:22:06.013 INFO:teuthology.orchestra.run.smithi155.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Nov 16 01:22 /home/ubuntu/cephtest/cephadm 2023-11-16T01:22:06.013 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T01:22:06.033 DEBUG:teuthology.orchestra.run.smithi155:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-16T01:22:06.057 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2023-11-16T01:22:06.104 DEBUG:teuthology.orchestra.run.smithi155:> sudo mkdir -p /etc/ceph 2023-11-16T01:22:06.128 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2023-11-16T01:22:06.172 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 777 /etc/ceph 2023-11-16T01:22:06.196 INFO:tasks.cephadm:Writing seed config... 2023-11-16T01:22:06.197 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-16T01:22:06.197 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-16T01:22:06.197 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-16T01:22:06.198 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-16T01:22:06.198 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-16T01:22:06.198 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-16T01:22:06.198 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-16T01:22:06.198 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-16T01:22:06.198 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:22:06.199 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-16T01:22:06.229 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 = 8da68c84-841e-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-16T01:22:06.229 DEBUG:teuthology.orchestra.run.smithi026:mon.smithi026> sudo journalctl -f -n 0 -u ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service 2023-11-16T01:22:06.272 INFO:tasks.cephadm:Bootstrapping... 2023-11-16T01:22:06.272 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac -v bootstrap --fsid 8da68c84-841e-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.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:22:06.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:-- Logs begin at Thu 2023-11-16 01:10:23 UTC. -- 2023-11-16T01:22:06.634 INFO:teuthology.orchestra.run.smithi026.stderr:-------------------------------------------------------------------------------- 2023-11-16T01:22:06.634 INFO:teuthology.orchestra.run.smithi026.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac', '-v', 'bootstrap', '--fsid', '8da68c84-841e-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.26', '--skip-admin-label'] 2023-11-16T01:22:08.004 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 3.0.1 2023-11-16T01:22:08.016 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying podman|docker is present... 2023-11-16T01:22:08.071 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 3.0.1 2023-11-16T01:22:08.088 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying lvm2 is present... 2023-11-16T01:22:08.088 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying time synchronization is in place... 2023-11-16T01:22:08.095 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T01:22:08.102 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:22:08.108 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: enabled 2023-11-16T01:22:08.114 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: active 2023-11-16T01:22:08.115 INFO:teuthology.orchestra.run.smithi026.stderr:Unit chronyd.service is enabled and running 2023-11-16T01:22:08.115 INFO:teuthology.orchestra.run.smithi026.stderr:Repeating the final host check... 2023-11-16T01:22:08.166 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 3.0.1 2023-11-16T01:22:08.179 INFO:teuthology.orchestra.run.smithi026.stderr:podman (/bin/podman) version 3.0.1 is present 2023-11-16T01:22:08.179 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl is present 2023-11-16T01:22:08.179 INFO:teuthology.orchestra.run.smithi026.stderr:lvcreate is present 2023-11-16T01:22:08.184 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-16T01:22:08.190 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:22:08.196 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: enabled 2023-11-16T01:22:08.202 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: active 2023-11-16T01:22:08.202 INFO:teuthology.orchestra.run.smithi026.stderr:Unit chronyd.service is enabled and running 2023-11-16T01:22:08.202 INFO:teuthology.orchestra.run.smithi026.stderr:Host looks OK 2023-11-16T01:22:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:Cluster fsid: 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:Acquiring lock 139875213013064 on /run/cephadm/8da68c84-841e-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:22:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:Lock 139875213013064 acquired on /run/cephadm/8da68c84-841e-11ee-8dbe-212e2dc638e7.lock 2023-11-16T01:22:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying IP 172.21.15.26 port 3300 ... 2023-11-16T01:22:08.204 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying IP 172.21.15.26 port 6789 ... 2023-11-16T01:22:08.204 INFO:teuthology.orchestra.run.smithi026.stderr:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-11-16T01:22:08.206 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-16T01:22:08.206 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2023-11-16T01:22:08.209 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-16T01:22:08.209 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-16T01:22:08.209 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link noprefixroute 2023-11-16T01:22:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-16T01:22:08.213 INFO:teuthology.orchestra.run.smithi026.stderr:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-11-16T01:22:08.213 INFO:teuthology.orchestra.run.smithi026.stderr:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-11-16T01:22:08.213 INFO:teuthology.orchestra.run.smithi026.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-11-16T01:22:08.213 INFO:teuthology.orchestra.run.smithi026.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-16T01:22:08.214 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-16T01:22:08.293 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac... 2023-11-16T01:22:08.393 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Getting image source signatures 2023-11-16T01:22:08.578 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying blob sha256:0b35c5e1bfec1c27da3a845830190bcbe1c93ae386a5c5a1a702ebe74c5dbf25 2023-11-16T01:22:08.628 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying blob sha256:837e66e3ff89804ed1bb42786f80e6c23534ff65fe48526d5007449f4e1f79b0 2023-11-16T01:22:24.118 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Copying config sha256:6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-16T01:22:24.168 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Writing manifest to image destination 2023-11-16T01:22:24.168 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: Storing signatures 2023-11-16T01:22:35.222 INFO:teuthology.orchestra.run.smithi026.stderr:/bin/podman: 6be2081e30e31bdba68f311ec73d4cd58a33c782c3584ee7a12507ddc5ce3166 2023-11-16T01:22:35.841 INFO:teuthology.orchestra.run.smithi026.stderr:ceph: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T01:22:47.078 INFO:teuthology.orchestra.run.smithi026.stderr:Ceph version: ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable) 2023-11-16T01:22:47.079 INFO:teuthology.orchestra.run.smithi026.stderr:Extracting ceph user uid/gid from container image... 2023-11-16T01:22:47.577 INFO:teuthology.orchestra.run.smithi026.stderr:stat: 167 167 2023-11-16T01:22:48.090 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial keys... 2023-11-16T01:22:48.506 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQDoblVlqp4/HBAAlvr6ZuHw3qA/RWdrH9j3ug== 2023-11-16T01:22:49.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQDpblVluuxpHRAAWl/xOm/EOvgnmxlaS1jFog== 2023-11-16T01:22:50.478 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-authtool: AQDqblVlYSvrGhAA0Sprfm8Lxe6YUQqkAMG5jQ== 2023-11-16T01:22:50.964 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial monmap... 2023-11-16T01:22:51.472 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T01:22:51.472 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:51.472 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T01:22:52.026 INFO:teuthology.orchestra.run.smithi026.stderr:monmaptool for smithi026 [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-16T01:22:52.026 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: set fsid to 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:52.026 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-16T01:22:52.026 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:22:52.026 INFO:teuthology.orchestra.run.smithi026.stderr:Creating mon... 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.473+0000 7fac5c6cd880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.473+0000 7fac5c6cd880 1 imported monmap: 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: last_changed 2023-11-16T01:22:51.444918+0000 2023-11-16T01:22:52.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: created 2023-11-16T01:22:51.444918+0000 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.smithi026 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.473+0000 7fac5c6cd880 0 /usr/bin/ceph-mon: set fsid to 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: DB SUMMARY 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.515 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 0, files: 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.create_if_missing: 1 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.env: 0x55b9f84ba080 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.fs: Posix File System 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.info_log: 0x55b9f9bef3a0 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.statistics: (nil) 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.use_fsync: 0 2023-11-16T01:22:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.db_log_dir: 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi026/store.db 2023-11-16T01:22:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.write_buffer_manager: 0x55b9f9bf5980 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T01:22:52.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.unordered_write: 0 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T01:22:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.row_cache: None 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.wal_filter: None 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T01:22:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_open_files: -1 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T01:22:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Compression algorithms supported: 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kZSTD supported: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T01:22:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000001 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.merge_operator: 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_filter: None 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T01:22:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b9f9affd38) 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-16T01:22:52.524 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache: 0x55b9f9b38d10 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-16T01:22:52.525 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-16T01:22:52.526 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.527 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T01:22:52.527 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T01:22:52.527 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression: NoCompression 2023-11-16T01:22:52.527 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T01:22:52.528 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.num_levels: 7 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T01:22:52.529 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T01:22:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T01:22:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T01:22:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T01:22:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.ttl: 2592000 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.474+0000 7fac5c6cd880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.475+0000 7fac5c6cd880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/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-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.475+0000 7fac5c6cd880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.476+0000 7fac5c6cd880 4 rocksdb: DB pointer 0x55b9f9c03800 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.476+0000 7fac45554700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.476+0000 7fac45554700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:22:52.535 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:22:52.536 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-16T01:22:52.537 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.538 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.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-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: 2023-11-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.477+0000 7fac5c6cd880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.477+0000 7fac5c6cd880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-16T01:22:52.539 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph-mon: debug 2023-11-16T01:22:52.477+0000 7fac5c6cd880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi026 for mon.smithi026 2023-11-16T01:22:53.117 INFO:teuthology.orchestra.run.smithi026.stderr:create mon.smithi026 on 2023-11-16T01:22:53.230 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-16T01:22:53.338 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target. 2023-11-16T01:22:53.338 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target. 2023-11-16T01:22:53.564 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to reset failed state of unit ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service: Unit ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service not loaded. 2023-11-16T01:22:53.571 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target.wants/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service → /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T01:22:53.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:53 smithi026 systemd[1]: Starting Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:22:54.338 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2023-11-16T01:22:54.345 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:22:54.346 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2023-11-16T01:22:54.346 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T01:22:54.347 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mon to start... 2023-11-16T01:22:54.347 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mon... 2023-11-16T01:22:54.574 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:54 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.317411+0000 mon.smithi026 (mon.0) 0 : [INF] mkfs 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:54.575 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:54 smithi026 bash[82696]: 7292b7c413089feb4c97903be69418dce548571ad1b6c70ed10e9201bc981b66 2023-11-16T01:22:54.620 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:54 smithi026 conmon[82737]: cluster 2023-11-16T01 2023-11-16T01:22:54.620 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:54 smithi026 conmon[82737]: :22:54.313797+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-11-16T01:22:54.620 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:54 smithi026 systemd[1]: Started Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7. 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: cluster: 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: id: 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: services: 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi026 (age 0.620391s) 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-16T01:22:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: data: 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: pgs: 2023-11-16T01:22:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.316604+0000 mon.smithi026 (mon 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: .0) 2 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.316726+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.318523+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] fsmap 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.320148+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: cluster 2023-11-16T01:22:54.320600+0000 mon.smithi026 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T01:22:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:55 smithi026 conmon[82737]: audit 2023-11-16T01:22:54.936954+0000 mon.smithi026 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.26:0/4190720549' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-16T01:22:55.682 INFO:teuthology.orchestra.run.smithi026.stderr:mon is available 2023-11-16T01:22:55.682 INFO:teuthology.orchestra.run.smithi026.stderr:Assimilating anything we can from ceph.conf... 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [global] 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: fsid = 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T01:22:56.311 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [mgr] 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [osd] 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T01:22:56.312 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T01:22:56.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:56 smithi026 conmon[82737]: audit 2023-11-16T01:22:56.306124+0000 mon.smithi026 (mon.0) 8 : audit [INF] from='client.? 172.21.15.26:0/381474153' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T01:22:56.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:56 smithi026 conmon[82737]: audit 2023-11-16T01:22:56.308764+0000 mon.smithi026 (mon.0) 9 : audit [INF] from='client.? 172.21.15.26:0/381474153' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-16T01:22:56.907 INFO:teuthology.orchestra.run.smithi026.stderr:Generating new minimal ceph.conf... 2023-11-16T01:22:57.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:57 smithi026 conmon[82737]: audit 2023-11-16T01:22:57.497358 2023-11-16T01:22:57.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:57 smithi026 conmon[82737]: +0000 mon.smithi026 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.26:0/2476746934' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:22:58.048 INFO:teuthology.orchestra.run.smithi026.stderr:Restarting the monitor... 2023-11-16T01:22:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:58 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:22:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:58 smithi026 bash[83235]: Error: no container with name or ID ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-mon.smithi026 found: no such container 2023-11-16T01:22:58.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:58 smithi026 conmon[82737]: debug 2023-11-16T01:22:58.388+0000 7f1190a20700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi026 -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-16T01:22:58.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:58 smithi026 conmon[82737]: debug 2023-11-16T01:22:58.388+0000 7f1190a20700 -1 mon.smithi026@0(leader) e1 *** Got Signal Terminated *** 2023-11-16T01:22:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:58 smithi026 bash[83350]: 7292b7c413089feb4c97903be69418dce548571ad1b6c70ed10e9201bc981b66 2023-11-16T01:22:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 systemd[1]: ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service: Succeeded. 2023-11-16T01:22:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 systemd[1]: Stopped Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7. 2023-11-16T01:22:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 systemd[1]: Starting Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:22:59.778 INFO:teuthology.orchestra.run.smithi026.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.745+0000 7f9544ffb880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.745+0000 7f9544ffb880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.746+0000 7f9544ffb880 0 pidfile_write: ignore empty --pid-file 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 0 load: jerasure load: lrc load: isa 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T01:23:00.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: DB SUMMARY 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: CURRENT file: CURRENT 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 1, files: 000004.sst 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 000006.log size: 86495 ; 2023-11-16T01:23:00.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.create_if_missing: 0 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.env: 0x55b00ead4080 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.fs: Posix File System 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.info_log: 0x55b0101a7d80 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.statistics: (nil) 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.use_fsync: 0 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T01:23:00.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.db_log_dir: 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi026/store.db 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T01:23:00.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.write_buffer_manager: 0x55b010dfe480 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T01:23:00.037 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.unordered_write: 0 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.row_cache: None 2023-11-16T01:23:00.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.wal_filter: None 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T01:23:00.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T01:23:00.040 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T01:23:00.040 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T01:23:00.040 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T01:23:00.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T01:23:00.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T01:23:00.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T01:23:00.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.max_open_files: -1 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Compression algorithms supported: 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kZSTD supported: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T01:23:00.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.750+0000 7f9544ffb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000005 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.merge_operator: 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_filter: None 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T01:23:00.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b010151d30) 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cache_index_and_filter_blocks: 1 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: pin_top_level_index_and_filter: 1 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: index_type: 0 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: data_block_index_type: 0 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: index_shortening: 1 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: hash_index_allow_collision: 1 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: checksum: 1 2023-11-16T01:23:00.044 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: no_block_cache: 0 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_cache: 0x55b01018af10 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_cache_name: BinnedLRUCache 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_cache_options: 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: capacity : 536870912 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: num_shard_bits : 4 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: strict_capacity_limit : 0 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: high_pri_pool_ratio: 0.000 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_cache_compressed: (nil) 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: persistent_cache: (nil) 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_size: 4096 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_size_deviation: 10 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_restart_interval: 16 2023-11-16T01:23:00.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: index_block_restart_interval: 1 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: metadata_block_size: 4096 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: partition_filters: 0 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: use_delta_encoding: 1 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: whole_key_filtering: 1 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: verify_compression: 0 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: read_amp_bytes_per_bit: 0 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: format_version: 2 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: enable_index_compression: 1 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: block_align: 0 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T01:23:00.046 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression: NoCompression 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.num_levels: 7 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T01:23:00.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T01:23:00.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.target_file_size_mul 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: tiplier: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T01:23:00.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T01:23:00.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T01:23:00.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T01:23:00.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T01:23:00.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T01:23:00.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T01:23:00.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.ttl: 2592000 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/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-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097779752622, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-16T01:23:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.751+0000 7f9544ffb880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.752+0000 7f9544ffb880 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-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.752+0000 7f9544ffb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097779753545, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83368, "table_properties": {"data_size": 81635, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76147, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700097779, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.752+0000 7f9544ffb880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.753+0000 7f9544ffb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097779753976, "job": 1, "event": "recovery_finished"} 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.753+0000 7f9544ffb880 4 rocksdb: DB pointer 0x55b010255800 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.753+0000 7f952be01700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.753+0000 7f952be01700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** DB Stats ** 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** Compaction Stats [default] ** 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** Compaction Stats [default] ** 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Cumulative compaction: 0.00 GB write, 28.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Interval compaction: 0.00 GB write, 28.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:23:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** Compaction Stats [default] ** 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** Compaction Stats [default] ** 2023-11-16T01:23:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 131.4 0.00 0.00 1 0.001 0 0 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: Cumulative compaction: 0.00 GB write, 28.33 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.754+0000 7f9544ffb880 0 starting mon.smithi026 rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi026 fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 1 mon.smithi026@-1(???) e1 preinit fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).mds e1 new map 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).mds e1 print_map 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: e1 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 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-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: legacy client fscid: -1 2023-11-16T01:23:00.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: No filesystems configured 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 0 mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: 11-16T01:22:57.497358+0000 mon.smithi026 (mon.0) 10 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: : audit [DBG] from='client.? 172.21.15.26:0/2476746934' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: debug 2023-11-16T01:22:59.755+0000 7f9544ffb880 1 mon.smithi026@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 bash[83679]: fd16686c6d9edd40e8528f64d6971582b5345eb93c1999c4db89af65241ee0a9 2023-11-16T01:23:00.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 systemd[1]: Started Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7. 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cluster 2023-11-16T01:22 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: :59.771457+0000 mon.smithi026 (mon.0) 1 : cluster [INF] mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cluster 2023-11-16T01:22:59.771509+0000 mon.smithi026 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cluster 2023-11-16T01:22:59.771909+0000 mon.smithi026 (mon.0) 3 : cluster [DBG] fsmap 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cluster 2023-11-16T01:22:59.771940+0000 mon.smithi026 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-16T01:23:00.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:22:59 smithi026 conmon[83720]: cluster 2023-11-16T01:22:59.772258+0000 mon.smithi026 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-16T01:23:00.999 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-16T01:23:00.999 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:23:00.999 INFO:teuthology.orchestra.run.smithi026.stderr:Creating mgr... 2023-11-16T01:23:00.999 INFO:teuthology.orchestra.run.smithi026.stderr:Verifying port 9283 ... 2023-11-16T01:23:01.143 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Failed to reset failed state of unit ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mgr.smithi026.yidchs.service: Unit ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mgr.smithi026.yidchs.service not loaded. 2023-11-16T01:23:01.150 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7.target.wants/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mgr.smithi026.yidchs.service → /etc/systemd/system/ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@.service. 2023-11-16T01:23:01.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:01 smithi026 conmon[83720]: audit 2023-11-16T01:23:00.385130+0000 mon.smithi026 (mon. 2023-11-16T01:23:01.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:01 smithi026 conmon[83720]: 0) 6 : audit [INF] from='client.? 172.21.15.26:0/2212143624' entity='client.admin' 2023-11-16T01:23:01.927 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2023-11-16T01:23:01.935 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:23:01.936 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2023-11-16T01:23:01.936 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to enable service . firewalld.service is not available 2023-11-16T01:23:01.944 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2023-11-16T01:23:01.952 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:23:01.953 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2023-11-16T01:23:01.954 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-16T01:23:01.954 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr to start... 2023-11-16T01:23:01.954 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr... 2023-11-16T01:23:02.512 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:02.512 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "8da68c84-841e-11ee-8dbe-212e2dc638e7", 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:23:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:23:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:23:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": false, 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:22:54.317777+0000", 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:23:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:02 smithi026 conmon[83720]: audit 2023-11-16T01:23:02.509378+0000 mon.smithi026 2023-11-16T01:23:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:02 smithi026 conmon[83720]: (mon.0) 7 : audit [DBG] from='client.? 172.21.15.26:0/3511709094' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:23:03.293 INFO:teuthology.orchestra.run.smithi026.stderr:mgr not available, waiting (1/15)... 2023-11-16T01:23:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "8da68c84-841e-11ee-8dbe-212e2dc638e7", 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2023-11-16T01:23:05.922 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:23:05.923 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:23:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:23:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:23:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": false, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:23:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:22:54.317777+0000", 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:23:05.929 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:05 smithi026 conmon[83720]: audit 2023-11-16T01:23 2023-11-16T01:23:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:05 smithi026 conmon[83720]: :05.918037+0000 mon.smithi026 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.26:0/3405184313' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:23:06.512 INFO:teuthology.orchestra.run.smithi026.stderr:mgr not available, waiting (2/15)... 2023-11-16T01:23:07.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: cluster 2023-11-16T01:23:07.591790+0000 mon.smithi026 ( 2023-11-16T01:23:07.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: mon.0) 9 : cluster [INF] Activating manager daemon smithi026.yidchs 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: cluster 2023-11-16T01:23:07.594273+0000 mon.smithi026 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi026.yidchs(active, starting, since 0.00257963s) 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.595124+0000 mon.smithi026 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: :23:07.595371+0000 mon.smithi026 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.595565+0000 mon.smithi026 (mon. 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: 0) 13 : audit [DBG] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.595755+0000 mon.smithi026 (mon 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: .0) 14 : audit [DBG] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.595979+0000 mon.smithi026 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi026.yidchs", "id": "smithi026.yidchs"}]: dispatch 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: cluster 2023-11-16T01:23:07.609621+0000 2023-11-16T01:23:07.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: mon.smithi026 (mon.0) 16 : cluster [INF] Manager daemon smithi026.yidchs is now available 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.619129+0000 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: mon.smithi026 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.623837+0000 mon.smithi026 (mon. 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07.626647+0000 mon.smithi026 ( 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/trash_purge_schedule"}]: dispatch 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07. 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: 629711+0000 mon.smithi026 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: audit 2023-11-16T01:23:07. 2023-11-16T01:23:07.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:07 smithi026 conmon[83720]: 631502+0000 mon.smithi026 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.26:0/2662585504' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:09.318 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:09.318 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsid": "8da68c84-841e-11ee-8dbe-212e2dc638e7", 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "health": { 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "checks": {}, 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mutes": [] 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum": [ 2023-11-16T01:23:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 0 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "smithi026" 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "monmap": { 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-16T01:23:09.320 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osdmap": { 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgmap": { 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "fsmap": { 2023-11-16T01:23:09.322 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modules": [ 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "iostat", 2023-11-16T01:23:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "nfs", 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "restful" 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ], 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "servicemap": { 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "modified": "2023-11-16T01:22:54.317777+0000", 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "services": {} 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: }, 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-16T01:23:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:09.920 INFO:teuthology.orchestra.run.smithi026.stderr:mgr is available 2023-11-16T01:23:09.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:09 smithi026 conmon[83720]: cluster 2023-11-16T01:23:08.597161+0000 2023-11-16T01:23:09.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:09 smithi026 conmon[83720]: mon.smithi026 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi026.yidchs(active, since 1.00547s) 2023-11-16T01:23:09.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:09 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:23:09.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:09 smithi026 conmon[83720]: :23:09.310804+0000 mon.smithi026 (mon.0) 23 2023-11-16T01:23:09.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:09 smithi026 conmon[83720]: : audit [DBG] from='client.? 172.21.15.26:0/1736148495' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [global] 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: fsid = 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [mgr] 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-16T01:23:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 2023-11-16T01:23:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: [osd] 2023-11-16T01:23:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-16T01:23:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-16T01:23:11.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:10 smithi026 conmon[83720]: audit 2023-11-16T01:23:10.584614+0000 mon.smithi026 (mon.0) 24 : audit [INF] from='client.? 172.21.15.26:0/3181143941' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-16T01:23:11.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:10 smithi026 conmon[83720]: cluster 2023-11-16T01:23:10.597200+0000 mon.smithi026 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi026.yidchs(active, since 3s) 2023-11-16T01:23:11.138 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling cephadm module... 2023-11-16T01:23:12.167 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:11 smithi026 conmon[83720]: audit 2023-11-16T01:23:11.862355+0000 mon.smithi026 ( 2023-11-16T01:23:12.167 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:11 smithi026 conmon[83720]: mon.0) 26 : audit [INF] from='client.? 172.21.15.26:0/3754173722' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-16T01:23:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: audit 2023-11-16T01:23: 2023-11-16T01:23:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: 11.915459+0000 mon.smithi026 (mon.0) 27 : audit [INF] from='client.? 172.21.15.26:0/3754173722' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-16T01:23:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: cluster 2023- 2023-11-16T01:23:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: 11-16T01:23:11.915534+0000 2023-11-16T01:23:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: mon.smithi026 (mon.0) 28 : 2023-11-16T01:23:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:12 smithi026 conmon[83720]: cluster [DBG] mgrmap e5: smithi026.yidchs(active, since 4s) 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "active_name": "smithi026.yidchs", 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T01:23:13.382 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:13.987 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for the mgr to restart... 2023-11-16T01:23:13.987 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr epoch 5... 2023-11-16T01:23:14.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:13 smithi026 conmon[83720]: audit 2023-11-16T01:23: 2023-11-16T01:23:14.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:13 smithi026 conmon[83720]: 13.380770+0000 mon.smithi026 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.26:0/3828919331' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T01:23:17.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: cluster 2023-11-16T01:23:17.545038+0000 mon.smithi026 (mon.0) 30 : cluster [INF] Active manager daemon smithi026.yidchs restarted 2023-11-16T01:23:17.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: cluster 2023-11-16T01:23:17.545337+0000 mon.smithi026 (mon.0) 31 : cluster [INF] Activating manager daemon smithi026.yidchs 2023-11-16T01:23:17.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: cluster 2023-11-16T01:23:17.548513+0000 mon.smithi026 (mon. 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: cluster 2023 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: -11-16T01:23:17.548640+0000 mon.smithi026 (mon. 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 0) 33 : cluster [DBG] mgrmap e6: smithi026.yidchs(active, starting, since 0.00341619s) 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: T01:23:17.549525+0000 mon.smithi026 ( 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 16T01:23:17.550116+0000 mon.smithi026 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi026.yidchs", "id": "smithi026.yidchs"}]: dispatch 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:23:17.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 16T01:23:17.550779+0000 mon.smithi026 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: -16T01:23:17.551018+0000 mon.smithi026 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: T01:23:17.551221+0000 mon.smithi026 ( 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: cluster 2023- 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 11-16T01:23:17.553221+0000 mon.smithi026 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: (mon.0) 39 : cluster [INF] Manager daemon smithi026.yidchs is now available 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: 2023-11-16T01:23:17.567313+0000 mon.smithi026 2023-11-16T01:23:17.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:17 smithi026 conmon[83720]: (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:18.558 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:18.558 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-16T01:23:18.558 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T01:23:18.558 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:17.564668+0000 mgr.smithi026.yidchs (mgr.14116) 1 : cephadm 2023-11-16T01:23:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: [INF] Found migration_current of "None". Setting to last migration. 2023-11-16T01:23:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.658081+0000 mon.smithi026 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.659069+0000 mon.smithi026 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.660450+0000 mon.smithi026 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.662637+0000 mon.smithi026 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17.676706+0000 mon.smithi026 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: audit 2023-11-16T01:23:17. 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: 679206+0000 mon.smithi026 (mon.0) 46 : audit [INF] 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/trash_purge_schedule"}]: dispatch 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: cluster 2023-11-16T01:23:18. 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: 550993+0000 mon.smithi026 (mon.0) 47 : cluster 2023-11-16T01:23:18.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:18 smithi026 conmon[83720]: [DBG] mgrmap e7: smithi026.yidchs(active, since 1.00576s) 2023-11-16T01:23:19.154 INFO:teuthology.orchestra.run.smithi026.stderr:mgr epoch 5 is available 2023-11-16T01:23:19.154 INFO:teuthology.orchestra.run.smithi026.stderr:Setting orchestrator backend to cephadm... 2023-11-16T01:23:19.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:19 smithi026 conmon[83720]: audit 2023-11-16T01:23:18.550194+0000 mgr.smithi026.yidchs 2023-11-16T01:23:19.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:19 smithi026 conmon[83720]: (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T01:23:19.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:19 smithi026 conmon[83720]: audit 2023-11-16T01:23:18.557092+0000 mgr.smithi026.yidchs (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T01:23:20.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:20 smithi026 conmon[83720]: cluster 2023-11-16T01:23:19.660022+0000 mon.smithi026 (mon 2023-11-16T01:23:20.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:20 smithi026 conmon[83720]: .0) 48 : cluster [DBG] mgrmap e8: smithi026.yidchs(active, since 2s) 2023-11-16T01:23:20.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:20 smithi026 conmon[83720]: audit 2023-11-16T01:23:19.870032+0000 mgr.smithi026.yidchs (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-16T01:23:20.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:20 smithi026 conmon[83720]: audit 2023-11-16T01:23:19.873959+0000 mon.smithi026 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:20.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:20 smithi026 conmon[83720]: audit 2023-11-16T01:23:19.885309+0000 mon.smithi026 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:21.168 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: value unchanged 2023-11-16T01:23:21.753 INFO:teuthology.orchestra.run.smithi026.stderr:Generating ssh key... 2023-11-16T01:23:22.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:22 smithi026 conmon[83720]: audit 2023-11-16T01:23:21.167262+0000 mgr.smithi026.yidchs ( 2023-11-16T01:23:22.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:22 smithi026 conmon[83720]: mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: audit 2023-11-16T01:23:22.403070+0000 mgr.smithi026.yidchs ( 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:22.403297+0000 mgr.smithi026.yidchs (mgr.14116) 7 : cephadm [INF] 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: Generating ssh key... 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: audit 2023-11-16T01:23:22.542931 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: audit 2023-11-16T01:23:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:23:23.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: 23:22.544643+0000 mon.smithi026 (mon.0) 2023-11-16T01:23:23.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:23 smithi026 conmon[83720]: 52 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:23.726 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrc+pk2JpESVcCUE9LUX4q7z+jNWbPgSpFekuyyc3bOtDDjt9Mb6zDtZRCAmJ0p/KmBvpPpVZleNCBqFDjL1BOcXwvcbkXLMREl+mfPxh3pmlfm5uDwa6Xa630hRqzE6/iFunmuBvw0Olk9EfEYZRkBpcdgdptIhVPx0vpljzrOz+rZ/l7ElwIV/3z/5ECeBpX4jPj2egL787wsOhdML0yaotfGPlVJOeCDggkkSkTFyW3Q2q7LwtbvbSDpqQOglbZF4dkjvEr50YBJrryc6oTAlvdAghmbVrjgJNM7q+HU1rkv+SbXusI7gxZ1ZUfrKEL2qqlcY7Gl4MMSi3u1Jmz3+LzEatKQOXxEbNHBAkr2sJ7fivxKwABW5Mm7+yYDJf9v1rA6mhebv0394K8ZTElP/FAbmSuTXSm8a6qWwX1oV2SqOl85sY8rkHgiR+u2zh9TPxiZnJ3l/Bo0cbPLEhDWl3xWNL/Md1d4vUl+xI0D5nPzncNZBtHtFuOhThoxkk= ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:23:24.436 INFO:teuthology.orchestra.run.smithi026.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:23:24.436 INFO:teuthology.orchestra.run.smithi026.stderr:Adding key to root@localhost authorized_keys... 2023-11-16T01:23:24.438 INFO:teuthology.orchestra.run.smithi026.stderr:Adding host smithi026... 2023-11-16T01:23:24.707 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:24 smithi026 conmon[83720]: audit 2023-11-16T01:23:23.725190+0000 mgr.smithi026.yidchs (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:25.828 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Added host 'smithi026' with addr '172.21.15.26' 2023-11-16T01:23:26.523 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying mon service with default placement... 2023-11-16T01:23:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:26 smithi026 conmon[83720]: audit 2023-11-16T01:23:25.104501+0000 mgr.smithi026.yidchs (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:26 smithi026 conmon[83720]: audit 2023-11-16T01:23:25.825590+0000 mon.smithi026 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:26 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:25.825889+0000 mgr.smithi026.yidchs (mgr.14116) 10 : cephadm [INF] Added host smithi026 2023-11-16T01:23:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:26 smithi026 conmon[83720]: audit 2023-11-16T01:23:25.864866+0000 mon.smithi026 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:27.365 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-16T01:23:28.502 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying mgr service with default placement... 2023-11-16T01:23:28.508 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:28 smithi026 conmon[83720]: audit 2023-11-16T01:23:27.360634+0000 mgr.smithi026.yidchs (mgr.14116) 2023-11-16T01:23:28.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:28 smithi026 conmon[83720]: 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:28.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:28 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:27.361867+0000 mgr.smithi026.yidchs (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-16T01:23:28.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:28 smithi026 conmon[83720]: audit 2023-11-16T01:23:27.364193+0000 mon.smithi026 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:29.275 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-16T01:23:30.026 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying crash service with default placement... 2023-11-16T01:23:30.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:29 smithi026 conmon[83720]: audit 2023-11-16T01:23:28.614053+0000 mon.smithi026 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:30.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:29 smithi026 conmon[83720]: audit 2023-11-16T01:23:28.904884+0000 mon.smithi026 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:30.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:29 smithi026 conmon[83720]: audit 2023-11-16T01:23:29.273873+0000 mon.smithi026 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:31.085 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-16T01:23:31.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:30 smithi026 conmon[83720]: audit 2023-11-16T01:23:29.270633+0000 mgr.smithi026.yidchs (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:31.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:30 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:29.271525+0000 mgr.smithi026.yidchs (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-16T01:23:31.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:30 smithi026 conmon[83720]: audit 2023-11-16T01:23:30.406776+0000 mon.smithi026 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:32.250 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying prometheus service with default placement... 2023-11-16T01:23:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:32 smithi026 conmon[83720]: audit 2023-11-16T01:23:31.080803+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:23:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:32 smithi026 conmon[83720]: .14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:32 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:31.081782+0000 mgr.smithi026.yidchs (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-16T01:23:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:32 smithi026 conmon[83720]: audit 2023-11-16T01:23:31.083951+0000 mon.smithi026 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:33.047 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-16T01:23:33.651 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying grafana service with default placement... 2023-11-16T01:23:34.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:34 smithi026 conmon[83720]: audit 2023-11-16T01:23:33.043071+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:23:34.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:34 smithi026 conmon[83720]: 14116) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:34.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:33.043945+0000 mgr.smithi026.yidchs (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-16T01:23:34.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:34 smithi026 conmon[83720]: audit 2023-11-16T01:23:33.046338+0000 mon.smithi026 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:34.401 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-16T01:23:35.000 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying node-exporter service with default placement... 2023-11-16T01:23:35.661 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-16T01:23:35.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:35 smithi026 conmon[83720]: audit 2023-11-16T01:23:34.397461+0000 mgr.smithi026.yidchs 2023-11-16T01:23:35.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:35 smithi026 conmon[83720]: (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:35.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:35 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:34.398276+0000 mgr.smithi026.yidchs (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-16T01:23:35.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:35 smithi026 conmon[83720]: audit 2023-11-16T01:23:34.400556+0000 mon.smithi026 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:36.350 INFO:teuthology.orchestra.run.smithi026.stderr:Deploying alertmanager service with default placement... 2023-11-16T01:23:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-16T01:23:37.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:36 smithi026 conmon[83720]: audit 2023-11-16T01:23:35.656415+0000 mgr.smithi026.yidchs (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:37.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:36 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:35.657302+0000 mgr.smithi026.yidchs (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-16T01:23:37.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:36 smithi026 conmon[83720]: audit 2023-11-16T01:23:35.659610+0000 mon.smithi026 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: audit 2023-11-16T01:23:37.069433+0000 mgr.smithi026.yidchs (mgr.14116 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: ) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: cephadm 2023-11-16T01:23:37.070304+0000 mgr.smithi026.yidchs (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: audit 2023-11-16T01:23:37.072453+0000 mon.smithi026 (mon. 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: 0) 64 : audit [INF] from='mgr.14116 172.21.15.26:0/823127016' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: cluster 2023-11-16T01:23:37.552137+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:23:38.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:38 smithi026 conmon[83720]: .14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:23:39.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:39 smithi026 conmon[83720]: audit 2023-11-16T01:23:38.314045+0000 mon.smithi026 (mon.0) 65 : audit [INF] from='client.? 172.21.15.26:0/215659687' entity='client.admin' 2023-11-16T01:23:40.220 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling the dashboard module... 2023-11-16T01:23:40.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:40 smithi026 conmon[83720]: cluster 2023-11-16T01:23:39.552393+0000 2023-11-16T01:23:40.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:40 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14116) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:23:40.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:40 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:23:40.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:40 smithi026 conmon[83720]: :23:39.598859+0000 mon.smithi026 (mon.0) 66 : audit [INF] from='client.? 172.21.15.26:0/2551816652' entity='client.admin' 2023-11-16T01:23:41.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:41 smithi026 conmon[83720]: audit 2023-11-16T01:23:40.927866+0000 mon.smithi026 (mon.0) 67 : 2023-11-16T01:23:41.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:41 smithi026 conmon[83720]: audit [INF] from='client.? 172.21.15.26:0/137011998' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-16T01:23:42.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:42 smithi026 conmon[83720]: audit 2023-11-16T01:23:41.603409+0000 mon.smithi026 (mon. 2023-11-16T01:23:42.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:42 smithi026 conmon[83720]: 0) 68 : audit [INF] from='client.? 172.21.15.26:0/137011998' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-16T01:23:42.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:42 smithi026 conmon[83720]: cluster 2023-11-16T01:23:41.603504+0000 mon.smithi026 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi026.yidchs(active, since 24s) 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "available": true, 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "active_name": "smithi026.yidchs", 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-16T01:23:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:43.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:43 smithi026 conmon[83720]: audit 2023-11-16T01:23:43.097372+0000 mon.smithi026 ( 2023-11-16T01:23:43.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:43 smithi026 conmon[83720]: mon.0) 70 : audit [DBG] from='client.? 172.21.15.26:0/3138995689' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-16T01:23:43.869 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for the mgr to restart... 2023-11-16T01:23:43.869 INFO:teuthology.orchestra.run.smithi026.stderr:Waiting for mgr epoch 9... 2023-11-16T01:23:47.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: cluster 2023-11-16T01:23:47.284594+0000 mon.smithi026 (mon. 2023-11-16T01:23:47.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: 0) 71 : cluster [INF] Active manager daemon smithi026.yidchs restarted 2023-11-16T01:23:47.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: cluster 2023-11-16T01:23:47.284823+0000 mon.smithi026 (mon.0) 72 : cluster [INF] Activating manager daemon smithi026.yidchs 2023-11-16T01:23:47.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: cluster 2023-11-16T01:23:47.287661+0000 mon.smithi026 (mon.0) 73 : cluster [DBG] 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: osdmap e3: 0 total, 0 up, 0 in 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: 01:23:47.287777+0000 mon.smithi026 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi026.yidchs(active, starting, since 0.00304111s) 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: audit 2023-11-16T01:23:47. 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: 288965+0000 mon.smithi026 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.289569+0000 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: mon.smithi026 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi026.yidchs", "id": "smithi026.yidchs"}]: dispatch 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.290290+0000 2023-11-16T01:23:47.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: mon.smithi026 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.290517+0000 mon.smithi026 (mon. 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: 0) 78 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: 2023-11-16T01:23:47.290718+0000 mon.smithi026 (mon.0) 79 : audit [DBG] 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: cluster 2023-11-16T01:23 2023-11-16T01:23:47.527 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:47 smithi026 conmon[83720]: :47.304511+0000 mon.smithi026 (mon.0) 80 : cluster [INF] Manager daemon smithi026.yidchs is now available 2023-11-16T01:23:48.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: { 2023-11-16T01:23:48.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-16T01:23:48.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: "initialized": true 2023-11-16T01:23:48.297 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: } 2023-11-16T01:23:48.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.408468+0000 2023-11-16T01:23:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: mon.smithi026 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.409822+0000 mon.smithi026 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:23:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.436881+0000 mon.smithi026 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:23:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: audit 2023-11-16T01:23:47.439834+0000 mon.smithi026 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/trash_purge_schedule"}]: dispatch 2023-11-16T01:23:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:48 smithi026 conmon[83720]: cluster 2023-11-16T01:23:48.289941+0000 mon.smithi026 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi026.yidchs(active, since 1.0052s) 2023-11-16T01:23:49.190 INFO:teuthology.orchestra.run.smithi026.stderr:mgr epoch 9 is available 2023-11-16T01:23:49.190 INFO:teuthology.orchestra.run.smithi026.stderr:Generating a dashboard self-signed certificate... 2023-11-16T01:23:49.448 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:49 smithi026 conmon[83720]: audit 2023-11-16T01:23:48.289250+0000 mgr.smithi026.yidchs (mgr.14156) 1 : audit 2023-11-16T01:23:49.449 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:49 smithi026 conmon[83720]: [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-16T01:23:49.449 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:49 smithi026 conmon[83720]: audit 2023-11-16T01:23:48.295542+0000 mgr.smithi026.yidchs (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-16T01:23:49.449 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:49 smithi026 conmon[83720]: audit 2023-11-16T01:23:49.177930+0000 mon.smithi026 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:50.126 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-16T01:23:50.848 INFO:teuthology.orchestra.run.smithi026.stderr:Creating initial admin user... 2023-11-16T01:23:51.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:51 smithi026 conmon[83720]: audit 2023-11-16T01:23:49.968974+0000 mgr.smithi026.yidchs (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:23:51.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:51 smithi026 conmon[83720]: audit 2023-11-16T01:23:50.122748+0000 mon.smithi026 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:51.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:51 smithi026 conmon[83720]: audit 2023-11-16T01:23:50.124641+0000 mon.smithi026 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:51.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:51 smithi026 conmon[83720]: cluster 2023-11-16T01:23:50.179264+0000 mon.smithi026 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi026.yidchs(active, since 2s) 2023-11-16T01:23:52.262 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$LPywm10gWEzxOkaqRpuNYeJnIdcSjaMTfQPk3oOZCw7I./Bd.wNR2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700097832, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-16T01:23:52.998 INFO:teuthology.orchestra.run.smithi026.stderr:Fetching dashboard port number... 2023-11-16T01:23:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:53 smithi026 conmon[83720]: audit 2023-11-16T01:23:52.016858+0000 2023-11-16T01:23:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:53 smithi026 conmon[83720]: mgr.smithi026.yidchs (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-16T01:23:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:53 smithi026 conmon[83720]: audit 2023-11-16T01:23:52.261823+0000 mon.smithi026 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:23:53.744 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: 8443 2023-11-16T01:23:54.491 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: disabled 2023-11-16T01:24:01.202 INFO:teuthology.orchestra.run.smithi026.stderr:systemctl: inactive 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr:firewalld.service is not enabled 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr:Ceph Dashboard is now available at: 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr: URL: https://smithi026.front.sepia.ceph.com:8443/ 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr: User: admin 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr: Password: a7j6bpgwfd 2023-11-16T01:24:01.263 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.264 INFO:teuthology.orchestra.run.smithi026.stderr:Enabling autotune for osd_memory_target 2023-11-16T01:24:01.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:54 smithi026 conmon[83720]: audit 2023-11-16T01:23:53.743756+0000 mon.smithi026 (mon.0) 91 : audit [DBG] from='client.? 172.21.15.26:0/3493549628' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-16T01:24:01.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:55 smithi026 conmon[83720]: cluster 2023-11-16T01:23:54.264104+0000 mon.smithi026 (mon 2023-11-16T01:24:01.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:55 smithi026 conmon[83720]: .0) 92 : cluster [DBG] mgrmap e13: smithi026.yidchs(active, since 6s) 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr:Or, if you are only running a single cluster on this host: 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-16T01:24:01.283 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: ceph telemetry on 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr:For more information see: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:24:01.284 INFO:teuthology.orchestra.run.smithi026.stderr:Bootstrap complete. 2023-11-16T01:24:01.284 INFO:tasks.cephadm:Fetching config... 2023-11-16T01:24:01.285 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:24:01.285 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-16T01:24:01.285 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:23:57 smithi026 conmon[83720]: audit 2023-11-16T01:23:56.766330+0000 mon.smithi026 (mon.0) 93 : audit [INF] from='client.? 172.21.15.26:0/2069810964' entity='client.admin' 2023-11-16T01:24:01.285 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:00 smithi026 conmon[83720]: audit 2023-11-16T01:23:59.651298+0000 mon.smithi026 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:01.285 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:00 smithi026 conmon[83720]: audit 2023-11-16T01:24:00.056512+0000 mon.smithi026 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:24:01.286 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:00 smithi026 conmon[83720]: audit 2023-11-16T01:24:00.059646+0000 mon.smithi026 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:01.303 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-16T01:24:01.304 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:24:01.304 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-16T01:24:01.359 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-16T01:24:01.360 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:24:01.360 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/keyring of=/dev/stdout 2023-11-16T01:24:01.428 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-16T01:24:01.428 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:24:01.428 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-16T01:24:01.483 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-16T01:24:01.483 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrc+pk2JpESVcCUE9LUX4q7z+jNWbPgSpFekuyyc3bOtDDjt9Mb6zDtZRCAmJ0p/KmBvpPpVZleNCBqFDjL1BOcXwvcbkXLMREl+mfPxh3pmlfm5uDwa6Xa630hRqzE6/iFunmuBvw0Olk9EfEYZRkBpcdgdptIhVPx0vpljzrOz+rZ/l7ElwIV/3z/5ECeBpX4jPj2egL787wsOhdML0yaotfGPlVJOeCDggkkSkTFyW3Q2q7LwtbvbSDpqQOglbZF4dkjvEr50YBJrryc6oTAlvdAghmbVrjgJNM7q+HU1rkv+SbXusI7gxZ1ZUfrKEL2qqlcY7Gl4MMSi3u1Jmz3+LzEatKQOXxEbNHBAkr2sJ7fivxKwABW5Mm7+yYDJf9v1rA6mhebv0394K8ZTElP/FAbmSuTXSm8a6qWwX1oV2SqOl85sY8rkHgiR+u2zh9TPxiZnJ3l/Bo0cbPLEhDWl3xWNL/Md1d4vUl+xI0D5nPzncNZBtHtFuOhThoxkk= ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T01:24:01.558 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrc+pk2JpESVcCUE9LUX4q7z+jNWbPgSpFekuyyc3bOtDDjt9Mb6zDtZRCAmJ0p/KmBvpPpVZleNCBqFDjL1BOcXwvcbkXLMREl+mfPxh3pmlfm5uDwa6Xa630hRqzE6/iFunmuBvw0Olk9EfEYZRkBpcdgdptIhVPx0vpljzrOz+rZ/l7ElwIV/3z/5ECeBpX4jPj2egL787wsOhdML0yaotfGPlVJOeCDggkkSkTFyW3Q2q7LwtbvbSDpqQOglbZF4dkjvEr50YBJrryc6oTAlvdAghmbVrjgJNM7q+HU1rkv+SbXusI7gxZ1ZUfrKEL2qqlcY7Gl4MMSi3u1Jmz3+LzEatKQOXxEbNHBAkr2sJ7fivxKwABW5Mm7+yYDJf9v1rA6mhebv0394K8ZTElP/FAbmSuTXSm8a6qWwX1oV2SqOl85sY8rkHgiR+u2zh9TPxiZnJ3l/Bo0cbPLEhDWl3xWNL/Md1d4vUl+xI0D5nPzncNZBtHtFuOhThoxkk= ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:24:01.571 DEBUG:teuthology.orchestra.run.smithi155:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrc+pk2JpESVcCUE9LUX4q7z+jNWbPgSpFekuyyc3bOtDDjt9Mb6zDtZRCAmJ0p/KmBvpPpVZleNCBqFDjL1BOcXwvcbkXLMREl+mfPxh3pmlfm5uDwa6Xa630hRqzE6/iFunmuBvw0Olk9EfEYZRkBpcdgdptIhVPx0vpljzrOz+rZ/l7ElwIV/3z/5ECeBpX4jPj2egL787wsOhdML0yaotfGPlVJOeCDggkkSkTFyW3Q2q7LwtbvbSDpqQOglbZF4dkjvEr50YBJrryc6oTAlvdAghmbVrjgJNM7q+HU1rkv+SbXusI7gxZ1ZUfrKEL2qqlcY7Gl4MMSi3u1Jmz3+LzEatKQOXxEbNHBAkr2sJ7fivxKwABW5Mm7+yYDJf9v1rA6mhebv0394K8ZTElP/FAbmSuTXSm8a6qWwX1oV2SqOl85sY8rkHgiR+u2zh9TPxiZnJ3l/Bo0cbPLEhDWl3xWNL/Md1d4vUl+xI0D5nPzncNZBtHtFuOhThoxkk= ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-16T01:24:01.615 INFO:teuthology.orchestra.run.smithi155.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDrc+pk2JpESVcCUE9LUX4q7z+jNWbPgSpFekuyyc3bOtDDjt9Mb6zDtZRCAmJ0p/KmBvpPpVZleNCBqFDjL1BOcXwvcbkXLMREl+mfPxh3pmlfm5uDwa6Xa630hRqzE6/iFunmuBvw0Olk9EfEYZRkBpcdgdptIhVPx0vpljzrOz+rZ/l7ElwIV/3z/5ECeBpX4jPj2egL787wsOhdML0yaotfGPlVJOeCDggkkSkTFyW3Q2q7LwtbvbSDpqQOglbZF4dkjvEr50YBJrryc6oTAlvdAghmbVrjgJNM7q+HU1rkv+SbXusI7gxZ1ZUfrKEL2qqlcY7Gl4MMSi3u1Jmz3+LzEatKQOXxEbNHBAkr2sJ7fivxKwABW5Mm7+yYDJf9v1rA6mhebv0394K8ZTElP/FAbmSuTXSm8a6qWwX1oV2SqOl85sY8rkHgiR+u2zh9TPxiZnJ3l/Bo0cbPLEhDWl3xWNL/Md1d4vUl+xI0D5nPzncNZBtHtFuOhThoxkk= ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:24:01.628 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-16T01:24:01.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:01 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:00.067986+0000 mgr.smithi026.yidchs (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi026 on smithi026 2023-11-16T01:24:07.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:07 smithi026 conmon[83720]: audit 2023-11-16T01:24:06.112868+0000 2023-11-16T01:24:07.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:07 smithi026 conmon[83720]: mon.smithi026 (mon.0) 97 : audit [INF] from='client.? 172.21.15.26:0/781050272' entity='client.admin' 2023-11-16T01:24:07.653 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-16T01:24:07.653 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-16T01:24:08.251 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:08 smithi026 conmon[83720]: cluster 2023-11-16T01:24:07.291657+0000 mgr.smithi026.yidchs (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:10.469 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:10 smithi026 conmon[83720]: cluster 2023-11-16T01:24:09.292064+0000 mgr.smithi026.yidchs (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:10.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:10 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.195272+0000 mon.smithi026 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:10.862 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi155 2023-11-16T01:24:10.862 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:24:10.862 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.conf 2023-11-16T01:24:10.878 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:24:10.878 DEBUG:teuthology.orchestra.run.smithi155:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:24:10.933 INFO:tasks.cephadm:Adding host smithi155 to orchestrator... 2023-11-16T01:24:10.934 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi155 2023-11-16T01:24:11.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.192326+0000 mgr.smithi026.yidchs (mgr.14156) 8 : 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-16T01:24:11.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.496245+0000 mon.smithi026 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:11.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.497861+0000 mon.smithi026 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:24:11.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.499435+0000 mon.smithi026 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T01:24:11.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: audit 2023-11-16T01:24:10.500014+0000 mon.smithi026 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:24:11.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:11 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:10.500537+0000 mgr.smithi026.yidchs (mgr.14156) 9 : cephadm [INF] Deploying daemon crash.smithi026 on smithi026 2023-11-16T01:24:12.752 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:12 smithi026 conmon[83720]: cluster 2023-11-16T01:24:11.292452+0000 mgr.smithi026.yidchs (mgr.14156) 2023-11-16T01:24:12.752 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:12 smithi026 conmon[83720]: 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:12.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:12 smithi026 conmon[83720]: audit 2023-11-16T01:24:12.437310+0000 mon.smithi026 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:14.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T01:24:12.923887+0000 mon.smithi026 (mon 2023-11-16T01:24:14.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: .0) 104 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:14.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T01:24:13.053147+0000 mon.smithi026 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T01:24:13.054826+0000 mon.smithi026 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T01:24:13.056816+0000 mon.smithi026 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: 01:24:13.057179+0000 mgr.smithi026.yidchs (mgr.14156) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: :24:13.059394+0000 mon.smithi026 (mon.0) 108 : audit 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:24: 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: 13.066907+0000 mgr.smithi026.yidchs (mgr.14156) 12 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: : cephadm [INF] Deploying daemon grafana.smithi026 on smithi026 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:24:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: 24:13.292647+0000 mgr.smithi026.yidchs (mgr.14156 2023-11-16T01:24:14.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:13 smithi026 conmon[83720]: ) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:16.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:15 smithi026 conmon[83720]: cluster 2023-11-16T01:24:15.292861+0000 2023-11-16T01:24:16.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:15 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:18 smithi026 conmon[83720]: cluster 2023-11-16T01:24:17.293065+0000 mgr.smithi026.yidchs 2023-11-16T01:24:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:18 smithi026 conmon[83720]: (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:18 smithi026 conmon[83720]: audit 2023-11-16T01:24:17.440263+0000 mon.smithi026 (mon.0) 109 : 2023-11-16T01:24:18.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:18 smithi026 conmon[83720]: audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:20.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:20 smithi026 conmon[83720]: cluster 2023-11-16T01:24:19 2023-11-16T01:24:20.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:20 smithi026 conmon[83720]: .293283+0000 mgr.smithi026.yidchs (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:22.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:22 smithi026 conmon[83720]: cluster 2023-11-16T01:24:21.293515 2023-11-16T01:24:22.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:22 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:24.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:24 smithi026 conmon[83720]: cluster 2023-11-16T01:24:23.293750+0000 mgr.smithi026.yidchs ( 2023-11-16T01:24:24.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:24 smithi026 conmon[83720]: mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:26.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:25 smithi026 conmon[83720]: cluster 2023-11-16T01:24:25.294032+0000 mgr.smithi026.yidchs (mgr.14156) 19 : 2023-11-16T01:24:26.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:25 smithi026 conmon[83720]: cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:28.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:28 smithi026 conmon[83720]: cluster 2023-11-16T01:24:27.294404+0000 mgr.smithi026.yidchs (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:30.385 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:30 smithi026 conmon[83720]: cluster 2023-11-16T01:24:29.294803+0000 mgr.smithi026.yidchs 2023-11-16T01:24:30.385 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:30 smithi026 conmon[83720]: (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:32.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: cluster 2023-11-16T01:24 2023-11-16T01:24:32.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: :31.295273+0000 mgr.smithi026.yidchs (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:32.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:24:32.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: 16T01:24:32.201182+0000 2023-11-16T01:24:32.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: mon.smithi026 (mon.0) 110 : audit 2023-11-16T01:24:32.568 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:32 smithi026 conmon[83720]: [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:33.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:33 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:32.203302+0000 2023-11-16T01:24:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:33 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14156) 23 : cephadm [INF] Deploying daemon node-exporter.smithi026 on smithi026 2023-11-16T01:24:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:33 smithi026 conmon[83720]: audit 2023-11-16T01:24: 2023-11-16T01:24:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:33 smithi026 conmon[83720]: 32.444363+0000 mon.smithi026 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:34.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:34 smithi026 conmon[83720]: cluster 2023-11-16T01:24:33.295586+0000 2023-11-16T01:24:34.724 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:34 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:35.917 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:35 smithi026 conmon[83720]: cluster 2023-11-16T01:24:35.295995+0000 mgr.smithi026.yidchs (mgr.14156) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:24:37.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:36 smithi026 conmon[83720]: audit 2023-11-16T01:24:35.943063+0000 mon.smithi026 (mon.0) 112 2023-11-16T01:24:37.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:36 smithi026 conmon[83720]: : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:37.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:36 smithi026 conmon[83720]: audit 2023-11-16T01:24:35.945382+0000 mon.smithi026 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-16T01:24:38.014 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:37 smithi026 conmon[83720]: audit 2023-11-16T01:24:36.945411+0000 mon.smithi026 2023-11-16T01:24:38.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:37 smithi026 conmon[83720]: (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.26:0/1925120383' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-16T01:24:38.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:37 smithi026 conmon[83720]: cluster 2023-11-16T01:24:36.945483+0000 mon.smithi026 (mon. 2023-11-16T01:24:38.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:37 smithi026 conmon[83720]: 0) 115 : cluster [DBG] mgrmap e14: smithi026.yidchs(active, since 49s) 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster 2023-11-16T01:24:42.554645+0000 mon.smithi026 (mon.0) 116 : cluster 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [INF] Active manager daemon smithi026.yidchs restarted 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster 2023-11-16T01:24:42.554882+0000 mon.smithi026 (mon.0 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: ) 117 : cluster [INF] Activating manager daemon smithi026.yidchs 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 24:42.557730+0000 mon.smithi026 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: (mon.0) 118 : cluster 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster 2023-11 2023-11-16T01:24:42.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: -16T01:24:42. 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 557834+0000 mon.smithi026 (mon.0 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: ) 119 : cluster [DBG] mgrmap e15: smithi026.yidchs(active, starting, since 0.00305034s) 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: audit 2023 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: -11-16T01:24: 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 42.558632+0000 mon.smithi026 (mon 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: .0) 120 : audit [DBG] 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 24:42.559334+0000 mon.smithi026 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: (mon.0) 121 : audit 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi026.yidchs", "id": "smithi026.yidchs"}]: dispatch 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: audit 2023 2023-11-16T01:24:42.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: -11-16T01:24: 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 42.559948+0000 mon.smithi026 ( 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: mon.0) 122 : audit 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 2023-11-16T01:24 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: :42.560108+0000 mon.smithi026 ( 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: mon.0) 123 : audit 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 24:42.560263+0000 mon.smithi026 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: (mon.0) 124 : audit 2023-11-16T01:24:42.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-16T01:24:42.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster 2023-11-16T01:24:42.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:24:42.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: 24:42.574354+0000 2023-11-16T01:24:42.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: mon.smithi026 (mon.0) 125 : 2023-11-16T01:24:42.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:42 smithi026 conmon[83720]: cluster [INF] Manager daemon smithi026.yidchs is now available 2023-11-16T01:24:43.693 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.676574+0000 2023-11-16T01:24:43.693 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.678266+0000 mon.smithi026 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: audit 2023-11-16T01:24:42.703135+0000 mon.smithi026 (mon.0) 128 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: 11-16T01:24:42.714431+0000 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 129 : audit [INF] 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/mirror_snapshot_schedule"}]: dispatch 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:24:43.694 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: 01:24:42.717256+0000 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 130 : audit [INF] 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.yidchs/trash_purge_schedule"}]: dispatch 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: 01:24:43.559681+0000 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 131 : cluster [DBG] 2023-11-16T01:24:43.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:43 smithi026 conmon[83720]: mgrmap e16: smithi026.yidchs(active, since 1.00489s) 2023-11-16T01:24:45.663 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:45 smithi026 conmon[83720]: cluster 2023-11-16T01:24:44.609736+0000 mon.smithi026 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi026.yidchs(active, since 2s) 2023-11-16T01:24:47.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:46.178368+0000 mon.smithi026 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:47.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:46.496740+0000 mon.smithi026 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:46. 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 497599+0000 mon.smithi026 (mon.0) 135 : audit [DBG] 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 24:46.498191+0000 mon.smithi026 (mon.0) 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 136 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 2023-11-16T01:24:46 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: .499337+0000 mgr.smithi026.yidchs (mgr.14180) 1 : 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2023-11-16T01:24:47.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: cephadm 2023- 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 11-16T01:24:46.534359+0000 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 2 : cephadm [INF] 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 2023-11-16T01:24:46.559342+0000 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: mon.smithi026 (mon.0) 137 : audit [INF] 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: audit 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 2023-11-16T01:24:46.561642+0000 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: mon.smithi026 (mon.0) 138 : audit [INF] 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:24:47.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:47.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: 2023-11-16T01:24:46.573587+0000 mgr.smithi026.yidchs 2023-11-16T01:24:47.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:47 smithi026 conmon[83720]: (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi026 on smithi026 2023-11-16T01:24:58.770 INFO:teuthology.orchestra.run.smithi155.stdout:Added host 'smithi155' with addr '172.21.15.155' 2023-11-16T01:24:59.357 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-16T01:25:00.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: audit 2023-11-16T01:24:58.136393+0000 mgr.smithi026.yidchs (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi155", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:25:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: audit 2023-11-16T01:24:58.767450+0000 mon.smithi026 (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: cephadm 2023-11-16T01:24:58.767759+0000 mgr.smithi026.yidchs (mgr.14180) 5 : cephadm [INF] Added host smithi155 2023-11-16T01:25:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: audit 2023-11-16T01:24:58.967023+0000 mon.smithi026 (mon.0) 140 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: audit 2023-11-16T01:24:58.968321+0000 mon.smithi026 (mon.0) 141 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:25:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:24:59 smithi026 conmon[83720]: audit 2023-11-16T01:24:59.451266+0000 mon.smithi026 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:01.242 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:25:01.242 INFO:teuthology.orchestra.run.smithi155.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.155", "hostname": "smithi155", "labels": [], "status": ""}] 2023-11-16T01:25:01.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:01 smithi026 conmon[83720]: audit 2023-11-16T01:25:00.073074+0000 mon.smithi026 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:02.239 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-16T01:25:02.239 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-16T01:25:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:02 smithi026 conmon[83720]: audit 2023-11-16T01:25:01.240571 2023-11-16T01:25:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:02 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:25:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:03 smithi026 conmon[83720]: audit 2023-11-16T01:25:02.232091+0000 mon.smithi026 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:03 smithi026 conmon[83720]: cluster 2023-11-16T01:25:02.561439+0000 mgr.smithi026.yidchs (mgr.14180) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:03 smithi026 conmon[83720]: audit 2023-11-16T01:25:02.706279+0000 mon.smithi026 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:05.165 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25:04.157557+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: 146 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25:04.292557+0000 mon.smithi026 (mon.0) 147 : audit [INF] from='client.? 172.21.15.26:0/4077382068' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: cluster 2023-11-16T01:25:04 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: .561768+0000 mgr.smithi026.yidchs (mgr.14180) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25:04.972181+0000 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: mon.smithi026 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: T01:25:04.973190+0000 mon.smithi026 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd/host:smithi155", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: -16T01:25:04.974335+0000 mon.smithi026 (mon. 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: 0) 150 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: :04.975252+0000 mon.smithi026 (mon.0) 151 : audit 2023-11-16T01:25:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:04.976691 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 9 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: 11-16T01:25:05.020267+0000 mon.smithi026 ( 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: -16T01:25:05.023074+0000 mon.smithi026 (mon. 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: 0) 153 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:05.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25:05 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: .025035+0000 mon.smithi026 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: 2023-11-16T01:25:05.026964+0000 mon.smithi026 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: :25:05.027769+0000 mon.smithi026 (mon.0) 156 : audit 2023-11-16T01:25:05.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:05 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:05.837 INFO:tasks.cephadm:Adding mon.smithi026 on smithi026 2023-11-16T01:25:05.837 INFO:tasks.cephadm:Adding mon.smithi155 on smithi155 2023-11-16T01:25:05.837 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi026:172.21.15.26=smithi026;smithi155:172.21.15.155=smithi155' 2023-11-16T01:25:06.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:06 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:05.000759+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:25:06.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:06 smithi026 conmon[83720]: ) 10 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:25:06.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:06 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:05.028512+0000 mgr.smithi026.yidchs (mgr.14180) 11 : cephadm [INF] Deploying daemon crash.smithi155 on smithi155 2023-11-16T01:25:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:06 smithi026 conmon[83720]: audit 2023-11-16T01:25:05.160952+0000 mon.smithi026 (mon.0) 157 : audit [INF] from='client.? 172.21.15.26:0/4077382068' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-16T01:25:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:06 smithi026 conmon[83720]: cluster 2023-11-16T01:25:05.161043+0000 mon.smithi026 (mon.0) 158 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T01:25:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:07 smithi026 conmon[83720]: cluster 2023-11-16T01:25:06.562149+0000 mgr.smithi026.yidchs (mgr.14180) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:08.207 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled mon update... 2023-11-16T01:25:08.901 DEBUG:teuthology.orchestra.run.smithi155:mon.smithi155> sudo journalctl -f -n 0 -u ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi155.service 2023-11-16T01:25:08.905 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:25:08.906 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:25:08.934 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:-- Logs begin at Thu 2023-11-16 01:10:44 UTC. -- 2023-11-16T01:25:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08.200770+0000 mgr.smithi026.yidchs (mgr.14180) 13 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=smithi026;smithi155:172.21.15.155=smithi155", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:08.203036+0000 mgr.smithi026.yidchs (mgr.14180) 14 : cephadm [INF] Saving service mon spec with placement smithi026:172.21.15.26=smithi026;smithi155:172.21.15.155=smithi155;count:2 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08.205661+0000 mon.smithi026 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08.262025+0000 mon.smithi026 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: .264326+0000 mon.smithi026 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.xfvsfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08.266234+0000 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: mon.smithi026 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.xfvsfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023-11-16T01:25:08.267018+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: 163 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T01:25:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: 11-16T01:25:08.267955+0000 mon.smithi026 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:08.268676+0000 mgr.smithi026.yidchs 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: (mgr.14180) 15 : cephadm [INF] Deploying daemon mgr.smithi155.xfvsfm on smithi155 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: cluster 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: 2023-11-16T01:25:08.562485+0000 mgr.smithi026.yidchs (mgr.14180) 16 : cluster [DBG] 2023-11-16T01:25:09.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:09 smithi026 conmon[83720]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:11.183 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:25:11.183 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:22:51.444918Z","created":"2023-11-16T01:22:51.444918Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:25:11.185 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2023-11-16T01:25:12.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: cluster 2023-11-16T01:25:10.562877+0000 mgr.smithi026.yidchs (mgr.14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:12.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: audit 2023-11-16T01:25:11.181739+0000 mon.smithi026 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.155:0/3589205021' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:25:12.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: audit 2023-11-16T01:25:11.690512+0000 mon.smithi026 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:12.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: audit 2023-11-16T01:25:12.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: 2023-11-16T01:25:11.692776+0000 mon.smithi026 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T01:25:12.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: audit 2023-11-16T01:25: 2023-11-16T01:25:12.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: 11.693610+0000 mon.smithi026 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T01:25:12.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: audit 2023-11-16T01:25:11.694416+0000 2023-11-16T01:25:12.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:11 smithi026 conmon[83720]: mon.smithi026 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:12.933 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:25:12.934 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:25:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:12 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:11.695158+0000 mgr.smithi026.yidchs (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi155 on smithi155 2023-11-16T01:25:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:12 smithi026 conmon[83720]: audit 2023-11-16T01:25:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:12 smithi026 conmon[83720]: 2023-11-16T01:25:12.710303+0000 mon.smithi026 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:14.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:13 smithi026 conmon[83720]: cluster 2023-11-16T01:25:12.563215+0000 mgr.smithi026.yidchs (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:14.831 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:14 smithi155 systemd[1]: Starting Ceph mon.smithi155 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:25:15.383 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:25:15.383 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":1,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:22:51.444918Z","created":"2023-11-16T01:22:51.444918Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-16T01:25:15.385 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 1 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 bash[87923]: b3572e82f67f36320299d5592209b92693e483635b981fda7764e409b6887c46 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.597+0000 7ff3c06ec880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.597+0000 7ff3c06ec880 0 ceph version 16.2.14-171-ged3c8e92 (ed3c8e926b9de93026c8a7c1d86be5d6821b52ac) pacific (stable), process ceph-mon, pid 7 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.597+0000 7ff3c06ec880 0 pidfile_write: ignore empty --pid-file 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 systemd[1]: Started Ceph mon.smithi155 for 8da68c84-841e-11ee-8dbe-212e2dc638e7. 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.603+0000 7ff3c06ec880 0 load: jerasure load: lrc load: isa 2023-11-16T01:25:15.981 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: RocksDB version: 6.8.1 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Compile date Nov 14 2023 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: DB SUMMARY 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: CURRENT file: CURRENT 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi155/store.db dir, Total Num: 0, files: 2023-11-16T01:25:15.982 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi155/store.db: 000003.log size: 511 ; 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.error_if_exists: 0 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.create_if_missing: 0 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.paranoid_checks: 1 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.env: 0x558b188d6080 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.fs: Posix File System 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.info_log: 0x558b1a88bd80 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.statistics: (nil) 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.use_fsync: 0 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_log_file_size: 0 2023-11-16T01:25:15.983 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.allow_fallocate: 1 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.use_direct_reads: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.db_log_dir: 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi155/store.db 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-16T01:25:15.984 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_subcompactions: 1 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_background_flushes: -1 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.write_buffer_manager: 0x558b1b4e2480 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-16T01:25:15.985 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.unordered_write: 0 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.row_cache: None 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.wal_filter: None 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-16T01:25:15.986 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.preserve_deletes: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.two_write_queues: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.atomic_flush: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.log_readahead_size: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_background_jobs: 2 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_background_compactions: -1 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-16T01:25:15.987 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_open_files: -1 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Compression algorithms supported: 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-16T01:25:15.988 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kZSTD supported: 0 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kXpressCompression supported: 0 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kLZ4Compression supported: 1 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kBZip2Compression supported: 0 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kZlibCompression supported: 1 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: kSnappyCompression supported: 1 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi155/store.db/MANIFEST-000001 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.merge_operator: 2023-11-16T01:25:15.989 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_filter: None 2023-11-16T01:25:15.990 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558b1a835d30) 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: cache_index_and_filter_blocks: 1 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: pin_top_level_index_and_filter: 1 2023-11-16T01:25:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: index_type: 0 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: data_block_index_type: 0 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: index_shortening: 1 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: data_block_hash_table_util_ratio: 0.750000 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: hash_index_allow_collision: 1 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: checksum: 1 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: no_block_cache: 0 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_cache: 0x558b1a86ef10 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_cache_name: BinnedLRUCache 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_cache_options: 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: capacity : 536870912 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: num_shard_bits : 4 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: strict_capacity_limit : 0 2023-11-16T01:25:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: high_pri_pool_ratio: 0.000 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_cache_compressed: (nil) 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: persistent_cache: (nil) 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_size: 4096 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_size_deviation: 10 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_restart_interval: 16 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: index_block_restart_interval: 1 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: metadata_block_size: 4096 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: partition_filters: 0 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: use_delta_encoding: 1 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: whole_key_filtering: 1 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: verify_compression: 0 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: read_amp_bytes_per_bit: 0 2023-11-16T01:25:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: format_version: 2 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: enable_index_compression: 1 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: block_align: 0 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression: NoCompression 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.num_levels: 7 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-16T01:25:15.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-16T01:25:15.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-16T01:25:15.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-16T01:25:15.997 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-16T01:25:15.997 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-16T01:25:15.997 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-16T01:25:15.997 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-16T01:25:15.997 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-16T01:25:15.998 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.table_properties_collectors: 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.inplace_update_support: 0 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.bloom_locality: 0 2023-11-16T01:25:15.999 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.max_successive_merges: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.ttl: 2592000 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.604+0000 7ff3c06ec880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi155/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-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097915606704, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-11-16T01:25:16.000 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 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-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.606+0000 7ff3c06ec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097915607404, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1700097915, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.607+0000 7ff3c06ec880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.607+0000 7ff3c06ec880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700097915607822, "job": 1, "event": "recovery_finished"} 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.608+0000 7ff3c06ec880 4 rocksdb: DB pointer 0x558b1a939800 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.608+0000 7ff3a74f2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.608+0000 7ff3a74f2700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** DB Stats ** 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.001 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** Compaction Stats [default] ** 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** Compaction Stats [default] ** 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:25:16.002 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Cumulative compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Interval compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** Compaction Stats [default] ** 2023-11-16T01:25:16.003 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** Compaction Stats [default] ** 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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.1 0.00 0.00 1 0.001 0 0 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(Total Files): cumulative 0, interval 0 2023-11-16T01:25:16.004 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: AddFile(Keys): cumulative 0, interval 0 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: Cumulative compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: ** File Read Latency Histogram By Level [default] ** 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.608+0000 7ff3c06ec880 0 mon.smithi155 does not exist in monmap, will attempt to join an existing cluster 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.608+0000 7ff3c06ec880 0 using public_addr v2:172.21.15.155:0/0 -> [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.609+0000 7ff3c06ec880 0 starting mon.smithi155 rank -1 at public addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] at bind addrs [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi155 fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.610+0000 7ff3c06ec880 1 mon.smithi155@-1(???) e0 preinit fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).mds e1 new map 2023-11-16T01:25:16.005 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).mds e1 print_map 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: e1 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 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-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: legacy client fscid: -1 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: No filesystems configured 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.640+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-16T01:25:16.006 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 0 mon.smithi155@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: cluster 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: 2023-11-16T01:25:12.563215 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 19 : cluster 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:16.007 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:15 smithi155 conmon[87969]: debug 2023-11-16T01:25:15.641+0000 7ff3a9cf7700 1 mon.smithi155@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-16T01:25:17.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-16T01:25:17.159 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:15.648561+0000 mon.smithi026 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:15.648801+0000 mon.smithi026 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:15.649629+0000 mon.smithi026 (mon.0) 175 : cluster [INF] mon.smithi026 calling monitor election 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:16.564009+0000 mgr.smithi026.yidchs (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:16.645394+0000 mon.smithi026 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:17.153249+0000 mon.smithi026 (mon.0) 177 : audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.xfvsfm/crt"}]: dispatch 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:17.645704+0000 mon.smithi026 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:17.646843+0000 mon.smithi155 (mon.1) 1 : cluster [INF] mon.smithi155 calling monitor election 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01: 2023-11-16T01:25:21.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: 25:18.564397+0000 mgr.smithi026.yidchs (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:18.645512+0000 mon.smithi026 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:19.645737+0000 mon.smithi026 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.645702+0000 mon.smithi026 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.676862+0000 mon.smithi026 (mon.0) 182 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi155 in quorum (ranks 0,1) 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.679944+0000 mon.smithi026 (mon.0) 183 : cluster [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.692274+0000 mon.smithi026 (mon.0) 184 : cluster [DBG] fsmap 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.692305+0000 mon.smithi026 (mon.0) 185 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.692536+0000 mon.smithi026 (mon.0) 186 : cluster [DBG] mgrmap e17: smithi026.yidchs(active, since 38s) 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.693632+0000 mon.smithi026 (mon.0) 187 : cluster [DBG] Standby manager daemon smithi155.xfvsfm started 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.694879+0000 mon.smithi026 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T01:25:21.045 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.696658+0000 mon.smithi026 (mon.0) 189 : cluster [INF] overall HEALTH_OK 2023-11-16T01:25:21.046 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.697102+0000 mon.smithi026 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.xfvsfm/key"}]: dispatch 2023-11-16T01:25:21.046 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.697469+0000 mon.smithi026 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T01:25:21.046 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:20 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.699131+0000 mon.smithi026 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:15.648561+0000 mon.smithi026 (mon 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: .0) 173 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:15.648801+0000 mon.smithi026 (mon.0) 174 : audit 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25:15.649629+0000 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: mon.smithi026 (mon.0) 175 : cluster [INF] mon.smithi026 calling monitor election 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25 2023-11-16T01:25:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: :16.564009+0000 mgr.smithi026.yidchs (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 11-16T01:25:16.645394+0000 mon.smithi026 (mon.0) 176 : audit 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:17.153249+0000 mon.smithi026 (mon.0) 177 : 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.xfvsfm/crt"}]: dispatch 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:17.645704+0000 mon.smithi026 ( 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 25:17.646843+0000 mon.smithi155 (mon.1) 1 : cluster [INF] mon.smithi155 calling monitor election 2023-11-16T01:25:21.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023- 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 11-16T01:25:18.564397+0000 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: :25:18.645512+0000 mon.smithi026 (mon.0) 179 : 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:19.645737+0000 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: mon.smithi026 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 01:25:20.645702+0000 mon.smithi026 (mon.0) 181 : audit [DBG] 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.676862+0000 mon.smithi026 ( 2023-11-16T01:25:21.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: mon.0) 182 : cluster [INF] mon.smithi026 is new leader, mons smithi026,smithi155 in quorum (ranks 0,1) 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 01:25:20.679944+0000 mon.smithi026 (mon.0) 183 : cluster 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: [DBG] monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi155=[v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0]} removed_ranks: {} 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: -16T01:25:20.692274+0000 mon.smithi026 (mon.0) 184 : cluster [DBG] fsmap 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 01:25:20.692305+0000 mon.smithi026 (mon.0) 185 : 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.692536+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 186 : cluster [DBG] mgrmap e17: smithi026.yidchs(active, since 38s) 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25:21.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.693632+0000 mon.smithi026 (mon. 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 0) 187 : cluster [DBG] Standby manager daemon smithi155.xfvsfm started 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.694879+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 188 : audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: cluster 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.696658+0000 mon.smithi026 (mon.0 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: ) 189 : cluster [INF] overall HEALTH_OK 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.697102+0000 mon.smithi026 (mon.0) 190 : 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi155.xfvsfm/key"}]: dispatch 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.697469+0000 mon.smithi026 (mon.0) 191 : 2023-11-16T01:25:21.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit [DBG] from='mgr.? 172.21.15.155:0/4219663070' entity='mgr.smithi155.xfvsfm' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-16T01:25:21.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:20 smithi026 conmon[83720]: 2023-11-16T01:25:20.699131+0000 mon.smithi026 (mon.0) 192 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:21.928 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-11-16T01:25:21.928 INFO:teuthology.orchestra.run.smithi155.stdout:{"epoch":2,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","modified":"2023-11-16T01:25:15.645894Z","created":"2023-11-16T01:22:51.444918Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi155","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:3300","nonce":0},{"type":"v1","addr":"172.21.15.155:6789","nonce":0}]},"addr":"172.21.15.155:6789/0","public_addr":"172.21.15.155:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-16T01:25:21.929 INFO:teuthology.orchestra.run.smithi155.stderr:dumped monmap epoch 2 2023-11-16T01:25:21.954 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20. 2023-11-16T01:25:21.954 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: 564793+0000 mgr.smithi026.yidchs (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:21.954 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:20.701194+0000 mgr.smithi026.yidchs (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi155 on smithi155 2023-11-16T01:25:21.954 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: cluster 2023-11-16T01:25:20.754798+0000 mon.smithi026 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi026.yidchs(active, since 38s), standbys: smithi155.xfvsfm 2023-11-16T01:25:21.955 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: audit 2023-11-16T01:25:20.754967+0000 mon.smithi026 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi155.xfvsfm", "id": "smithi155.xfvsfm"}]: dispatch 2023-11-16T01:25:21.955 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:21 smithi155 conmon[87969]: audit 2023-11-16T01:25:21.646062+0000 mon.smithi026 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: cluster 2023-11-16T01:25:20.564793+0000 mgr.smithi026.yidchs (mgr.14180) 23 2023-11-16T01:25:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:20.701194+0000 mgr.smithi026.yidchs (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi155 on smithi155 2023-11-16T01:25:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:25:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: 01:25:20.754798+0000 mon.smithi026 (mon.0) 193 : cluster [DBG] mgrmap e18: smithi026.yidchs(active, since 38s), standbys: smithi155.xfvsfm 2023-11-16T01:25:22.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: audit 2023-11-16T01:25:20 2023-11-16T01:25:22.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: .754967+0000 mon.smithi026 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr metadata", "who": "smithi155.xfvsfm", "id": "smithi155.xfvsfm"}]: dispatch 2023-11-16T01:25:22.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: audit 2023-11-16T01:25:22.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:21 smithi026 conmon[83720]: 2023-11-16T01:25:21.646062+0000 mon.smithi026 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mon metadata", "id": "smithi155"}]: dispatch 2023-11-16T01:25:22.607 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-16T01:25:22.608 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-16T01:25:22.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:22 smithi155 conmon[87969]: audit 2023-11-16T01:25:21.925434+0000 mon.smithi026 (mon. 2023-11-16T01:25:22.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:22 smithi155 conmon[87969]: 0) 196 : audit [DBG] from='client.? 172.21.15.155:0/3827322192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:25:22.841 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:22 smithi155 conmon[87969]: audit 2023-11-16T01:25:22.715481+0000 mon.smithi026 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:23.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:22 smithi026 conmon[83720]: audit 2023-11-16T01:25:21.925434+0000 mon.smithi026 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.155:0/3827322192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-16T01:25:23.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:22 smithi026 conmon[83720]: audit 2023-11-16T01:25:22.715481+0000 mon.smithi026 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:23.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:23 smithi026 conmon[83720]: cluster 2023-11-16T01:25:22.565183+0000 mgr.smithi026.yidchs (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:24.795 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:23 smithi155 conmon[87969]: cluster 2023-11-16T01:25:22.565183+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:24.795 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:23 smithi155 conmon[87969]: 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:24.795 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:25:24.795 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2023-11-16T01:25:24.795 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = 8da68c84-841e-11ee-8dbe-212e2dc638e7 2023-11-16T01:25:24.795 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.155:3300/0,v1:172.21.15.155:6789/0] 2023-11-16T01:25:25.297 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-16T01:25:25.298 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:25:25.298 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T01:25:25.327 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:25:25.327 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:25:25.393 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:25:25.393 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.conf 2023-11-16T01:25:25.425 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:25:25.425 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-16T01:25:25.489 INFO:tasks.cephadm:Deploying OSDs... 2023-11-16T01:25:25.490 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:25:25.490 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:25:25.505 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T01:25:25.505 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme1n1 2023-11-16T01:25:25.562 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme1n1 2023-11-16T01:25:25.669 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 237483 Links: 1 Device type: 103,1 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:24:00.129535476 +0000 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:24:00.077536243 +0000 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:24:00.077536243 +0000 2023-11-16T01:25:25.670 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:25:25.670 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T01:25:25.671 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:25 smithi026 conmon[83720]: audit 2023-11-16T01:25:24.266027+0000 mon.smithi026 (mon 2023-11-16T01:25:25.671 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:25 smithi026 conmon[83720]: .0) 198 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:25.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:25 smithi026 conmon[83720]: audit 2023-11-16T01:25:24.267478+0000 mon.smithi026 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:25:25.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:25 smithi026 conmon[83720]: cluster 2023-11-16T01:25:24.565443+0000 mgr.smithi026.yidchs (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:25.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:25 smithi026 conmon[83720]: audit 2023-11-16T01:25:24.685810+0000 mon.smithi026 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.26:0/3995847713' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:25.696 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:25:25.696 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:25:25.696 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000116095 s, 4.4 MB/s 2023-11-16T01:25:25.697 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T01:25:25.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:25 smithi155 conmon[87969]: audit 2023-11-16T01:25:24.266027+0000 mon.smithi026 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:25.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:25 smithi155 conmon[87969]: audit 2023-11-16T01:25:24.267478+0000 mon.smithi026 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:25:25.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:25 smithi155 conmon[87969]: cluster 2023-11-16T01:25:24.565443+0000 mgr.smithi026.yidchs (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:25.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:25 smithi155 conmon[87969]: audit 2023-11-16T01:25:24.685810+0000 mon.smithi026 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.26:0/3995847713' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:25.754 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme2n1 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme2n1 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 237530 Links: 1 Device type: 103,2 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:24:00.138535343 +0000 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:24:00.080536198 +0000 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:24:00.080536198 +0000 2023-11-16T01:25:25.810 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:25:25.811 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T01:25:25.883 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:25:25.883 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:25:25.883 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000132909 s, 3.9 MB/s 2023-11-16T01:25:25.883 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T01:25:25.941 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme3n1 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme3n1 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 246818 Links: 1 Device type: 103,3 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.000 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:24:00.148535196 +0000 2023-11-16T01:25:26.001 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:24:00.083536154 +0000 2023-11-16T01:25:26.001 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:24:00.083536154 +0000 2023-11-16T01:25:26.001 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:25:26.001 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T01:25:26.067 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:25:26.068 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:25:26.068 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.00012589 s, 4.1 MB/s 2023-11-16T01:25:26.069 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T01:25:26.126 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme4n1 2023-11-16T01:25:26.183 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme4n1 2023-11-16T01:25:26.183 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.183 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 243426 Links: 1 Device type: 103,4 2023-11-16T01:25:26.183 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.184 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.184 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-11-16 01:24:00.157535063 +0000 2023-11-16T01:25:26.184 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-11-16 01:24:00.085536125 +0000 2023-11-16T01:25:26.184 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-11-16 01:24:00.085536125 +0000 2023-11-16T01:25:26.184 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-11-16T01:25:26.184 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T01:25:26.248 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-11-16T01:25:26.248 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-11-16T01:25:26.248 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000109692 s, 4.7 MB/s 2023-11-16T01:25:26.249 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T01:25:26.307 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:25:26.308 DEBUG:teuthology.orchestra.run.smithi155:> dd if=/scratch_devs of=/dev/stdout 2023-11-16T01:25:26.323 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-16T01:25:26.323 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme1n1 2023-11-16T01:25:26.379 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme1n1 2023-11-16T01:25:26.379 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.379 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 245962 Links: 1 Device type: 103,1 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:25:02.926634967 +0000 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:25:02.869636092 +0000 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:25:02.869636092 +0000 2023-11-16T01:25:26.380 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:25:26.380 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-16T01:25:26.450 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:25:26.450 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:25:26.450 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000258445 s, 2.0 MB/s 2023-11-16T01:25:26.450 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-16T01:25:26.505 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme2n1 2023-11-16T01:25:26.560 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme2n1 2023-11-16T01:25:26.560 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.560 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 246133 Links: 1 Device type: 103,2 2023-11-16T01:25:26.560 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.561 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.561 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:25:02.937634750 +0000 2023-11-16T01:25:26.561 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:25:02.871636052 +0000 2023-11-16T01:25:26.561 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:25:02.871636052 +0000 2023-11-16T01:25:26.561 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:25:26.561 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-16T01:25:26.624 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:25:26.625 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:25:26.625 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000263189 s, 1.9 MB/s 2023-11-16T01:25:26.626 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-16T01:25:26.687 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme3n1 2023-11-16T01:25:26.742 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme3n1 2023-11-16T01:25:26.742 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.742 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 247992 Links: 1 Device type: 103,3 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:25:02.947634553 +0000 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:25:02.874635993 +0000 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:25:02.874635993 +0000 2023-11-16T01:25:26.743 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:25:26.744 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-16T01:25:26.806 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:25:26.807 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:25:26.807 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000258048 s, 2.0 MB/s 2023-11-16T01:25:26.808 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-16T01:25:26.864 DEBUG:teuthology.orchestra.run.smithi155:> stat /dev/nvme4n1 2023-11-16T01:25:26.919 INFO:teuthology.orchestra.run.smithi155.stdout: File: /dev/nvme4n1 2023-11-16T01:25:26.919 INFO:teuthology.orchestra.run.smithi155.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-16T01:25:26.919 INFO:teuthology.orchestra.run.smithi155.stdout:Device: 6h/6d Inode: 249087 Links: 1 Device type: 103,4 2023-11-16T01:25:26.919 INFO:teuthology.orchestra.run.smithi155.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-16T01:25:26.920 INFO:teuthology.orchestra.run.smithi155.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-11-16T01:25:26.920 INFO:teuthology.orchestra.run.smithi155.stdout:Access: 2023-11-16 01:25:02.958634335 +0000 2023-11-16T01:25:26.920 INFO:teuthology.orchestra.run.smithi155.stdout:Modify: 2023-11-16 01:25:02.876635953 +0000 2023-11-16T01:25:26.920 INFO:teuthology.orchestra.run.smithi155.stdout:Change: 2023-11-16 01:25:02.876635953 +0000 2023-11-16T01:25:26.920 INFO:teuthology.orchestra.run.smithi155.stdout: Birth: - 2023-11-16T01:25:26.920 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-16T01:25:26.983 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records in 2023-11-16T01:25:26.983 INFO:teuthology.orchestra.run.smithi155.stderr:1+0 records out 2023-11-16T01:25:26.984 INFO:teuthology.orchestra.run.smithi155.stderr:512 bytes copied, 0.000227698 s, 2.2 MB/s 2023-11-16T01:25:26.985 DEBUG:teuthology.orchestra.run.smithi155:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-16T01:25:27.041 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-16T01:25:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.767570+0000 mon.smithi026 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.768271+0000 mon.smithi026 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.768894+0000 mon.smithi026 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:25.769744+0000 mgr.smithi026.yidchs (mgr.14180) 27 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:25.769992+0000 mgr.smithi026.yidchs (mgr.14180) 28 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: 01:25:25.795878+0000 mon.smithi026 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.820607+0000 mon.smithi026 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.823703+0000 mon.smithi026 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:25.826410+0000 mgr.smithi026.yidchs (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi026 (unknown last config time)... 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.826645+0000 mon.smithi026 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T01:25:27.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.827237+0000 mon.smithi026 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T01:25:27.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: audit 2023-11-16T01:25:25.827785+0000 mon.smithi026 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:27.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:26 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:25.828290+0000 mgr.smithi026.yidchs (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi026 on smithi026 2023-11-16T01:25:27.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.767570+0000 mon.smithi026 (mon.0 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: ) 201 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.768271+0000 mon.smithi026 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.768894+0000 mon.smithi026 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:25.769744+0000 mgr.smithi026.yidchs (mgr.14180) 27 : cephadm [INF] Updating smithi026:/etc/ceph/ceph.conf 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:25.769992+0000 mgr.smithi026.yidchs (mgr.14180) 28 : cephadm [INF] Updating smithi155:/etc/ceph/ceph.conf 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.795878+0000 mon.smithi026 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.820607+0000 mon.smithi026 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.823703+0000 mon.smithi026 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:25.826410+0000 mgr.smithi026.yidchs (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi026 (unknown last config time)... 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.826645+0000 mon.smithi026 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.827237+0000 mon.smithi026 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: audit 2023-11-16T01:25:25.827785+0000 mon.smithi026 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:27.103 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:26 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:25.828290+0000 mgr.smithi026.yidchs (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi026 on smithi026 2023-11-16T01:25:28.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: cluster 2023-11-16T01:25:26.565717+0000 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: audit 2023-11-16T01:25:27.146775+0000 mon.smithi026 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: audit 2023-11-16T01:25:27.147709+0000 mon.smithi026 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.yidchs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: audit 2023-11-16T01:25:27.148394+0000 mon.smithi026 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: audit 2023-11-16T01:25:27.148934+0000 mon.smithi026 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:28.064 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:27 smithi026 conmon[83720]: audit 2023-11-16T01:25:27.719371+0000 mon.smithi026 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: cluster 2023-11-16T01:25:26.565717+0000 2023-11-16T01:25:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: audit 2023-11-16T01:25:27.146775+0000 mon.smithi026 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:28.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: audit 2023-11-16T01:25:27.147709+0000 mon.smithi026 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.yidchs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T01:25:28.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: audit 2023-11-16T01:25:27.148394+0000 mon.smithi026 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T01:25:28.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: audit 2023-11-16T01:25:27.148934+0000 mon.smithi026 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:28.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:27 smithi155 conmon[87969]: audit 2023-11-16T01:25:27.719371+0000 mon.smithi026 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:29.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:28 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:27.147453+0000 mgr.smithi026.yidchs 2023-11-16T01:25:29.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:28 smithi026 conmon[83720]: (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi026.yidchs (unknown last config time)... 2023-11-16T01:25:29.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:28 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:27.149440+0000 mgr.smithi026.yidchs (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi026.yidchs on smithi026 2023-11-16T01:25:29.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:28 smithi026 conmon[83720]: audit 2023-11-16T01:25:28.484509+0000 mon.smithi026 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:29.193 INFO:teuthology.orchestra.run.smithi155.stdout:Scheduled osd.all-available-devices update... 2023-11-16T01:25:29.232 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:28 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:27.147453+0000 mgr.smithi026.yidchs (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi026.yidchs (unknown last config time)... 2023-11-16T01:25:29.232 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:28 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:27.149440+0000 mgr.smithi026.yidchs (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi026.yidchs on smithi026 2023-11-16T01:25:29.233 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:28 smithi155 conmon[87969]: audit 2023-11-16T01:25:28.484509+0000 mon.smithi026 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:29.785 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-16T01:25:29.786 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:30.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:29 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:28.485173+0000 mgr.smithi026.yidchs (mgr.14180) 34 2023-11-16T01:25:30.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:29 smithi026 conmon[83720]: : cephadm [INF] Reconfiguring alertmanager.smithi026 (dependencies changed)... 2023-11-16T01:25:30.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:29 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:28.491068+0000 mgr.smithi026.yidchs (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi026 on smithi026 2023-11-16T01:25:30.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:29 smithi026 conmon[83720]: cluster 2023-11-16T01:25:28.565948+0000 mgr.smithi026.yidchs (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:30.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:29 smithi026 conmon[83720]: audit 2023-11-16T01:25:29.192687+0000 mon.smithi026 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:30.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:29 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:28.485173+0000 mgr.smithi026.yidchs (mgr.14180) 34 : 2023-11-16T01:25:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:29 smithi155 conmon[87969]: cephadm [INF] Reconfiguring alertmanager.smithi026 (dependencies changed)... 2023-11-16T01:25:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:29 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:28.491068+0000 mgr.smithi026.yidchs (mgr.14180) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi026 on smithi026 2023-11-16T01:25:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:29 smithi155 conmon[87969]: cluster 2023-11-16T01:25:28.565948+0000 mgr.smithi026.yidchs (mgr.14180) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:29 smithi155 conmon[87969]: audit 2023-11-16T01:25:29.192687+0000 mon.smithi026 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:31.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:30 smithi026 conmon[83720]: audit 2023-11-16T01:25:29.187498+0000 mgr.smithi026.yidchs (mgr.14180) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:25:31.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:30 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:29.189167+0000 mgr.smithi026.yidchs (mgr.14180) 38 : cephadm [INF] Marking host: smithi026 for OSDSpec preview refresh. 2023-11-16T01:25:31.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:30 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:29.189266+0000 mgr.smithi026.yidchs (mgr.14180) 39 : cephadm [INF] Marking host: smithi155 for OSDSpec preview refresh. 2023-11-16T01:25:31.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:30 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:29.189526+0000 mgr.smithi026.yidchs (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T01:25:31.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: audit 2023-11-16T01:25:29.187498+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: .14180) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:29.189167+0000 mgr.smithi026.yidchs (mgr.14180) 38 : cephadm [INF] Marking host: smithi026 for OSDSpec preview refresh. 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:29 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: .189266+0000 mgr.smithi026.yidchs (mgr.14180) 39 : cephadm [INF] Marking host: smithi155 for OSDSpec preview refresh. 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: cephadm 2023-11- 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: 16T01:25:29.189526+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:31.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:30 smithi155 conmon[87969]: 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-16T01:25:32.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:31 smithi026 conmon[83720]: cluster 2023-11-16T01:25:30.566169+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:25:32.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:31 smithi026 conmon[83720]: .14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:32.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:31 smithi155 conmon[87969]: cluster 2023-11-16T01:25:30.566169+0000 mgr.smithi026.yidchs ( 2023-11-16T01:25:32.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:31 smithi155 conmon[87969]: mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:32.677 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:33.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:32 smithi026 conmon[83720]: audit 2023-11-16T01:25:32.676678+0000 mon.smithi026 2023-11-16T01:25:33.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:32 smithi026 conmon[83720]: (mon.0) 217 : audit [DBG] from='client.? 172.21.15.26:0/2254760139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:33.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:32 smithi155 conmon[87969]: audit 2023-11-16T01:25:32.676678+0000 mon.smithi026 (mon 2023-11-16T01:25:33.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:32 smithi155 conmon[87969]: .0) 217 : audit [DBG] from='client.? 172.21.15.26:0/2254760139' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:33.754 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:34.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:33 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:25:34.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:33 smithi026 conmon[83720]: 25:32.566516+0000 mgr.smithi026.yidchs (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:34.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:33 smithi155 conmon[87969]: cluster 2023-11-16T01:25:32.566516+0000 mgr.smithi026.yidchs ( 2023-11-16T01:25:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:33 smithi155 conmon[87969]: mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:34.756 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: audit 2023-11-16T01:25:34.483171+0000 mon.smithi026 (mon.0) 218 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:34.483741+0000 mgr.smithi026.yidchs (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi026 (monmap changed)... 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: audit 2023-11-16T01:25:34.483984+0000 mon.smithi026 (mon. 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 0) 219 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: audit 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 2023-11-16T01:25:34.484659+0000 mon.smithi026 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 2023-11-16T01: 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 25:34.485172+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 44 : cephadm [INF] Reconfiguring daemon crash.smithi026 on smithi026 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: cluster 2023-11- 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 16T01:25:34.566762+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:35.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:35 smithi155 conmon[87969]: 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:35.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: audit 2023-11-16T01:25:34.483171+0000 mon.smithi026 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:35.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:34.483741+0000 mgr.smithi026.yidchs (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi026 (monmap changed)... 2023-11-16T01:25:35.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: audit 2023-11-16T01:25:34.483984+0000 mon.smithi026 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:25:35.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: audit 2023-11-16T01:25:34.484659+0000 mon.smithi026 (mon.0) 220 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:35.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:34.485172+0000 mgr.smithi026.yidchs (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi026 on smithi026 2023-11-16T01:25:35.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:35 smithi026 conmon[83720]: cluster 2023-11-16T01:25:34.566762+0000 mgr.smithi026.yidchs (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:37.223 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:37 smithi026 conmon[83720]: audit 2023-11-16T01:25:36.050683+0000 mon.smithi026 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:37.223 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:37 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:36.051301+0000 mgr.smithi026.yidchs (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi026 (dependencies changed)... 2023-11-16T01:25:37.223 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:37 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:36.082959+0000 mgr.smithi026.yidchs (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi026 on smithi026 2023-11-16T01:25:37.223 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:37 smithi026 conmon[83720]: cluster 2023-11-16T01:25:36.566999+0000 mgr.smithi026.yidchs (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:37.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:37 smithi155 conmon[87969]: audit 2023-11-16T01:25:36.050683+0000 mon.smithi026 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:37 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:36.051301+0000 mgr.smithi026.yidchs (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi026 (dependencies changed)... 2023-11-16T01:25:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:37 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:36.082959+0000 mgr.smithi026.yidchs (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi026 on smithi026 2023-11-16T01:25:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:37 smithi155 conmon[87969]: cluster 2023-11-16T01:25:36.566999+0000 mgr.smithi026.yidchs (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:37.761 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:38 smithi026 conmon[83720]: audit 2023-11-16T01:25:37.760748+0000 2023-11-16T01:25:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:38 smithi026 conmon[83720]: mon.smithi026 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.26:0/3409014382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:38.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:38 smithi155 conmon[87969]: audit 2023-11-16T01:25:37.760748+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:38 smithi155 conmon[87969]: 222 : audit [DBG] from='client.? 172.21.15.26:0/3409014382' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:38.629 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:39 smithi026 conmon[83720]: cluster 2023-11-16T01:25:38.567418+0000 mgr.smithi026.yidchs (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:39.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:39 smithi155 conmon[87969]: cluster 2023-11-16T01:25:38.567418+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:25:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:39 smithi155 conmon[87969]: .14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:39.631 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:42.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:41 smithi026 conmon[83720]: cluster 2023-11-16T01:25:40.567713+0000 mgr.smithi026.yidchs (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:42.235 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:42.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:41 smithi155 conmon[87969]: cluster 2023-11-16T01:25:40.567713+0000 mgr.smithi026.yidchs (mgr.14180) 50 2023-11-16T01:25:42.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:41 smithi155 conmon[87969]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:43.083 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:42 smithi026 conmon[83720]: audit 2023-11-16T01:25:42. 2023-11-16T01:25:43.083 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:42 smithi026 conmon[83720]: 234052+0000 mon.smithi026 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.26:0/3655209788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:43.207 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:43.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:42 smithi155 conmon[87969]: audit 2023-11-16T01:25:42.234052+0000 mon.smithi026 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.26:0/3655209788' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:44.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:43 smithi026 conmon[83720]: cluster 2023-11-16T01:25:42.568122+0000 2023-11-16T01:25:44.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:43 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:44.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:43 smithi026 conmon[83720]: audit 2023-11-16T01:25:43.114604+0000 mon.smithi026 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:44.208 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:44.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:43 smithi155 conmon[87969]: cluster 2023-11-16T01:25:42.568122+0000 mgr.smithi026.yidchs (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:43 smithi155 conmon[87969]: audit 2023 2023-11-16T01:25:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:43 smithi155 conmon[87969]: -11-16T01:25:43.114604+0000 mon.smithi026 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:45.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:44 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:43.115376 2023-11-16T01:25:45.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:44 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-11-16T01:25:45.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:44 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:43.118948+0000 mgr.smithi026.yidchs 2023-11-16T01:25:45.065 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:44 smithi026 conmon[83720]: (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2023-11-16T01:25:45.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:44 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:43.115376+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:25:45.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:44 smithi155 conmon[87969]: .14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-11-16T01:25:45.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:44 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:43.118948+0000 mgr.smithi026.yidchs (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi026 on smithi026 2023-11-16T01:25:45.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:44 smithi155 conmon[87969]: 2023-11-16T01:25:46.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:45 smithi026 conmon[83720]: cluster 2023-11-16T01:25:44.568482+0000 mgr.smithi026.yidchs ( 2023-11-16T01:25:46.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:45 smithi026 conmon[83720]: mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:46.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:45 smithi155 conmon[87969]: cluster 2023-11-16T01:25:44.568482+0000 mgr.smithi026.yidchs (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:47.402 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:48.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:47 smithi026 conmon[83720]: cluster 2023-11-16T01:25:46.568735+0000 2023-11-16T01:25:48.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:47 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:48.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:47 smithi026 conmon[83720]: audit 2023-11-16T01:25:47.400719+0000 mon.smithi026 2023-11-16T01:25:48.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:47 smithi026 conmon[83720]: (mon.0) 225 : audit [DBG] from='client.? 172.21.15.26:0/1525457903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:48.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:47 smithi155 conmon[87969]: cluster 2023-11-16T01:25:46.568735+0000 mgr.smithi026.yidchs (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:47 smithi155 conmon[87969]: audit 2023-11-16T01:25: 2023-11-16T01:25:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:47 smithi155 conmon[87969]: 47.400719+0000 mon.smithi026 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.26:0/1525457903' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:48.764 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:49.765 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:50.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:49 smithi026 conmon[83720]: cluster 2023-11-16T01:25:48.569082+0000 2023-11-16T01:25:50.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:49 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:50.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:49 smithi026 conmon[83720]: audit 2023-11-16T01:25:49.543082+0000 mon.smithi026 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:50.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:49 smithi026 conmon[83720]: audit 2023-11-16T01:25:49.543888+0000 mon.smithi026 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:25:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:49 smithi026 conmon[83720]: audit 2023-11-16T01:25:49.544590+0000 mon.smithi026 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: cluster 2023-11-16T01:25:48. 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: 569082+0000 mgr.smithi026.yidchs (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: audit 2023-11-16T01:25:49.543082+0000 mon.smithi026 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: audit 2023-11-16T01:25:49.543888+0000 mon.smithi026 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi155", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: audit 2023-11-16T01:25:49.544590+0000 mon.smithi026 (mon.0) 228 : audit [DBG] 2023-11-16T01:25:50.164 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:49 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:50 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:49.543654+0000 mgr.smithi026.yidchs (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi155 (monmap changed)... 2023-11-16T01:25:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:50 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:49.545134+0000 mgr.smithi026.yidchs (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi155 on smithi155 2023-11-16T01:25:51.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:50 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:49.543654+0000 mgr.smithi026.yidchs (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi155 (monmap changed)... 2023-11-16T01:25:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:50 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:49.545134+0000 mgr.smithi026.yidchs (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi155 on smithi155 2023-11-16T01:25:51.845 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: cluster 2023-11-16T01:25:50.569391+0000 mgr.smithi026.yidchs 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: audit 2023-11-16T01:25:50.897016+0000 mon.smithi026 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:50.897558+0000 mgr.smithi026.yidchs (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi155.xfvsfm (monmap changed)... 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: audit 2023-11-16T01:25:50.897815+0000 mon.smithi026 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.xfvsfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: audit 2023-11-16T01:25:50.898503+0000 mon.smithi026 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T01:25:51.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: audit 2023-11-16T01:25:50.899061+0000 mon.smithi026 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:51.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:50.899587+0000 mgr.smithi026.yidchs (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi155.xfvsfm on smithi155 2023-11-16T01:25:51.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:51 smithi155 conmon[87969]: audit 2023-11-16T01:25:51.844901+0000 mon.smithi026 (mon.0) 233 : audit [DBG] from='client.? 172.21.15.26:0/1941509704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: cluster 2023-11-16T01:25:50.569391+0000 2023-11-16T01:25:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit 2023-11-16T01:25:50.897016+0000 mon.smithi026 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:50.897558+0000 mgr.smithi026.yidchs (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi155.xfvsfm (monmap changed)... 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit 2023-11-16T01:25:50.897815+0000 mon.smithi026 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi155.xfvsfm", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit 2023-11-16T01: 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: 25:50.898503+0000 mon.smithi026 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit 2023-11-16T01:25:50.899061+0000 mon.smithi026 (mon.0) 232 : 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: cephadm 2023-11-16T01: 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: 25:50.899587+0000 mgr.smithi026.yidchs (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi155.xfvsfm on smithi155 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: audit 2023-11-16T01:25: 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: 51.844901+0000 mon.smithi026 (mon.0) 233 : audit [DBG] 2023-11-16T01:25:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:51 smithi026 conmon[83720]: from='client.? 172.21.15.26:0/1941509704' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:52.478 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: audit 2023-11-16T01:25:52.152092+0000 mon.smithi026 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: cephadm 2023-11-16 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: T01:25:52.152623+0000 mgr.smithi026.yidchs (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi155 (monmap changed)... 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: audit 2023-11-16T01:25:52.152834+0000 mon.smithi026 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: audit 2023-11-16T01:25:52.153515+0000 mon.smithi026 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T01:25:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: audit 2023-11-16T01:25:52.154120+0000 mon.smithi026 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:53.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: cephadm 2023-11-16T01:25:52.154648+0000 mgr.smithi026.yidchs (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi155 on smithi155 2023-11-16T01:25:53.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: cluster 2023-11-16T01:25:52.569777 2023-11-16T01:25:53.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:53 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:53.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: audit 2023-11-16T01:25:52.152092+0000 mon.smithi026 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:52.152623+0000 mgr.smithi026.yidchs (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi155 (monmap changed)... 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: audit 2023-11-16T01:25:52.152834+0000 mon.smithi026 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: audit 2023-11-16T01:25:52.153515+0000 mon.smithi026 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: audit 2023 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: -11-16T01:25:52.154120+0000 mon.smithi026 (mon.0) 237 : audit [DBG] 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: cephadm 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: 2023-11-16T01 2023-11-16T01:25:53.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: :25:52.154648+0000 mgr.smithi026.yidchs 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: (mgr.14180) 63 : cephadm 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: [INF] Reconfiguring daemon mon.smithi155 on smithi155 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: cluster 2023 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: -11-16T01:25:52. 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: 569777+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:53.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:53 smithi026 conmon[83720]: 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:53.479 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.394792+0000 mon.smithi026 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.397918+0000 mon.smithi026 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.398359+0000 mgr.smithi026.yidchs (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.399614+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.399961+0000 mgr.smithi026.yidchs (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.404004+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.409092+0000 mon.smithi026 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T01:25:54.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.409529+0000 mgr.smithi026.yidchs (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.416029+0000 mon.smithi026 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.416443+0000 mgr.smithi026.yidchs (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.421488+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.426841+0000 mon.smithi026 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.427293+0000 mgr.smithi026.yidchs (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.431430+0000 mon.smithi026 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.431867+0000 mgr.smithi026.yidchs (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.436566+0000 mon.smithi026 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:54 smithi155 conmon[87969]: audit 2023-11-16T01:25:53.440518+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:25:54.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.394792+0000 mon.smithi026 (mon.0 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: ) 238 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.397918+0000 mon.smithi026 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.398359+0000 mgr.smithi026.yidchs (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.399614+0000 mon.smithi026 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.399961+0000 mgr.smithi026.yidchs (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.404004+0000 mon.smithi026 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.409092+0000 mon.smithi026 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.409529+0000 mgr.smithi026.yidchs (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.416029+0000 mon.smithi026 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.416443+0000 mgr.smithi026.yidchs (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-11-16T01:25:54.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.421488+0000 mon.smithi026 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.426841+0000 mon.smithi026 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.427293+0000 mgr.smithi026.yidchs (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.431430+0000 mon.smithi026 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.431867+0000 mgr.smithi026.yidchs (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.436566+0000 mon.smithi026 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:54.845 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:54 smithi026 conmon[83720]: audit 2023-11-16T01:25:53.440518+0000 mon.smithi026 (mon.0) 248 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:25:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:55 smithi026 conmon[83720]: cluster 2023-11-16T01:25:54.570102+0000 mgr.smithi026.yidchs (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:55 smithi026 conmon[83720]: audit 2023-11-16T01:25:54.937376+0000 mon.smithi026 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:55 smithi026 conmon[83720]: audit 2023-11-16T01:25:54.940973+0000 mon.smithi026 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:56.213 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:25:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:55 smithi155 conmon[87969]: cluster 2023-11-16T01:25:54.570102+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:25:56.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:55 smithi155 conmon[87969]: 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:56.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:55 smithi155 conmon[87969]: audit 2023-11-16T01:25:54.937376+0000 mon.smithi026 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:56.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:55 smithi155 conmon[87969]: audit 2023-11-16T01:25:54.940973+0000 mon.smithi026 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:56.900 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:25:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:56 smithi155 conmon[87969]: audit 2023-11-16T01:25:56.213009+0000 2023-11-16T01:25:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:56 smithi155 conmon[87969]: mon.smithi026 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.26:0/3798871628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:57.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:56 smithi026 conmon[83720]: audit 2023-11-16T01:25:56.213009+0000 mon.smithi026 2023-11-16T01:25:57.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:56 smithi026 conmon[83720]: (mon.0) 251 : audit [DBG] from='client.? 172.21.15.26:0/3798871628' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:25:57.901 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:25:58.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:57 smithi155 conmon[87969]: cluster 2023-11-16T01:25:56.570341+0000 2023-11-16T01:25:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:57 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:57 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:25:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:57 smithi026 conmon[83720]: 25:56.570341+0000 mgr.smithi026.yidchs (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01:25:58.179841+0000 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: mon.smithi026 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: cluster 2023-11-16T01:25:58.570562+0000 mgr.smithi026.yidchs (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01:25:58.632806+0000 mon.smithi026 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:25:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: :25:58.633641+0000 mon.smithi026 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 11-16T01:25:58.634260+0000 mon.smithi026 (mon.0) 255 : audit 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01:25: 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 58.637759+0000 mon.smithi026 (mon.0) 256 : audit 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01:25 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: :58.641312+0000 mon.smithi026 (mon.0) 257 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 25:58.644112+0000 mon.smithi026 (mon.0) 258 2023-11-16T01:25:59.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 25:58.644974+0000 mon.smithi026 (mon.0) 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 259 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: T01:25:58.645164+0000 mon.smithi026 (mon. 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 0) 260 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: 16T01:25:58.645606+0000 mon.smithi026 (mon 2023-11-16T01:25:59.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:25:59 smithi155 conmon[87969]: .0) 261 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.179841+0000 mon.smithi026 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: cluster 2023-11-16T01:25:58.570562+0000 mgr.smithi026.yidchs (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.632806+0000 mon.smithi026 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.633641+0000 mon.smithi026 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.634260+0000 mon.smithi026 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:25:59.579 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.637759+0000 mon.smithi026 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.641312+0000 mon.smithi026 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.644112+0000 mon.smithi026 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: :58.644974+0000 mon.smithi026 (mon.0) 259 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.645164+0000 mon.smithi026 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:25:59 smithi026 conmon[83720]: audit 2023-11-16T01:25:58.645606+0000 mon.smithi026 (mon.0) 261 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:25:59.979 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:01.048 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-16T01:26:01.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:00 smithi026 conmon[83720]: audit 2023-11-16T01:25:59.978545+0000 mon.smithi026 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.26:0/1649440228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:01.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:00 smithi155 conmon[87969]: audit 2023-11-16T01:25:59.978545+0000 mon.smithi026 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.26:0/1649440228' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:02.050 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:02.078 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: cluster 2023-11-16T01:26:00.570813+0000 mgr.smithi026.yidchs (mgr.14180) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: audit 2023-11-16T01:26:01.289202+0000 mon.smithi155 (mon.1) 2 : audit [INF] from='client.? 172.21.15.155:0/3276307972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]: dispatch 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: audit 2023-11-16T01:26:01.289730+0000 mon.smithi026 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]: dispatch 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: audit 2023-11-16T01:26:01.294052+0000 mon.smithi026 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]': finished 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: cluster 2023-11-16T01:26:01.294136+0000 mon.smithi026 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T01:26:02.079 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:01 smithi026 conmon[83720]: audit 2023-11-16T01:26:01.294247+0000 mon.smithi026 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: cluster 2023-11-16T01:26:00.570813 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: audit 2023-11-16T01:26:01.289202+0000 mon.smithi155 (mon.1) 2 : audit [INF] from='client.? 172.21.15.155:0/3276307972' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]: dispatch 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: audit 2023-11-16T01:26:01.289730+0000 mon.smithi026 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]: dispatch 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: audit 2023-11-16T01:26:01.294052+0000 mon.smithi026 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "512756b1-4c05-4167-a4c3-910691b74d80"}]': finished 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: cluster 2023-11-16T01:26:01.294136+0000 mon.smithi026 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-16T01:26:02.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:01 smithi155 conmon[87969]: audit 2023-11-16T01:26:01.294247+0000 mon.smithi026 (mon.0) 266 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: audit 2023-11-16T01:26:02.406205+0000 mon.smithi155 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.155:0/1637886470' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: audit 2023-11-16T01:26:02.609729+0000 mon.smithi026 (mon.0) 267 : audit [INF] from='client.? 172.21.15.26:0/3519249387' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "042bd622-8a1c-41b0-beab-0722e99ad07c"}]: dispatch 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: audit 2023-11-16T01:26:02.613045+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='client.? 172.21.15.26:0/3519249387' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "042bd622-8a1c-41b0-beab-0722e99ad07c"}]': finished 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: cluster 2023-11-16T01:26:02.613093+0000 mon.smithi026 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: audit 2023-11-16T01:26:02.613198+0000 mon.smithi026 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:02.844 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:02 smithi026 conmon[83720]: 11-16T01:26:02.613436+0000 mon.smithi026 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:03.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: audit 2023-11-16T01:26:02.406205+0000 mon.smithi155 (mon.1 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: ) 3 : audit [DBG] from='client.? 172.21.15.155:0/1637886470' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: audit 2023-11-16T01:26:02.609729+0000 mon.smithi026 (mon.0) 267 : audit [INF] from='client.? 172.21.15.26:0/3519249387' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "042bd622-8a1c-41b0-beab-0722e99ad07c"}]: dispatch 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: audit 2023-11-16T01:26:02.613045+0000 mon.smithi026 (mon.0) 268 : audit [INF] from='client.? 172.21.15.26:0/3519249387' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "042bd622-8a1c-41b0-beab-0722e99ad07c"}]': finished 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: cluster 2023-11-16T01:26:02.613093+0000 mon.smithi026 (mon.0) 269 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: audit 2023-11-16T01:26:02.613198+0000 mon.smithi026 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:02 smithi155 conmon[87969]: audit 2023-11-16T01:26:02.613436+0000 mon.smithi026 (mon.0) 271 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:04.081 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:03 smithi026 conmon[83720]: cluster 2023-11-16T01:26:02.571069 2023-11-16T01:26:04.081 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:03 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:04.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:03 smithi155 conmon[87969]: cluster 2023-11-16T01:26:02.571069+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:04.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:03 smithi155 conmon[87969]: ) 75 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:04.486 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:05.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:04 smithi155 conmon[87969]: audit 2023-11-16T01:26:04.347374+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:05.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:04 smithi155 conmon[87969]: 272 : audit [DBG] from='client.? 172.21.15.26:0/2428656083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:05.072 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:04 smithi155 conmon[87969]: audit 2023-11-16T01:26:04.484034+0000 mon.smithi026 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.26:0/2201373901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:05.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:04 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.347374+0000 mon.smithi026 (mon 2023-11-16T01:26:05.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:04 smithi026 conmon[83720]: .0) 272 : audit [DBG] from='client.? 172.21.15.26:0/2428656083' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:05.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:04 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.484034+0000 mon.smithi026 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.26:0/2201373901' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:05.293 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1700097962,"num_remapped_pgs":0} 2023-11-16T01:26:06.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: cluster 2023-11-16T01:26:04.571315+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:26:06.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:06.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.927521+0000 mon.smithi155 (mon.1) 4 : audit [INF] from='client.? 172.21.15.155:0/4051438238' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]: dispatch 2023-11-16T01:26:06.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.927992+0000 mon.smithi026 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]: dispatch 2023-11-16T01:26:06.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.930777+0000 mon.smithi026 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]': finished 2023-11-16T01:26:06.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: cluster 2023-11-16T01:26:04.930826+0000 mon.smithi026 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-16T01:26:06.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.930914+0000 mon.smithi026 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:06.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.931135+0000 mon.smithi026 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:06.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:05 smithi026 conmon[83720]: audit 2023-11-16T01:26:04.931279+0000 mon.smithi026 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: cluster 2023-11-16T01:26:04.571315+0000 mgr.smithi026.yidchs (mgr.14180) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16T01:26:04.927521+0000 mon.smithi155 (mon.1) 4 : audit [INF] from='client.? 172.21.15.155:0/4051438238' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]: dispatch 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16T01:26:04.927992+0000 mon.smithi026 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]: dispatch 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: T01:26:04.930777+0000 mon.smithi026 (mon.0) 275 : audit 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "be871f92-ad66-4eda-a1ee-114c934e2caf"}]': finished 2023-11-16T01:26:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: cluster 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 2023-11-16T01 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: :26:04.930826+0000 mon.smithi026 ( 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: mon.0) 276 : cluster [DBG] 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: osdmap e8: 3 total, 0 up, 3 in 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 2023- 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 11-16T01:26: 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 04.930914+0000 mon.smithi026 (mon 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: .0) 277 : audit [DBG] 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16T01:26:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 2023-11-16T01 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: :26:04.931135+0000 mon.smithi026 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: (mon.0) 278 : audit 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: audit 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 2023-11 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: -16T01:26:04 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: .931279+0000 mon.smithi026 (mon. 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: 0) 279 : audit [DBG] 2023-11-16T01:26:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:05 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:06.295 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:07.069 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:06 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.077899+0000 mon.smithi155 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.155:0/2425924930' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:07.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:06 smithi155 conmon[87969]: audit 2023-11-16T01:26:06.077899+0000 mon.smithi155 (mon.1) 5 2023-11-16T01:26:07.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:06 smithi155 conmon[87969]: : audit [DBG] from='client.? 172.21.15.155:0/2425924930' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: cluster 2023-11-16T01:26:06.571547+0000 mgr.smithi026.yidchs (mgr.14180) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.935380+0000 mon.smithi026 (mon.0) 280 : audit [INF] from='client.? 172.21.15.26:0/3596037670' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa949c-35db-4449-9185-8b5ec21cd6b6"}]: dispatch 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.938957+0000 mon.smithi026 (mon.0) 281 : audit [INF] from='client.? 172.21.15.26:0/3596037670' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53aa949c-35db-4449-9185-8b5ec21cd6b6"}]': finished 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: cluster 2023-11-16T01:26:06.939024+0000 mon.smithi026 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.939127+0000 mon.smithi026 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.939441+0000 mon.smithi026 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.939581+0000 mon.smithi026 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:07 smithi026 conmon[83720]: audit 2023-11-16T01:26:06.939726+0000 mon.smithi026 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: cluster 2023-11-16T01:26:06.571547+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: ) 77 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023-11-16T01:26:06.935380+0000 mon.smithi026 (mon.0) 280 : audit [INF] 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: from='client.? 172.21.15.26:0/3596037670' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "53aa949c-35db-4449-9185-8b5ec21cd6b6"}]: dispatch 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 2023-11-16T01:26:06.938957 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: +0000 mon.smithi026 (mon.0) 281 : audit 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: [INF] from='client.? 172.21.15.26:0/3596037670' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "53aa949c-35db-4449-9185-8b5ec21cd6b6"}]': finished 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: cluster 2023-11- 2023-11-16T01:26:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 16T01:26:06.939024+0000 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: mon.smithi026 (mon.0) 282 : cluster 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: -11-16T01:26:06. 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 939127+0000 mon.smithi026 (mon.0) 283 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: -11-16T01:26:06 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: .939441+0000 mon.smithi026 (mon.0 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: ) 284 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: -11-16T01:26:06 2023-11-16T01:26:08.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: .939581+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:08.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 285 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:08.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:08.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 11-16T01:26:06. 2023-11-16T01:26:08.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 939726+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:08.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:07 smithi155 conmon[87969]: 286 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:08.501 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:08.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01:26:08.500514+0000 mon.smithi026 (mon.0) 287 : 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit [DBG] from='client.? 172.21.15.26:0/1735231199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01:26:08.584600+0000 mon.smithi026 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.26:0/891893168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01:26:08.589543+0000 mon.smithi155 (mon.1) 6 : 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit [INF] from='client.? 172.21.15.155:0/1478842035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]: dispatch 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01:26 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: :08.589949+0000 mon.smithi026 (mon.0) 289 : 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]: dispatch 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01:26:08 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: .594476+0000 mon.smithi026 (mon.0) 290 : audit 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]': finished 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: cluster 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 2023-11-16T01:26:08.594560+0000 mon.smithi026 (mon 2023-11-16T01:26:08.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: .0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: T01:26:08.594672+0000 mon.smithi026 (mon. 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 0) 292 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 01:26:08.594989+0000 mon.smithi026 (mon. 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 0) 293 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 01:26:08.595149+0000 mon.smithi026 (mon. 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 0) 294 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: :26:08.595327+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:08.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 295 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:08.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:08.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: :26:08.595484+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:08.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:08 smithi155 conmon[87969]: 296 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:09.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.500514+0000 mon.smithi026 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.26:0/1735231199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:09.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.584600+0000 mon.smithi026 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.26:0/891893168' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.589543+0000 mon.smithi155 (mon.1) 6 : audit [INF] from='client.? 172.21.15.155:0/1478842035' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.589949+0000 mon.smithi026 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.594476+0000 mon.smithi026 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3f719e44-63f2-4832-8e35-bb7cea16dcb3"}]': finished 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: cluster 2023-11-16T01:26:08.594560+0000 mon.smithi026 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.594672+0000 mon.smithi026 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.594989+0000 mon.smithi026 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.595149+0000 mon.smithi026 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.595327+0000 mon.smithi026 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:09.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:08 smithi026 conmon[83720]: audit 2023-11-16T01:26:08.595484+0000 mon.smithi026 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:09.231 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1700097966,"num_remapped_pgs":0} 2023-11-16T01:26:10.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:09 smithi026 conmon[83720]: cluster 2023-11-16T01:26:08.571779+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:26:10.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:09 smithi026 conmon[83720]: 14180) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:10.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:09 smithi026 conmon[83720]: audit 2023-11-16T01:26:09.775804+0000 mon.smithi155 (mon.1) 7 : audit [DBG] 2023-11-16T01:26:10.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:09 smithi026 conmon[83720]: from='client.? 172.21.15.155:0/3764896689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:10.232 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:10.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:09 smithi155 conmon[87969]: cluster 2023-11-16T01:26:08.571779+0000 mgr.smithi026.yidchs (mgr.14180) 78 2023-11-16T01:26:10.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:09 smithi155 conmon[87969]: : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:09 smithi155 conmon[87969]: audit 2023-11-16T01:26:09.775804+0000 mon.smithi155 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.155:0/3764896689' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: cluster 2023-11-16T01:26:10.572002+0000 mgr.smithi026.yidchs (mgr.14180) 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.141737+0000 mon.smithi026 (mon.0) 297 : audit [INF] from='client.? 172.21.15.26:0/3901188522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e3f53a98-c90b-4088-9556-0a50345cf5af"}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.145191+0000 mon.smithi026 (mon.0) 298 : audit [INF] from='client.? 172.21.15.26:0/3901188522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e3f53a98-c90b-4088-9556-0a50345cf5af"}]': finished 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: cluster 2023-11-16T01:26:11.145236+0000 mon.smithi026 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.145344+0000 mon.smithi026 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: :11.145643+0000 mon.smithi026 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.145829+0000 mon.smithi026 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.146018+0000 mon.smithi026 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.146194+0000 mon.smithi026 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:12.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:11 smithi026 conmon[83720]: audit 2023-11-16T01:26:11.146369+0000 mon.smithi026 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:12.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: cluster 2023-11-16T01:26:10.572002+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:26:12.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 79 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:12.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11-16T01:26:11.141737+0000 mon.smithi026 (mon.0) 297 : audit [INF] from='client.? 172.21.15.26:0/3901188522' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e3f53a98-c90b-4088-9556-0a50345cf5af"}]: dispatch 2023-11-16T01:26:12.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11-16T01:26:11.145191+0000 mon.smithi026 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: (mon.0) 298 : audit [INF] from='client.? 172.21.15.26:0/3901188522' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e3f53a98-c90b-4088-9556-0a50345cf5af"}]': finished 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: cluster 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 2023-11-16T01:26:11.145236+0000 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: mon.smithi026 (mon.0) 299 : cluster 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: -11-16T01:26:11.145344+0000 mon.smithi026 (mon. 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 0) 300 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 2023-11-16T01:26:11.145643+0000 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: mon.smithi026 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:12.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 2023-11-16T01:26:11.145829+0000 mon.smithi026 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: -11-16T01:26:11.146018+0000 mon.smithi026 ( 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: -16T01:26:11.146194+0000 mon.smithi026 (mon. 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: 0) 304 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: -16T01:26:11.146369+0000 mon.smithi026 (mon 2023-11-16T01:26:12.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:11 smithi155 conmon[87969]: .0) 305 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:12.450 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.304173+0000 mon.smithi155 (mon.1) 8 2023-11-16T01:26:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: : audit [INF] from='client.? 172.21.15.155:0/2192406968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]: dispatch 2023-11-16T01:26:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.304560+0000 mon.smithi026 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308159+0000 mon.smithi026 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]': finished 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: cluster 2023-11-16T01:26:12.308205+0000 mon.smithi026 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308309+0000 mon.smithi026 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308536+0000 mon.smithi026 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308667+0000 mon.smithi026 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308816+0000 mon.smithi026 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.308969+0000 mon.smithi026 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.309127+0000 mon.smithi026 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.309269+0000 mon.smithi026 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.448835+0000 mon.smithi026 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.26:0/2118232571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:12 smithi026 conmon[83720]: audit 2023-11-16T01:26:12.763473+0000 mon.smithi026 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.26:0/2886070043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:13.191 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1700097972,"num_remapped_pgs":0} 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.304173+0000 mon.smithi155 (mon.1) 8 : audit [INF] from='client.? 172.21.15.155:0/2192406968' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.304560+0000 mon.smithi026 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308159+0000 mon.smithi026 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "376fee2d-fa3e-400d-95b0-eb60df336028"}]': finished 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: cluster 2023-11-16T01:26:12.308205+0000 mon.smithi026 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308309+0000 mon.smithi026 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308536+0000 mon.smithi026 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308667+0000 mon.smithi026 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308816+0000 mon.smithi026 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.308969+0000 mon.smithi026 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.309127+0000 mon.smithi026 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.309269+0000 mon.smithi026 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.448835+0000 mon.smithi026 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.26:0/2118232571' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:13.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit 2023-11-16T01:26:12.763473+0000 mon.smithi026 (mon.0) 317 : 2023-11-16T01:26:13.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:12 smithi155 conmon[87969]: audit [DBG] from='client.? 172.21.15.26:0/2886070043' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:14.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:13 smithi026 conmon[83720]: cluster 2023-11-16T01:26:12.572401+0000 mgr.smithi026.yidchs ( 2023-11-16T01:26:14.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:13 smithi026 conmon[83720]: mgr.14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:14.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:13 smithi026 conmon[83720]: audit 2023-11-16T01:26:13.432034+0000 mon.smithi155 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.155:0/3387010521' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:14.191 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:13 smithi155 conmon[87969]: cluster 2023-11-16T01:26:12 2023-11-16T01:26:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:13 smithi155 conmon[87969]: .572401+0000 mgr.smithi026.yidchs (mgr.14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:13 smithi155 conmon[87969]: audit 2023-11-16T01:26:13.432034+0000 mon.smithi155 (mon.1) 9 2023-11-16T01:26:14.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:13 smithi155 conmon[87969]: : audit [DBG] from='client.? 172.21.15.155:0/3387010521' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: cluster 2023-11-16T01:26:14.572673+0000 mgr.smithi026.yidchs (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.315476+0000 mon.smithi026 (mon.0) 318 : audit [INF] from='client.? 172.21.15.26:0/1837211082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673"}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.318879+0000 mon.smithi026 (mon.0) 319 : audit [INF] from='client.? 172.21.15.26:0/1837211082' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673"}]': finished 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: cluster 2023-11-16T01:26:15.318925+0000 mon.smithi026 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319014+0000 mon.smithi026 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319270+0000 mon.smithi026 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319465+0000 mon.smithi026 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319641+0000 mon.smithi026 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319813+0000 mon.smithi026 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.319997+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.320173+0000 mon.smithi026 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:15.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:15 smithi155 conmon[87969]: audit 2023-11-16T01:26:15.320349+0000 mon.smithi026 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: cluster 2023-11-16T01:26:14.572673+0000 mgr.smithi026.yidchs (mgr.14180) 81 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.315476+0000 mon.smithi026 (mon.0) 318 : audit [INF] from='client.? 172.21.15.26:0/1837211082' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673"}]: dispatch 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.318879+0000 mon.smithi026 (mon.0) 319 : audit [INF] from='client.? 172.21.15.26:0/1837211082' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673"}]': finished 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: cluster 2023-11-16T01:26:15.318925+0000 mon.smithi026 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: T01:26:15.319014+0000 mon.smithi026 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.319270+0000 mon.smithi026 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.319465+0000 mon.smithi026 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:16.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.319641+0000 mon.smithi026 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:16.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.319813+0000 mon.smithi026 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:16.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.319997+0000 mon.smithi026 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:16.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.320173+0000 mon.smithi026 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:16.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:15 smithi026 conmon[83720]: audit 2023-11-16T01:26:15.320349+0000 mon.smithi026 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:16.485 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:17.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:16 smithi026 conmon[83720]: audit 2023-11-16T01:26:16.484255+0000 2023-11-16T01:26:17.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:16 smithi026 conmon[83720]: mon.smithi026 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.26:0/3562557907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:17.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:16 smithi026 conmon[83720]: audit 2023-11-16T01:26:16.813921+0000 mon.smithi026 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.26:0/1838452650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:17.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:16 smithi155 conmon[87969]: audit 2023-11-16T01:26:16.484255+0000 mon.smithi026 (mon.0 2023-11-16T01:26:17.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:16 smithi155 conmon[87969]: ) 329 : audit [DBG] from='client.? 172.21.15.26:0/3562557907' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:17.097 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:16 smithi155 conmon[87969]: audit 2023-11-16T01:26:16.813921+0000 mon.smithi026 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.26:0/1838452650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-16T01:26:17.179 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:18.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:17 smithi026 conmon[83720]: cluster 2023-11-16T01:26:16.572904+0000 mgr.smithi026.yidchs (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:18.157 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:17 smithi155 conmon[87969]: cluster 2023-11-16T01:26:16.572904+0000 mgr.smithi026.yidchs (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:18.180 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:20.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:19 smithi026 conmon[83720]: cluster 2023-11-16T01:26:18.573233+0000 2023-11-16T01:26:20.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:19 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:20.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:19 smithi026 conmon[83720]: audit 2023-11-16T01:26:19.296234+0000 mon.smithi026 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T01:26:20.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:19 smithi026 conmon[83720]: audit 2023-11-16T01:26:19.296877+0000 mon.smithi026 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:20.196 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:19 smithi155 conmon[87969]: cluster 2023-11-16T01:26:18.573233+0000 mgr.smithi026.yidchs (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:20.196 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:19 smithi155 conmon[87969]: audit 2023-11-16T01:26:19.296234+0000 mon.smithi026 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-16T01:26:20.197 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:19 smithi155 conmon[87969]: audit 2023-11-16T01:26:19.296877+0000 mon.smithi026 (mon.0) 332 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:20.652 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:19.297414+0000 mgr.smithi026.yidchs (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.0 on smithi155 2023-11-16T01:26:21.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:20 smithi026 conmon[83720]: audit 2023-11-16T01:26:20.650544+0000 mon.smithi026 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.26:0/1364491057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:21.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:19.297414+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:26:21.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:20 smithi155 conmon[87969]: .14180) 84 : cephadm [INF] Deploying daemon osd.0 on smithi155 2023-11-16T01:26:21.154 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:20 smithi155 conmon[87969]: audit 2023-11-16T01:26:20.650544+0000 mon.smithi026 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.26:0/1364491057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:21.606 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:22.054 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:21 smithi155 conmon[87969]: cluster 2023-11-16T01:26:20.573490+0000 mgr.smithi026.yidchs (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:22.199 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:21 smithi026 conmon[83720]: cluster 2023-11-16T01:26:20.573490+0000 mgr.smithi026.yidchs (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:22.607 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:23 smithi026 conmon[83720]: cluster 2023-11-16T01:26:22.573745+0000 mgr.smithi026.yidchs (mgr.14180) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:24.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:23 smithi155 conmon[87969]: cluster 2023-11-16T01:26:22.573745+0000 mgr.smithi026.yidchs ( 2023-11-16T01:26:24.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:23 smithi155 conmon[87969]: mgr.14180) 86 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:25.108 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: audit 2023-11-16T01:26:23.887860+0000 mon.smithi026 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: audit 2023-11-16T01:26:23.888481+0000 mon.smithi026 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:23.889015+0000 mgr.smithi026.yidchs (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.1 on smithi026 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: audit 2023-11-16T01:26:24.475939+0000 mon.smithi026 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: audit 2023-11-16T01:26:24.476563+0000 mon.smithi026 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: audit 2023-11-16T01:26:24.477159+0000 mon.smithi026 (mon.0) 338 : audit [DBG] 2023-11-16T01:26:25.109 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:24 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:25.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: audit 2023-11-16T01:26:23. 2023-11-16T01:26:25.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: 887860+0000 mon.smithi026 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-16T01:26:25.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: audit 2023-11-16T01:26:23.888481+0000 mon.smithi026 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:25.183 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:23.889015+0000 mgr.smithi026.yidchs (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.1 on smithi026 2023-11-16T01:26:25.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: audit 2023-11-16T01:26:24.475939+0000 mon.smithi026 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:25.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:25.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: 11-16T01:26:24.476563+0000 mon.smithi026 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-16T01:26:25.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: audit 2023-11-16T01:26:24.477159+0000 mon.smithi026 (mon.0 2023-11-16T01:26:25.184 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:24 smithi155 conmon[87969]: ) 338 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:25.853 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:34.683 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:25 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:24.477684+0000 mgr.smithi026.yidchs 2023-11-16T01:26:34.683 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:25 smithi026 conmon[83720]: (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.2 on smithi155 2023-11-16T01:26:34.683 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:25 smithi026 conmon[83720]: cluster 2023-11-16T01:26:24.574116+0000 mgr.smithi026.yidchs (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.685 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:34.685 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:25 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:24.477684+0000 mgr.smithi026.yidchs (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.2 on smithi155 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:25 smithi155 conmon[87969]: cluster 2023-11-16T01:26:24.574116+0000 mgr.smithi026.yidchs (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:26 smithi155 conmon[87969]: audit 2023-11-16T01:26:25.852224+0000 mon.smithi026 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.26:0/744137069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:27 smithi155 conmon[87969]: cluster 2023-11-16T01:26:26.574423+0000 mgr.smithi026.yidchs (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:27 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.661510+0000 mon.smithi155 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:27 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.661883+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:27 smithi155 conmon[87969]: 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.859740+0000 mon.smithi026 (mon.0) 341 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: cluster 2023-11-16T01:26:27.859808+0000 mon.smithi026 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.860133+0000 mon.smithi026 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.860479+0000 mon.smithi026 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.686 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: .860528+0000 mon.smithi155 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27.860747+0000 mon.smithi026 (mon.0) 345 : audit [DBG] 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 26:27.863620+0000 mon.smithi026 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 11-16T01:26:27.863947+0000 mon.smithi026 (mon.0) 347 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27. 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 864151+0000 mon.smithi026 (mon.0) 348 : audit [DBG] 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.687 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 2023-11-16T01:26:27.864314+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 0) 349 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: :27.864492+0000 mon.smithi026 (mon.0) 350 : 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: audit 2023-11-16T01:26:27. 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: 864655+0000 mon.smithi026 (mon.0) 351 : audit [DBG] 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:28 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: cluster 2023-11-16T01:26:28.574638+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: ) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.864893+0000 mon.smithi026 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: cluster 2023-11-16T01:26:28.864997+0000 mon.smithi026 (mon.0) 353 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T01:26:34.688 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.865351+0000 mon.smithi026 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.865587+0000 mon.smithi026 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.865740+0000 mon.smithi026 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.865931+0000 mon.smithi026 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.866096+0000 mon.smithi026 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.866254+0000 mon.smithi026 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.866425+0000 mon.smithi026 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.866597+0000 mon.smithi026 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:28.872573+0000 mon.smithi026 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.689 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.624212+0000 mon.smithi026 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:34.692 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.624863+0000 mon.smithi026 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.625469+0000 mon.smithi026 ( 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:29 smithi155 conmon[87969]: mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: cluster 2023-11-16T01:26:28.671937+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: cluster 2023-11-16T01:26:28.671980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:29.626004+0000 mgr.smithi026.yidchs (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi155 2023-11-16T01:26:34.740 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: cluster 2023-11-16T01:26:29.872085+0000 mon.smithi026 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509] boot 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: cluster 2023-11-16T01:26:29.872123+0000 mon.smithi026 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.872444+0000 mon.smithi026 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.872696+0000 mon.smithi026 ( 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.872829+0000 mon.smithi026 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.873002+0000 mon.smithi026 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.873172+0000 mon.smithi026 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.873333+0000 mon.smithi026 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.873492+0000 mon.smithi026 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:29.873637+0000 mon.smithi026 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26:30.469626+0000 mon.smithi026 ( 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: mon.0) 376 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:34.741 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01:26: 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: 30.470311+0000 mon.smithi026 (mon.0) 377 : audit 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: 26:30.470879+0000 mon.smithi026 (mon.0) 378 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:30 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:30.471406+0000 mgr.smithi026.yidchs (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi026 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: cluster 2023-11-16T01:26:30.574873+0000 mgr.smithi026.yidchs (mgr.14180) 94 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: cluster 2023-11-16T01:26:31.472943+0000 mon.smithi026 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473054+0000 mon.smithi026 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473272+0000 mon.smithi026 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473462+0000 mon.smithi026 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473611+0000 mon.smithi026 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473762+0000 mon.smithi026 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.473916+0000 mon.smithi026 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:31 smithi155 conmon[87969]: audit 2023-11-16T01:26:31.474066+0000 mon.smithi026 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:32 smithi155 conmon[87969]: audit 2023-11-16T01:26:32.812602+0000 mon.smithi155 (mon.1) 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:32 smithi155 conmon[87969]: 12 : audit [INF] from='osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:32 smithi155 conmon[87969]: audit 2023-11-16T01:26:32.813017+0000 mon.smithi026 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: cluster 2023-11-16T01:26:32.575091+0000 mgr.smithi026.yidchs (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: T01:26:32.887087+0000 mon.smithi026 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: cluster 2023-11-16T01:26:32.887170+0000 mon.smithi026 (mon.0) 389 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:32. 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 887279+0000 mon.smithi026 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:32.887543+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 0) 391 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:32 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: .887690+0000 mon.smithi026 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01:26:32.887828+0000 mon.smithi026 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26: 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 32.887988+0000 mon.smithi026 (mon.0) 394 : audit 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 16T01:26:32.888124+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.744 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 0) 395 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 11-16T01:26:32.888277+0000 mon.smithi026 ( 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: mon.0) 396 : audit [DBG] 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01: 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 26:32.892355+0000 mon.smithi155 (mon 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: .1) 13 : audit [INF] from='osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.793 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01:26 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: :32.892689+0000 mon.smithi026 (mon 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: .0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: 2023-11-16T01:26:33 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: .699587+0000 mon.smithi026 (mon.0) 398 : 2023-11-16T01:26:34.794 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:33 smithi155 conmon[87969]: audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T01:26:34.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:26 smithi026 conmon[83720]: audit 2023-11-16T01:26:25.852224+0000 mon.smithi026 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.26:0/744137069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:34.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:27 smithi026 conmon[83720]: cluster 2023-11-16T01:26:26.574423+0000 mgr.smithi026.yidchs (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:27 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.661510+0000 mon.smithi155 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T01:26:34.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:27 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.661883+0000 mon.smithi026 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-16T01:26:34.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.859740+0000 mon.smithi026 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: cluster 2023-11-16T01:26:27.859808+0000 mon.smithi026 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.860133+0000 mon.smithi026 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.860479+0000 mon.smithi026 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.860528+0000 mon.smithi155 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.860747+0000 mon.smithi026 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.863620+0000 mon.smithi026 (mon.0) 346 : audit [DBG] 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.863947+0000 mon.smithi026 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.864151+0000 mon.smithi026 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.864314+0000 mon.smithi026 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.864492+0000 mon.smithi026 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:28 smithi026 conmon[83720]: audit 2023-11-16T01:26:27.864655+0000 mon.smithi026 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: cluster 2023-11-16T01:26:28.574638+0000 mgr.smithi026.yidchs 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023-11-16T01:26:28.864893+0000 mon.smithi026 (mon 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: .0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 01:26:28.864997+0000 mon.smithi026 ( 2023-11-16T01:26:34.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: mon.0) 353 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 2023-11-16T01:26 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: :28.865351+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 354 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26:28 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: .865587+0000 mon.smithi026 (mon.0) 355 : audit 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26:28 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: .865740+0000 mon.smithi026 (mon.0) 356 : 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26: 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 28.865931+0000 mon.smithi026 (mon.0) 357 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: -11-16T01:26: 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 28.866096+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:34.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 358 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26: 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 28.866254+0000 mon.smithi026 (mon.0) 359 : 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: -16T01:26:28. 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 866425+0000 mon.smithi026 (mon.0) 360 : audit 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: -11-16T01:26:28.866597+0000 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: mon.smithi026 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 2023-11-16T01:26:34.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023-11-16T01:26: 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 28.872573+0000 mon.smithi026 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26:29 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: .624212+0000 mon.smithi026 (mon.0) 363 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 2023-11- 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 16T01:26:29. 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 624863+0000 mon.smithi026 (mon.0) 364 : 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: 11-16T01:26:29.625469+0000 2023-11-16T01:26:34.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: mon.smithi026 (mon.0) 365 : audit [DBG] 2023-11-16T01:26:34.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:29 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:34.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: cluster 2023-11-16T01:26:28.671937+0000 osd.0 2023-11-16T01:26:34.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:34.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: cluster 2023-11-16T01:26:28.671980+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:29.626004+0000 mgr.smithi026.yidchs (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi155 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: cluster 2023-11-16T01:26:29.872085+0000 mon.smithi026 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.155:6800/117335509,v1:172.21.15.155:6801/117335509] boot 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: cluster 2023-11-16T01:26:29.872123+0000 mon.smithi026 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.872444+0000 mon.smithi026 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.872696+0000 mon.smithi026 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.872829+0000 mon.smithi026 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.873002+0000 mon.smithi026 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.873172+0000 mon.smithi026 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.873333+0000 mon.smithi026 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.827 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.873492+0000 mon.smithi026 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:29.873637+0000 mon.smithi026 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:30.469626+0000 mon.smithi026 (mon.0) 376 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: 11-16T01:26:30.470311+0000 mon.smithi026 (mon.0 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: ) 377 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: 2023-11-16T01:26:30 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: .470879+0000 mon.smithi026 (mon.0 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:30 smithi026 conmon[83720]: ) 378 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:30.471406+0000 mgr.smithi026.yidchs (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi026 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: cluster 2023-11-16T01:26:30.574873+0000 mgr.smithi026.yidchs (mgr.14180) 94 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-16T01:26:34.828 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: cluster 2023-11-16T01:26:31.472943+0000 mon.smithi026 (mon.0) 379 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473054+0000 mon.smithi026 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473272+0000 mon.smithi026 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473462+0000 mon.smithi026 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473611+0000 mon.smithi026 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473762+0000 mon.smithi026 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.473916+0000 mon.smithi026 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:31 smithi026 conmon[83720]: audit 2023-11-16T01:26:31.474066+0000 mon.smithi026 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:32 smithi026 conmon[83720]: audit 2023-11-16T01:26:32.812602+0000 mon.smithi155 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:32 smithi026 conmon[83720]: (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:32 smithi026 conmon[83720]: audit 2023-11-16T01:26:32.813017+0000 mon.smithi026 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 01:26:32.575091+0000 mgr.smithi026.yidchs (mgr.14180) 95 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T01:26:34.829 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 26:32.887087+0000 mon.smithi026 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: (mon.0) 388 : audit 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: cluster 2023-11 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: -16T01:26:32.887170+0000 2023-11-16T01:26:34.832 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: mon.smithi026 (mon.0) 389 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: -11-16T01:26 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: :32.887279+0000 mon.smithi026 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: (mon.0) 390 : 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: -11-16T01: 2023-11-16T01:26:34.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 26:32.887543+0000 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: mon.smithi026 (mon.0) 391 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01:26: 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 32.887690+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 0) 392 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: :26:32.887828+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 0) 393 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01:26:32.887988 2023-11-16T01:26:34.834 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: -16T01:26:32.888124+0000 mon.smithi026 (mon.0 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: ) 395 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 16T01:26:32.888277+0000 mon.smithi026 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 26:32.892355+0000 mon.smithi155 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: (mon.1) 13 : audit [INF] 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: from='osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:26:34.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 26:32.892689+0000 mon.smithi026 (mon.0) 397 2023-11-16T01:26:34.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:34.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: 2023-11-16T01:26:33.699587+0000 mon.smithi026 ( 2023-11-16T01:26:34.836 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:33 smithi026 conmon[83720]: mon.0) 398 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.888751+0000 mon.smithi026 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.888831+0000 mon.smithi026 (mon.0) 400 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: cluster 2023-11-16T01:26:33.888908+0000 mon.smithi026 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.889327+0000 mon.smithi026 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.889626+0000 mon.smithi026 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.889825+0000 mon.smithi026 (mon.0) 404 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.890064+0000 mon.smithi026 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.890233+0000 mon.smithi026 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.890424+0000 mon.smithi026 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.890633+0000 mon.smithi026 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.890802+0000 mon.smithi026 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:33.896078+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 410 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.884100+0000 mon.smithi026 (mon.0) 411 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.884783+0000 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: mon.smithi026 (mon.0) 412 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 11-16T01:26:34.885479+0000 mon.smithi026 (mon.0) 413 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:34.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26: 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 34.889457+0000 mon.smithi026 (mon.0) 414 : 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: cluster 2023-11-16T01:26 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: :34.889545+0000 mon.smithi026 (mon.0) 415 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: : cluster [INF] osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778] boot 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: cluster 2023-11-16T01:26 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: :34.889589+0000 mon.smithi026 (mon.0) 416 : cluster 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:34. 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 890048+0000 mon.smithi026 (mon.0) 417 : audit 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T01:26:34. 2023-11-16T01:26:34.994 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 890531+0000 mon.smithi026 (mon.0) 418 : audit 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: T01:26:34.890723+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 0) 419 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 01:26:34.890860+0000 mon.smithi026 (mon.0 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: ) 420 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 01:26:34.891058+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 0) 421 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 01:26:34.891200+0000 mon.smithi026 (mon. 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: 0) 422 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:34.995 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:34.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: T01:26:34.891352+0000 mon.smithi026 (mon 2023-11-16T01:26:34.996 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:34 smithi155 conmon[87969]: .0) 423 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:35.171 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:33.888751+0000 mon.smithi026 2023-11-16T01:26:35.171 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:35.171 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:33.888831+0000 mon.smithi026 ( 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: mon.0) 400 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: cluster 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:33.888908+0000 mon.smithi026 (mon. 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 16T01:26:33.889327+0000 mon.smithi026 (mon 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .0) 402 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: -16T01:26:33.889626+0000 mon.smithi026 (mon 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .0) 403 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: -11-16T01:26:33.889825+0000 2023-11-16T01:26:35.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: mon.smithi026 (mon.0) 404 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:33.890064 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 405 : audit [DBG] 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:33 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .890233+0000 mon.smithi026 (mon.0) 406 : audit [DBG] 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: :33.890424+0000 mon.smithi026 (mon.0) 407 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 01:26:33.890633+0000 mon.smithi026 (mon. 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 0) 408 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:35.173 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 11-16T01:26:33.890802+0000 mon.smithi026 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:33.896078+0000 mon.smithi026 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:34.884100 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 411 : audit [INF] 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:34 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .884783+0000 mon.smithi026 (mon.0) 412 : audit 2023-11-16T01:26:35.174 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: :34.885479+0000 mon.smithi026 (mon.0) 413 : audit 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: :26:34.889457+0000 mon.smithi026 (mon.0 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: ) 414 : audit [INF] from='osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: cluster 2023-11-16T01 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: :26:34.889545+0000 mon.smithi026 (mon.0) 415 : cluster [INF] osd.2 [v2:172.21.15.155:6808/3202428778,v1:172.21.15.155:6809/3202428778] boot 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: cluster 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 2023-11-16T01:26:34.889589+0000 mon.smithi026 (mon 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .0) 416 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-16T01:26:35.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 01:26:34.890048+0000 mon.smithi026 (mon.0 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: ) 417 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: :26:34.890531+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: 418 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:34 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .890723+0000 mon.smithi026 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.890860+0000 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: mon.smithi026 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.891058+0000 mon.smithi026 (mon 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: .0) 421 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: -16T01:26:34.891200+0000 mon.smithi026 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:35.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: audit 2023-11-16T01:26:34.891352+0000 mon.smithi026 2023-11-16T01:26:35.177 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:34 smithi026 conmon[83720]: (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:35.686 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:36.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: cluster 2023-11-16T01:26:33.832814+0000 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: cluster 2023-11-16T01:26:33.832890+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: cluster 2023-11-16T01:26:34.575325+0000 mgr.smithi026.yidchs (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:34.886072+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: .14180) 97 : cephadm [INF] Deploying daemon osd.6 on smithi155 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: audit 2023-11-16T01:26:34. 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: 893521+0000 mon.smithi026 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: audit 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: 2023-11-16T01:26:35.892988+0000 2023-11-16T01:26:36.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:35 smithi026 conmon[83720]: mon.smithi026 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: cluster 2023-11-16T01:26:33.832814+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: cluster 2023-11-16T01:26:33.832890+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: cluster 2023-11-16T01:26:34.575325+0000 mgr.smithi026.yidchs (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:34.886072+0000 mgr.smithi026.yidchs (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.6 on smithi155 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: audit 2023-11-16T01:26:34.893521+0000 mon.smithi026 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:36.236 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:35 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.892988+0000 mon.smithi026 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: cluster 2023-11-16T01:26 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: :34.678136+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: cluster 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01:26:34.678184 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: +0000 osd.1 (osd.1) 2 : 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: cluster 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01 2023-11-16T01:26:37.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: :26:35.902453+0000 mon.smithi026 ( 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: mon.0) 426 : cluster [INF] osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898] boot 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: cluster 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01: 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 26:35.902483+0000 mon.smithi026 ( 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: mon.0) 427 : cluster [DBG] 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: osdmap e21: 8 total, 3 up, 8 in 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 11-16T01:26: 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 35.903034+0000 mon.smithi026 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:37.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11-16T01:26:35.903411+0000 mon.smithi026 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11-16T01:26: 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 35.907233+0000 mon.smithi026 (mon.0) 430 : audit [DBG] 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 11-16T01:26: 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 35.907533+0000 mon.smithi026 (mon. 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 0) 431 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: -16T01:26:35.907802 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 432 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11- 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 16T01:26:35.908085+0000 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: mon.smithi026 (mon.0) 433 : audit [DBG] 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: T01:26:35.908425+0000 mon.smithi026 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 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-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01:26:37.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: -16T01:26:36. 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 474044+0000 mon.smithi026 (mon.0) 435 : 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 2023-11-16T01:26:36.474788 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 436 : audit 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: 16T01:26:36.475408 2023-11-16T01:26:37.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 437 2023-11-16T01:26:37.100 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:36 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: cluster 2023-11-16T01:26:34.678136+0000 osd.1 (osd 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: .1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: cluster 2023-11-16T01:26:34.678184+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: cluster 2023-11-16T01:26:35.902453+0000 mon.smithi026 (mon.0) 426 : cluster [INF] osd.1 [v2:172.21.15.26:6802/2129976898,v1:172.21.15.26:6803/2129976898] boot 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: cluster 2023-11-16T01:26:35.902483+0000 mon.smithi026 (mon.0) 427 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.903034+0000 mon.smithi026 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.903411+0000 mon.smithi026 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.907233+0000 mon.smithi026 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.907533+0000 mon.smithi026 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.907802+0000 mon.smithi026 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:37.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.908085+0000 mon.smithi026 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:37.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:35.908425+0000 mon.smithi026 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 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-16T01:26:37.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.474044+0000 mon.smithi026 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:37.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.474788+0000 mon.smithi026 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-16T01:26:37.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:36 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.475408+0000 mon.smithi026 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:37.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:36.475934+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:37.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: ) 98 : cephadm [INF] Deploying daemon osd.5 on smithi026 2023-11-16T01:26:37.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: cluster 2023-11-16T01:26:36.575603+0000 mgr.smithi026.yidchs (mgr.14180) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.910399+0000 mon.smithi026 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 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-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: cluster 2023-11-16T01:26:36.910449+0000 mon.smithi026 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.910551+0000 mon.smithi026 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.910847+0000 mon.smithi026 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.911016+0000 mon.smithi026 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.911282+0000 mon.smithi026 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.911605+0000 mon.smithi026 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:37.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:37 smithi155 conmon[87969]: audit 2023-11-16T01:26:36.912298+0000 mon.smithi026 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:36.475934+0000 mgr.smithi026.yidchs (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.5 on smithi026 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: cluster 2023-11-16T01:26:36.575603+0000 mgr.smithi026.yidchs (mgr.14180) 99 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:36.910399+0000 mon.smithi026 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 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-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: cluster 2023-11-16T01:26:36.910449+0000 mon.smithi026 (mon.0) 439 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:36.910551+0000 mon.smithi026 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:36.910847+0000 mon.smithi026 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:36.911016+0000 mon.smithi026 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:38.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: -16T01:26:36.911282+0000 mon.smithi026 (mon. 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: 0) 443 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: 2023-11-16T01:26:36.911605+0000 mon.smithi026 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: 2023-11 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: -16T01:26:36.912298+0000 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: mon.smithi026 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-16T01:26:38.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:37 smithi026 conmon[83720]: 2023-11-16T01:26:38.710 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37.915588+0000 mon.smithi026 (mon.0) 446 : audit 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: cluster 2023-11-16T01:26:37.915650+0000 mon.smithi026 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37.915784+0000 mon.smithi026 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37.916073+0000 mon.smithi026 (mon.0) 449 : audit 2023-11-16T01:26:39.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37.916232+0000 mon.smithi026 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37.916396+0000 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: mon.smithi026 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01:26:37 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: .916553+0000 mon.smithi026 (mon.0) 452 : audit [DBG] 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: -11-16T01:26:38.054614+0000 mon.smithi155 (mon.1) 14 : audit 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: [INF] from='osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: -11-16T01:26:38.054996+0000 mon.smithi026 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: 2023-11-16T01:26:39.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:39.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:38 smithi155 conmon[87969]: :26:38.436533+0000 mon.smithi026 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.26:0/2760521365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.915588+0000 2023-11-16T01:26:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: mon.smithi026 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-16T01:26:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: cluster 2023-11-16T01:26:37.915650+0000 mon.smithi026 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.915784+0000 mon.smithi026 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.916073+0000 mon.smithi026 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.916232+0000 mon.smithi026 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.916396+0000 mon.smithi026 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:37.916553+0000 mon.smithi026 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.054614+0000 mon.smithi155 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.054996+0000 mon.smithi026 (mon.0) 453 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-16T01:26:39.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:38 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.436533+0000 mon.smithi026 (mon.0) 454 : audit [DBG] from='client.? 172.21.15.26:0/2760521365' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:39.566 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1700097995,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:40.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: cluster 2023-11-16T01:26:38.575919+0000 mgr.smithi026.yidchs (mgr.14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.920010+0000 mon.smithi026 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: cluster 2023-11-16T01:26:38.920072+0000 mon.smithi026 (mon.0) 456 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.920179+0000 mon.smithi026 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.920523+0000 mon.smithi026 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.920691+0000 mon.smithi026 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.920871+0000 mon.smithi026 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.921038+0000 mon.smithi026 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:38.921655+0000 mon.smithi155 ( 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: 2023-11-16T01 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: :26:38.922036+0000 mon.smithi026 (mon. 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: 0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: -11-16T01:26 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: :39.616343+0000 mon.smithi026 ( 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T01:26:40.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:39 smithi026 conmon[83720]: 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: cluster 2023-11-16T01:26:38.575919+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: ) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T01:26:38.920010+0000 mon.smithi026 (mon.0) 455 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: cluster 2023-11-16T01:26:38.920072+0000 mon.smithi026 (mon.0) 456 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T01:26:38.920179+0000 mon.smithi026 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 11-16T01:26:38.920523+0000 mon.smithi026 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 01:26:38.920691+0000 mon.smithi026 (mon.0) 459 : audit [DBG] 2023-11-16T01:26:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 2023-11-16T01:26:38.920871+0000 mon.smithi026 (mon 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: .0) 460 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T01:26:38 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: .921038+0000 mon.smithi026 (mon.0) 461 : audit [DBG] 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: :26:38.921655+0000 mon.smithi155 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 11-16T01:26:38.922036+0000 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: mon.smithi026 (mon.0) 462 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: audit 2023- 2023-11-16T01:26:40.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 11-16T01:26:39.616343+0000 2023-11-16T01:26:40.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: mon.smithi026 (mon.0) 463 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-16T01:26:40.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:39 smithi155 conmon[87969]: 2023-11-16T01:26:40.568 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:41.207 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39 2023-11-16T01:26:41.207 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: .921023+0000 mon.smithi026 (mon.0) 464 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:41.207 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.921087+0000 mon.smithi026 (mon.0) 465 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T01:26:41.207 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: cluster 2023-11-16T01:26:39.921126+0000 mon.smithi026 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.921470+0000 mon.smithi026 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.921747+0000 mon.smithi026 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.921935+0000 mon.smithi026 (mon.0) 469 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.922143+0000 mon.smithi026 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.922330+0000 mon.smithi026 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.922488+0000 mon.smithi026 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:39.925956+0000 mon.smithi026 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.130146+0000 mon.smithi026 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.923016+0000 mon.smithi026 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: cluster 2023-11-16T01:26:40.923140+0000 mon.smithi026 (mon.0) 476 : cluster [INF] osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006] boot 2023-11-16T01:26:41.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: cluster 2023-11-16T01:26:40.923182+0000 mon.smithi026 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T01:26:41.209 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.923372+0000 mon.smithi026 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:41.209 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.923733+0000 mon.smithi026 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.209 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:40 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.924495+0000 mon.smithi026 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.921023+0000 mon.smithi026 (mon.0) 464 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.921087+0000 mon.smithi026 (mon.0) 465 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: cluster 2023-11-16T01:26:39.921126+0000 mon.smithi026 (mon.0) 466 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.921470+0000 mon.smithi026 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.921747+0000 mon.smithi026 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.921935+0000 mon.smithi026 (mon.0) 469 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.922143+0000 mon.smithi026 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.922330+0000 mon.smithi026 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: -11-16T01:26:39.922488+0000 mon.smithi026 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:39.925956+0000 mon.smithi026 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:40.130146+0000 mon.smithi026 (mon.0) 474 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: :26:40.923016+0000 mon.smithi026 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: cluster 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: 2023-11-16T01:26:40.923140+0000 mon.smithi026 (mon.0 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: ) 476 : cluster [INF] osd.4 [v2:172.21.15.155:6816/2190489006,v1:172.21.15.155:6817/2190489006] boot 2023-11-16T01:26:41.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: cluster 2023-11-16T01: 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: 26:40.923182+0000 mon.smithi026 (mon.0) 477 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: :40.923372+0000 mon.smithi026 (mon.0) 478 : 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:40 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: .923733+0000 mon.smithi026 (mon.0) 479 : audit [DBG] 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: audit 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: 2023-11-16T01:26:40.924495+0000 mon.smithi026 (mon. 2023-11-16T01:26:41.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:40 smithi155 conmon[87969]: 0) 480 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:42.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: cluster 2023-11-16T01:26:39.101291+0000 osd.4 ( 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: cluster 2023-11-16T01:26:39.101348+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: cluster 2023-11-16T01:26:40.576171+0000 mgr.smithi026.yidchs (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:40.924774+0000 mon.smithi026 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:40.925414+0000 mon.smithi026 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:40.929608+0000 mon.smithi026 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: cluster 2023-11-16T01:26:41.923813+0000 mon.smithi026 (mon.0) 484 : cluster [INF] osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937] boot 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: cluster 2023-11-16T01:26:41.923867+0000 mon.smithi026 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:41.924099+0000 mon.smithi026 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:41.924410+0000 mon.smithi026 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:41.924606+0000 mon.smithi026 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:42.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:41 smithi155 conmon[87969]: audit 2023-11-16T01:26:41.924803+0000 mon.smithi026 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: cluster 2023-11-16T01:26:39.101291+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: cluster 2023-11-16T01:26:39.101348+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: cluster 2023-11-16T01:26:40.576171+0000 mgr.smithi026.yidchs (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.924774+0000 mon.smithi026 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.925414+0000 mon.smithi026 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:40.929608+0000 mon.smithi026 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: cluster 2023-11-16T01:26:41.923813+0000 mon.smithi026 (mon.0) 484 : cluster [INF] osd.3 [v2:172.21.15.26:6810/1327961937,v1:172.21.15.26:6811/1327961937] boot 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: cluster 2023-11-16T01:26:41.923867+0000 mon.smithi026 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:41.924099+0000 mon.smithi026 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:41.924410+0000 mon.smithi026 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:41.924606+0000 mon.smithi026 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:41 smithi026 conmon[83720]: audit 2023-11-16T01:26:41.924803+0000 mon.smithi026 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:43.021 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: cluster 2023-11-16T01:26:40.581713+0000 osd.3 ( 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: cluster 2023-11-16T01:26:40.581759+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: cluster 2023-11-16T01:26:42.925244 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: +0000 mon.smithi026 (mon.0) 490 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: audit 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: 2023-11-16T01:26:42.925448+0000 mon.smithi026 ( 2023-11-16T01:26:43.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: -16T01:26:42.925738+0000 mon.smithi026 (mon 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: .0) 492 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: 16T01:26:42.925999+0000 mon.smithi026 (mon. 2023-11-16T01:26:43.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:42 smithi155 conmon[87969]: 0) 493 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: cluster 2023-11-16T01:26:40.581713+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: cluster 2023-11-16T01:26:40.581759+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: cluster 2023-11-16T01:26:42.925244+0000 mon.smithi026 (mon.0) 490 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-16T01:26:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: audit 2023-11-16T01:26:42.925448+0000 mon.smithi026 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: audit 2023-11-16T01:26:42.925738+0000 mon.smithi026 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:42 smithi026 conmon[83720]: audit 2023-11-16T01:26:42.925999+0000 mon.smithi026 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:44.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: cluster 2023-11-16T01:26:42.576438+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:26:44.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:44.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16T01:26:43.019498+0000 mon.smithi026 2023-11-16T01:26:44.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: (mon.0) 494 : audit [DBG] from='client.? 172.21.15.26:0/420546984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:44.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:44.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: -11-16T01:26:43.095439+0000 2023-11-16T01:26:44.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 495 : audit [INF] 2023-11-16T01:26:44.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:44.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16T01:26:43 2023-11-16T01:26:44.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .345989+0000 mon.smithi155 (mon.1) 16 : 2023-11-16T01:26:44.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit [INF] from='osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16T01:26 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: :43.346384+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16T01 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: :26:43.926571+0000 mon.smithi026 (mon.0 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: ) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: cluster 2023-11-16 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: T01:26:43.926660+0000 mon.smithi026 (mon 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .0) 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: 11-16T01:26:43.926962+0000 2023-11-16T01:26:44.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: mon.smithi026 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: -11-16T01:26:43.927212+0000 mon.smithi026 (mon 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .0) 500 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: T01:26:43.927223+0000 mon.smithi155 (mon 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .1) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: T01:26:43.927456+0000 mon.smithi026 (mon. 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: 0) 501 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:44.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:26:44.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: 01:26:43.927792+0000 mon.smithi026 (mon 2023-11-16T01:26:44.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:43 smithi026 conmon[83720]: .0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:44.200 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1700098001,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: cluster 2023-11-16T01:26:42.576438+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:26:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 102 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T01:26:43.019498+0000 mon.smithi026 (mon.0) 494 : audit [DBG] from='client.? 172.21.15.26:0/420546984' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T01:26:43.095439+0000 mon.smithi026 ( 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: mon.0) 495 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: -16T01:26:43.345989+0000 mon.smithi155 (mon.1 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: ) 16 : audit [INF] from='osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: T01:26:43.346384+0000 mon.smithi026 (mon. 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: T01:26:43.926571+0000 mon.smithi026 (mon.0 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: ) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: cluster 2023-11-16T 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 01:26:43.926660+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 498 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 01:26:43.926962+0000 mon.smithi026 (mon.0 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: ) 499 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 01:26:43.927212+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 500 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:44.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 01:26:43.927223+0000 mon.smithi155 (mon.1 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: ) 17 : audit [INF] from='osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T01 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: :26:43.927456+0000 mon.smithi026 (mon.0) 501 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 01:26:43.927792+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:44.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:43 smithi155 conmon[87969]: 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]: dispatch 2023-11-16T01:26:45.201 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: cluster 2023-11-16T01:26:44.576702 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.819277+0000 mon.smithi026 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.819992+0000 mon.smithi026 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.820566+0000 mon.smithi026 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: cephadm 2023-11-16T01:26:44.821073+0000 mgr.smithi026.yidchs (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.7 on smithi026 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.927347+0000 mon.smithi026 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: cluster 2023-11-16T01:26:44.927444+0000 mon.smithi026 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-16T01:26:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.927565+0000 mon.smithi026 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:46.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.927804+0000 mon.smithi026 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:46.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.927953+0000 mon.smithi026 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:46.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:45 smithi026 conmon[83720]: audit 2023-11-16T01:26:44.932359+0000 mon.smithi026 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: cluster 2023-11-16T01:26:44.576702+0000 mgr.smithi026.yidchs (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.819277+0000 mon.smithi026 (mon.0) 503 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.819992+0000 mon.smithi026 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.820566+0000 mon.smithi026 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: cephadm 2023-11-16T01:26:44.821073+0000 mgr.smithi026.yidchs (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.7 on smithi026 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.927347+0000 mon.smithi026 (mon.0) 506 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi155", "root=default"]}]': finished 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: cluster 2023-11-16T01:26:44.927444+0000 mon.smithi026 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.927565+0000 mon.smithi026 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.927804+0000 mon.smithi026 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.927953+0000 mon.smithi026 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:45 smithi155 conmon[87969]: audit 2023-11-16T01:26:44.932359+0000 mon.smithi026 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: cluster 2023-11-16T01:26:44.380454 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: +0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: cluster 2023-11-16T01:26:44.380513+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: audit 2023-11-16T01:26:45.931954+0000 mon.smithi026 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: cluster 2023-11-16T01:26:45.936204+0000 mon.smithi026 (mon.0) 513 : cluster [INF] 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483] boot 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: 26:45.936247+0000 mon.smithi026 (mon.0 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: ) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T01:26:47.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: -16T01:26:45.936360 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 515 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: audit 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: 2023-11-16T01:26 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: :45.936604+0000 mon.smithi026 ( 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: mon.0) 516 : audit [DBG] 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: 11-16T01:26: 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: 45.936798+0000 mon.smithi026 (mon 2023-11-16T01:26:47.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: .0) 517 : audit [DBG] 2023-11-16T01:26:47.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:46 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: cluster 2023-11-16T01:26:44.380454+0000 osd.6 (osd.6) 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: cluster 2023-11-16T01:26:44.380513+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: audit 2023-11-16T01:26:45.931954+0000 mon.smithi026 (mon.0) 512 : audit [DBG] 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: cluster 2023-11-16T01:26:45. 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 936204+0000 mon.smithi026 (mon.0) 513 : cluster [INF] osd.6 [v2:172.21.15.155:6824/789942483,v1:172.21.15.155:6825/789942483] boot 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 2023-11-16T01:26:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: cluster 2023-11-16T01:26:45.936247+0000 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: mon.smithi026 (mon.0) 514 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: audit 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 2023-11-16T01:26:45.936360+0000 mon.smithi026 (mon.0) 515 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 26:45.936604+0000 mon.smithi026 (mon.0) 516 : audit 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: 26:45.936798+0000 mon.smithi026 (mon.0) 517 : audit 2023-11-16T01:26:47.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:46 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:48.089 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: cluster 2023-11-16T01:26:46.577076+0000 mgr.smithi026.yidchs (mgr.14180) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: cluster 2023-11-16T01:26:46.939319+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: audit 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: 2023-11-16T01:26:46.939435+0000 mon.smithi026 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: 01:26:46.939658+0000 mon.smithi026 (mon.0) 520 : audit 2023-11-16T01:26:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:47 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:47 smithi026 conmon[83720]: cluster 2023-11-16T01:26:46.577076+0000 mgr.smithi026.yidchs (mgr.14180) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-16T01:26:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:47 smithi026 conmon[83720]: cluster 2023-11-16T01:26:46.939319+0000 mon.smithi026 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-16T01:26:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:47 smithi026 conmon[83720]: audit 2023-11-16T01:26:46.939435+0000 mon.smithi026 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:47 smithi026 conmon[83720]: audit 2023-11-16T01:26:46.939658+0000 mon.smithi026 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:49.182 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1700098005,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:48 smithi155 conmon[87969]: audit 2023-11-16T01:26:47.982425+0000 mon.smithi026 (mon 2023-11-16T01:26:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:48 smithi155 conmon[87969]: .0) 521 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T01:26:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:48 smithi155 conmon[87969]: audit 2023-11-16T01:26:48.089070+0000 mon.smithi026 ( 2023-11-16T01:26:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:48 smithi155 conmon[87969]: mon.0) 522 : audit [DBG] from='client.? 172.21.15.26:0/2477111873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:49.247 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:48 smithi026 conmon[83720]: audit 2023-11-16T01:26:47.982425 2023-11-16T01:26:49.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:48 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 521 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-16T01:26:49.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:48 smithi026 conmon[83720]: audit 2023-11-16T01:26:48.089070+0000 mon.smithi026 (mon.0) 522 : audit [DBG] from='client.? 172.21.15.26:0/2477111873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: cluster 2023-11-16T01:26:48.577313+0000 mgr.smithi026.yidchs (mgr.14180) 106 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: audit 2023-11-16T01:26:48.946608+0000 mon.smithi026 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: cluster 2023-11-16T01:26 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: :48.946684+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: audit 2023-11-16T01:26:48.946834+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: 525 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:50.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: audit 2023-11-16T01:26:48.947244 2023-11-16T01:26:50.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:50.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: audit 2023-11-16T01:26: 2023-11-16T01:26:50.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:49 smithi026 conmon[83720]: 48.947443+0000 mon.smithi026 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:50.183 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: cluster 2023-11-16T01:26:48.577313+0000 mgr.smithi026.yidchs (mgr.14180) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: audit 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: 2023-11-16T01:26:48.946608+0000 mon.smithi026 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: cluster 2023-11-16T01:26:48.946684+0000 mon.smithi026 (mon.0) 524 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: audit 2023-11-16T01:26: 2023-11-16T01:26:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: 48.946834+0000 mon.smithi026 (mon.0) 525 : audit 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: 16T01:26:48.947244+0000 mon.smithi026 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: audit 2023 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: -11-16T01:26:48. 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: 947443+0000 mon.smithi026 (mon.0) 527 : audit [INF] 2023-11-16T01:26:50.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:49 smithi155 conmon[87969]: from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit 2023-11-16T01:26:49.948014+0000 mon.smithi026 (mon.0) 528 : 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: cluster 2023-11-16T01:26:49.948090+0000 mon.smithi026 (mon.0) 529 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit 2023-11-16T01:26:49.948424+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: 530 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: 16T01:26:49.948652+0000 mon.smithi026 ( 2023-11-16T01:26:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: 2023-11-16T01:26:49. 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: 951677+0000 mon.smithi026 (mon.0) 532 : audit [DBG] 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: audit 2023-11-16T 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: 01:26:50.951690+0000 mon.smithi026 (mon 2023-11-16T01:26:51.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:50 smithi155 conmon[87969]: .0) 533 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:51.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: audit 2023-11-16T01:26:49.948014+0000 mon.smithi026 (mon.0 2023-11-16T01:26:51.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: ) 528 : audit [INF] from='osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:51.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: cluster 2023-11-16T01:26:49.948090+0000 mon.smithi026 (mon.0) 529 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-16T01:26:51.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: audit 2023-11-16T01:26:49.948424+0000 mon.smithi026 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:51.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: audit 2023-11-16T01:26:49.948652+0000 mon.smithi026 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:51.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: audit 2023-11-16T01:26:49.951677+0000 mon.smithi026 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:51.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:50 smithi026 conmon[83720]: audit 2023-11-16T01:26:50.951690+0000 mon.smithi026 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: cluster 2023-11-16T01:26:48.939761+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: cluster 2023-11-16T01: 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: 26:48.939832+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: cluster 2023-11-16T01:26:50.577612+0000 mgr.smithi026.yidchs (mgr.14180) 107 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: cluster 2023-11-16T01:26:50.958449+0000 mon.smithi026 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088] boot 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: cluster 2023 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: -11-16T01:26:50. 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: 958482+0000 mon.smithi026 (mon.0) 535 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-16T01:26:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: audit 2023-11-16T01:26:52.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: 2023-11-16T01:26:50 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: .958860+0000 mon.smithi026 (mon.0) 536 : audit 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: 16T01:26:50.959078+0000 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: mon.smithi026 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:52.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:51 smithi155 conmon[87969]: 2023-11-16T01:26:52.283 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster 2023-11-16T01:26:48. 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: 939761+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster 2023-11-16T01:26:48.939832+0000 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: 26:50.577612+0000 mgr.smithi026.yidchs (mgr.14180) 107 : 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster 2023-11-16T01:26:50 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: .958449+0000 mon.smithi026 (mon.0) 534 : cluster [INF] osd.5 [v2:172.21.15.26:6818/3116697088,v1:172.21.15.26:6819/3116697088] boot 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: cluster 2023-11-16T01:26:50.958482+0000 mon.smithi026 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: audit 2023-11-16T01:26:50.958860+0000 mon.smithi026 (mon. 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: 0) 536 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-16T01:26:52.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: audit 2023-11-16T01:26:50.959078+0000 mon.smithi026 (mon.0 2023-11-16T01:26:52.285 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:51 smithi026 conmon[83720]: ) 537 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:53.125 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: cluster 2023-11-16T01:26:51.966773+0000 mon.smithi026 (mon.0) 538 : cluster [DBG] 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: osdmap e36: 8 total, 7 up, 8 in 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: audit 2023-11-16T01:26:51.966904+0000 mon.smithi026 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: T01:26:52.451468+0000 mon.smithi026 ( 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:52 smithi155 conmon[87969]: 2023-11-16T01:26:53.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:52 smithi026 conmon[83720]: cluster 2023-11-16T01:26:51.966773 2023-11-16T01:26:53.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:52 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-16T01:26:53.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:52 smithi026 conmon[83720]: audit 2023-11-16T01:26:51.966904+0000 mon.smithi026 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:53.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:52 smithi026 conmon[83720]: audit 2023-11-16T01:26:52.451468+0000 mon.smithi026 (mon.0) 540 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:53 smithi155 conmon[87969]: cluster 2023-11-16T01:26:52.577923+0000 mgr.smithi026.yidchs (mgr.14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:53 smithi155 conmon[87969]: audit 2023-11-16T01:26:53.123996+0000 mon.smithi026 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.26:0/3378357245' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:53 smithi026 conmon[83720]: cluster 2023-11-16T01:26:52.577923+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:26:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:53 smithi026 conmon[83720]: ) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:54.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:53 smithi026 conmon[83720]: audit 2023-11-16T01:26:53.123996+0000 mon.smithi026 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.26:0/3378357245' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:54.381 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1700098010,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":0} 2023-11-16T01:26:55.385 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd stat -f json 2023-11-16T01:26:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:55 smithi026 conmon[83720]: cluster 2023-11-16T01:26:54.578269+0000 mgr.smithi026.yidchs 2023-11-16T01:26:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:55 smithi026 conmon[83720]: (mgr.14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:55 smithi026 conmon[83720]: audit 2023-11-16T01:26:55.656662+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T01:26:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:55 smithi155 conmon[87969]: cluster 2023-11-16T01:26:54.578269+0000 mgr.smithi026.yidchs (mgr.14180) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:55 smithi155 conmon[87969]: audit 2023-11-16T01:26:55.656662+0000 mon.smithi026 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: audit 2023-11-16T01:26:55.973398+0000 mon.smithi026 (mon.0) 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: 543 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: cluster 2023-11-16T01:26:55.973475+0000 mon.smithi026 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: audit 2023-11-16T01:26:55.973788+0000 mon.smithi026 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: audit 2023-11-16T01:26:55.974065+0000 mon.smithi026 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: audit 2023-11-16T01:26:56.319746+0000 mon.smithi026 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:56 smithi155 conmon[87969]: audit 2023-11-16T01:26:56.321599+0000 mon.smithi026 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: audit 2023-11-16T01:26:55.973398+0000 mon.smithi026 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: cluster 2023-11-16T01:26:55.973475+0000 mon.smithi026 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: audit 2023-11-16T01:26:55.973788+0000 mon.smithi026 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: audit 2023-11-16T01:26:55.974065+0000 mon.smithi026 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: audit 2023-11-16T01:26:56.319746+0000 mon.smithi026 (mon.0) 547 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:56 smithi026 conmon[83720]: audit 2023-11-16T01:26:56.321599+0000 mon.smithi026 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:26:58.128 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:26:58.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: cluster 2023-11-16T01:26:56.578549+0000 2023-11-16T01:26:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: audit 2023-11-16T01:26:56.974433+0000 mon.smithi026 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: cluster 2023-11-16T01:26:56.974486+0000 mon.smithi026 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T01:26:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: audit 2023-11-16T01:26:56.974608+0000 mon.smithi026 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:57 smithi155 conmon[87969]: audit 2023-11-16T01:26:56.979187+0000 mon.smithi026 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:58.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:57 smithi026 conmon[83720]: cluster 2023-11-16T01:26:56.578549+0000 mgr.smithi026.yidchs (mgr.14180) 110 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:26:58.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:57 smithi026 conmon[83720]: audit 2023-11-16T01:26:56.974433+0000 mon.smithi026 (mon.0) 549 : audit [INF] from='osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-11-16T01:26:58.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:57 smithi026 conmon[83720]: cluster 2023-11-16T01:26:56.974486+0000 mon.smithi026 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-16T01:26:58.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:57 smithi026 conmon[83720]: audit 2023-11-16T01:26:56.974608+0000 mon.smithi026 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:58.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:57 smithi026 conmon[83720]: audit 2023-11-16T01:26:56.979187+0000 mon.smithi026 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:58.808 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1700098017,"num_in_osds":8,"osd_in_since":1700097975,"num_remapped_pgs":1} 2023-11-16T01:26:58.808 INFO:tasks.cephadm:Setting up client nodes... 2023-11-16T01:26:58.809 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T01:26:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: cluster 2023-11-16T01:26:56.615352+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: cluster 2023-11-16T01:26:56.615400+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: cluster 2023-11-16T01:26:57.980458+0000 mon.smithi026 (mon.0) 553 : cluster [INF] osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273] boot 2023-11-16T01:26:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: cluster 2023-11-16T01:26:57.980504+0000 mon.smithi026 (mon.0) 554 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-16T01:26:59.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: audit 2023-11-16T01:26:57.980967+0000 mon.smithi026 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:59.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: audit 2023-11-16T01:26:58.127157+0000 mon.smithi026 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.26:0/3066428540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:59.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: audit 2023-11-16T01:26: 2023-11-16T01:26:59.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:58 smithi026 conmon[83720]: 58.185655+0000 mon.smithi026 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:26:59.200 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: cluster 2023-11-16T01:26:56. 2023-11-16T01:26:59.200 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 615352+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-16T01:26:59.200 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: cluster 2023-11-16T01:26:56. 2023-11-16T01:26:59.200 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 615400+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: cluster 2023-11-16T 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 01:26:57.980458+0000 mon.smithi026 (mon.0 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: ) 553 : cluster [INF] osd.7 [v2:172.21.15.26:6826/1566061273,v1:172.21.15.26:6827/1566061273] boot 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: cluster 2023-11-16T 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 01:26:57.980504+0000 mon.smithi026 (mon.0 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: ) 554 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 16T01:26:57.980967+0000 mon.smithi026 (mon. 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 0) 555 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: T01:26:58.127157+0000 mon.smithi026 (mon. 2023-11-16T01:26:59.201 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: 0) 556 : audit [DBG] from='client.? 172.21.15.26:0/3066428540' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-16T01:26:59.202 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:26:59.202 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: -16T01:26:58.185655+0000 mon.smithi026 ( 2023-11-16T01:26:59.202 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:58 smithi155 conmon[87969]: mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:59 smithi155 conmon[87969]: cluster 2023-11-16T01:26:58.579114+0000 mgr.smithi026.yidchs (mgr.14180) 111 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:27:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:26:59 smithi155 conmon[87969]: cluster 2023-11-16T01:26:58.990064+0000 mon.smithi026 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T01:27:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:59 smithi026 conmon[83720]: cluster 2023-11-16T01:26:58.579114+0000 2023-11-16T01:27:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:59 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 111 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-16T01:27:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:26:59 smithi026 conmon[83720]: cluster 2023-11-16T01:26:58.990064+0000 mon.smithi026 (mon.0) 558 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-16T01:27:01.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:00 smithi155 conmon[87969]: cluster 2023-11-16T01:26:59.993989+0000 mon.smithi026 (mon.0) 559 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T01:27:01.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:00 smithi026 conmon[83720]: cluster 2023-11-16T01:26:59.993989+0000 mon.smithi026 (mon.0) 559 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-16T01:27:01.499 INFO:teuthology.orchestra.run.smithi026.stdout:[client.0] 2023-11-16T01:27:01.499 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQDlb1Vl69GEHRAA18dz4re+cWBG3eHYgMBfNA== 2023-11-16T01:27:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:01 smithi026 conmon[83720]: cluster 2023-11-16T01:27:00.579449+0000 2023-11-16T01:27:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:01 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 112 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:01 smithi026 conmon[83720]: audit 2023-11-16T01:27:01.494999+0000 mon.smithi026 (mon.0) 560 : audit [INF] from='client.? 172.21.15.26:0/1727302086' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T01:27:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:01 smithi026 conmon[83720]: audit 2023-11-16T01:27:01.498673+0000 mon.smithi026 (mon.0) 561 : audit [INF] from='client.? 172.21.15.26:0/1727302086' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T01:27:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:01 smithi026 conmon[83720]: audit 2023-11-16T01:27:01.930032+0000 mon.smithi026 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:01 smithi155 conmon[87969]: cluster 2023-11-16T01:27:00.579449+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:27:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:01 smithi155 conmon[87969]: .14180) 112 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:01 smithi155 conmon[87969]: audit 2023-11-16T01:27:01.494999+0000 mon.smithi026 (mon.0) 560 : audit [INF] from='client.? 172.21.15.26:0/1727302086' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T01:27:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:01 smithi155 conmon[87969]: audit 2023-11-16T01:27:01.498673+0000 mon.smithi026 (mon.0) 561 : audit [INF] from='client.? 172.21.15.26:0/1727302086' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-16T01:27:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:01 smithi155 conmon[87969]: audit 2023-11-16T01:27:01.930032+0000 mon.smithi026 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:02.550 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:27:02.551 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-16T01:27:02.551 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-16T01:27:02.595 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-16T01:27:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:02 smithi026 conmon[83720]: cephadm 2023-11-16T01:27:01.924998+0000 mgr.smithi026.yidchs 2023-11-16T01:27:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi155 2023-11-16T01:27:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.248720+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.249416+0000 mon.smithi026 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.249997+0000 mon.smithi026 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.250563+0000 mon.smithi026 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.254894+0000 mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:03 smithi026 conmon[83720]: audit 2023-11-16T01:27:02.604195+0000 mon.smithi026 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: cephadm 2023-11-16T01:27:01.924998+0000 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi155 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023-11-16T01:27:02.248720+0000 mon.smithi026 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023-11-16T01:27:02.249416+0000 mon.smithi026 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023-11-16T01:27:02.249997+0000 mon.smithi026 (mon.0) 565 : 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023-11-16T01:27:02.250563+0000 mon.smithi026 (mon 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: .0) 566 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:03.432 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023-11-16T01:27:02.254894+0000 2023-11-16T01:27:03.433 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: mon.smithi026 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:03.433 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: audit 2023 2023-11-16T01:27:03.433 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: -11-16T01:27:02.604195+0000 mon.smithi026 ( 2023-11-16T01:27:03.433 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:03 smithi155 conmon[87969]: mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:04.239 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:04 smithi155 conmon[87969]: cephadm 2023-11-16T01:27:02.251017+0000 mgr.smithi026.yidchs (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 4004M 2023-11-16T01:27:04.239 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:04 smithi155 conmon[87969]: cluster 2023-11-16T01:27:02.579820+0000 mgr.smithi026.yidchs (mgr.14180) 115 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:04.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:04 smithi026 conmon[83720]: cephadm 2023-11-16T01:27:02.251017+0000 mgr.smithi026.yidchs (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 4004M 2023-11-16T01:27:04.261 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:04 smithi026 conmon[83720]: cluster 2023-11-16T01:27:02.579820+0000 mgr.smithi026.yidchs (mgr.14180) 115 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:04.696 INFO:teuthology.orchestra.run.smithi155.stdout:[client.1] 2023-11-16T01:27:04.696 INFO:teuthology.orchestra.run.smithi155.stdout: key = AQDob1VlQbREKRAAwGp1YpURDcVXGit4NPyDhA== 2023-11-16T01:27:05.314 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:05 smithi155 conmon[87969]: audit 2023-11-16T01:27:04.691541+0000 mon.smithi155 (mon.1 2023-11-16T01:27:05.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:05 smithi155 conmon[87969]: ) 18 : audit [INF] from='client.? 172.21.15.155:0/64170410' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T01:27:05.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:05 smithi155 conmon[87969]: audit 2023-11-16T01:27:04.692217+0000 mon.smithi026 (mon.0) 569 : 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-16T01:27:05.315 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:05 smithi155 conmon[87969]: audit 2023-11-16T01:27:04.695396+0000 mon.smithi026 (mon.0) 570 : 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-16T01:27:05.329 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:27:05.329 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-16T01:27:05.329 DEBUG:teuthology.orchestra.run.smithi155:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-16T01:27:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:05 smithi026 conmon[83720]: audit 2023-11-16T01:27:04.691541+0000 2023-11-16T01:27:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:05 smithi026 conmon[83720]: mon.smithi155 (mon.1) 18 : audit [INF] from='client.? 172.21.15.155:0/64170410' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-16T01:27:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:05 smithi026 conmon[83720]: audit 2023-11-16T01:27:04.692217+0000 mon.smithi026 (mon.0) 569 : 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-16T01:27:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:05 smithi026 conmon[83720]: audit 2023-11-16T01:27:04.695396+0000 mon.smithi026 (mon.0) 570 : 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-16T01:27:05.370 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T01:27:06.086 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:06 smithi026 conmon[83720]: cluster 2023-11-16T01:27:04.580176+0000 mgr.smithi026.yidchs (mgr.14180) 116 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:06 smithi155 conmon[87969]: cluster 2023-11-16T01:27:04.580176+0000 mgr.smithi026.yidchs (mgr.14180) 116 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:07.417 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: cephadm 2023-11-16T01:27:06.303362+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: ) 117 : cephadm [INF] Detected new or changed devices on smithi026 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.308590+0000 mon.smithi026 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: cluster 2023-11-16T01:27:06.580499+0000 mgr.smithi026.yidchs (mgr.14180) 118 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.646924+0000 mon.smithi026 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.647706+0000 mon.smithi026 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.648449+0000 mon.smithi026 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.649151+0000 mon.smithi026 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: cephadm 2023-11-16T01:27:06.649672+0000 mgr.smithi026.yidchs (mgr.14180) 119 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 3237M 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.653737+0000 mon.smithi026 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.654815+0000 mon.smithi026 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.655553+0000 mon.smithi026 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.659763+0000 mon.smithi026 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06.663353+0000 mon.smithi026 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T01:27:06. 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: 666245+0000 mon.smithi026 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: -11-16T01:27:06.667229 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 582 : audit 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: 16T01:27:06.667443+0000 2023-11-16T01:27:07.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: mon.smithi026 (mon.0) 583 : audit [DBG] 2023-11-16T01:27:07.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:27:07.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: 01:27:06.667990+0000 mon.smithi026 (mon.0) 584 2023-11-16T01:27:07.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:07 smithi026 conmon[83720]: : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: cephadm 2023-11-16T01:27:06.303362+0000 mgr.smithi026.yidchs (mgr.14180) 117 : cephadm [INF] Detected new or changed devices on smithi026 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.308590+0000 mon.smithi026 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: cluster 2023-11-16T01:27:06.580499+0000 mgr.smithi026.yidchs (mgr.14180) 118 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.646924+0000 mon.smithi026 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.647706+0000 mon.smithi026 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.648449+0000 mon.smithi026 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.649151+0000 mon.smithi026 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: cephadm 2023-11-16T01:27:06.649672+0000 mgr.smithi026.yidchs (mgr.14180) 119 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 3237M 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.653737+0000 mon.smithi026 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.654815+0000 mon.smithi026 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.655553+0000 mon.smithi026 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.659763+0000 mon.smithi026 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.663353+0000 mon.smithi026 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.666245+0000 mon.smithi026 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.667229+0000 mon.smithi026 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.667443+0000 mon.smithi026 (mon.0) 583 : audit [DBG] 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: audit 2023-11-16T01:27:06.667990+0000 mon.smithi026 (mon.0 2023-11-16T01:27:07.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:07 smithi155 conmon[87969]: ) 584 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:27:07.799 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:27:07.799 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":41,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","created":"2023-11-16T01:22:54.317286+0000","modified":"2023-11-16T01:26:59.988025+0000","last_up_change":"2023-11-16T01:26:57.976059+0000","last_in_change":"2023-11-16T01:26:15.316032+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-16T01:26:36.368142+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"512756b1-4c05-4167-a4c3-910691b74d80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6801","nonce":117335509}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6803","nonce":117335509}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6807","nonce":117335509}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6805","nonce":117335509}]},"public_addr":"172.21.15.155:6801/117335509","cluster_addr":"172.21.15.155:6803/117335509","heartbeat_back_addr":"172.21.15.155:6807/117335509","heartbeat_front_addr":"172.21.15.155:6805/117335509","state":["exists","up"]},{"osd":1,"uuid":"042bd622-8a1c-41b0-beab-0722e99ad07c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6803","nonce":2129976898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6805","nonce":2129976898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6809","nonce":2129976898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6807","nonce":2129976898}]},"public_addr":"172.21.15.26:6803/2129976898","cluster_addr":"172.21.15.26:6805/2129976898","heartbeat_back_addr":"172.21.15.26:6809/2129976898","heartbeat_front_addr":"172.21.15.26:6807/2129976898","state":["exists","up"]},{"osd":2,"uuid":"be871f92-ad66-4eda-a1ee-114c934e2caf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6809","nonce":3202428778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6811","nonce":3202428778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6815","nonce":3202428778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6813","nonce":3202428778}]},"public_addr":"172.21.15.155:6809/3202428778","cluster_addr":"172.21.15.155:6811/3202428778","heartbeat_back_addr":"172.21.15.155:6815/3202428778","heartbeat_front_addr":"172.21.15.155:6813/3202428778","state":["exists","up"]},{"osd":3,"uuid":"53aa949c-35db-4449-9185-8b5ec21cd6b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6811","nonce":1327961937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6813","nonce":1327961937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6817","nonce":1327961937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6815","nonce":1327961937}]},"public_addr":"172.21.15.26:6811/1327961937","cluster_addr":"172.21.15.26:6813/1327961937","heartbeat_back_addr":"172.21.15.26:6817/1327961937","heartbeat_front_addr":"172.21.15.26:6815/1327961937","state":["exists","up"]},{"osd":4,"uuid":"3f719e44-63f2-4832-8e35-bb7cea16dcb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6817","nonce":2190489006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6819","nonce":2190489006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6823","nonce":2190489006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6821","nonce":2190489006}]},"public_addr":"172.21.15.155:6817/2190489006","cluster_addr":"172.21.15.155:6819/2190489006","heartbeat_back_addr":"172.21.15.155:6823/2190489006","heartbeat_front_addr":"172.21.15.155:6821/2190489006","state":["exists","up"]},{"osd":5,"uuid":"e3f53a98-c90b-4088-9556-0a50345cf5af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6819","nonce":3116697088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6821","nonce":3116697088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6825","nonce":3116697088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6823","nonce":3116697088}]},"public_addr":"172.21.15.26:6819/3116697088","cluster_addr":"172.21.15.26:6821/3116697088","heartbeat_back_addr":"172.21.15.26:6825/3116697088","heartbeat_front_addr":"172.21.15.26:6823/3116697088","state":["exists","up"]},{"osd":6,"uuid":"376fee2d-fa3e-400d-95b0-eb60df336028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6825","nonce":789942483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6827","nonce":789942483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6831","nonce":789942483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6829","nonce":789942483}]},"public_addr":"172.21.15.155:6825/789942483","cluster_addr":"172.21.15.155:6827/789942483","heartbeat_back_addr":"172.21.15.155:6831/789942483","heartbeat_front_addr":"172.21.15.155:6829/789942483","state":["exists","up"]},{"osd":7,"uuid":"1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6827","nonce":1566061273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6829","nonce":1566061273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6833","nonce":1566061273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6831","nonce":1566061273}]},"public_addr":"172.21.15.26:6827/1566061273","cluster_addr":"172.21.15.26:6829/1566061273","heartbeat_back_addr":"172.21.15.26:6833/1566061273","heartbeat_front_addr":"172.21.15.26:6831/1566061273","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-16T01:26:28.671983+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-16T01:26:34.678186+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-16T01:26:33.832895+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-16T01:26:40.581761+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-16T01:26:39.101351+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-16T01:26:48.939836+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-16T01:26:44.380516+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-16T01:26:56.615403+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2400134858":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/2997403587":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6801/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/305677396":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6800/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/387308374":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6800/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6800/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:0/3762201781":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6801/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6801/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/984541858":"2023-11-17T01:23:17.545061+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-16T01:27:08.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:08 smithi155 conmon[87969]: audit 2023-11-16T01:27:07.795221+0000 mon.smithi026 (mon 2023-11-16T01:27:08.401 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:08 smithi155 conmon[87969]: .0) 585 : audit [DBG] from='client.? 172.21.15.26:0/356239589' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:08.575 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:08 smithi026 conmon[83720]: audit 2023-11-16T01:27:07.795221+0000 mon.smithi026 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.26:0/356239589' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:09.140 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-16T01:26:36.368142+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-11-16T01:27:09.140 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-16T01:27:09.579 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:09 smithi026 conmon[83720]: cluster 2023-11-16T01:27:08.580975+0000 2023-11-16T01:27:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:09 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:09.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:09 smithi155 conmon[87969]: cluster 2023-11-16T01:27:08.580975+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:27:09.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:09 smithi155 conmon[87969]: ) 120 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:11.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:11 smithi155 conmon[87969]: cluster 2023-11-16T01:27:10.581434+0000 mgr.smithi026.yidchs (mgr.14180) 121 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:12.042 INFO:teuthology.orchestra.run.smithi026.stdout:pg_num: 1 2023-11-16T01:27:12.069 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:11 smithi026 conmon[83720]: cluster 2023-11-16T01:27:10.581434+0000 mgr.smithi026.yidchs (mgr.14180) 121 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:12.962 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:12 smithi026 conmon[83720]: audit 2023-11-16T01:27:12.042124+0000 mon.smithi026 2023-11-16T01:27:12.963 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:12 smithi026 conmon[83720]: (mon.0) 586 : audit [DBG] from='client.? 172.21.15.26:0/3996279227' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T01:27:12.983 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-16T01:27:12.983 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-16T01:27:12.983 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-16T01:27:12.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:12 smithi155 conmon[87969]: audit 2023-11-16T01:27:12.042124+0000 mon.smithi026 (mon.0) 586 : audit 2023-11-16T01:27:12.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:12 smithi155 conmon[87969]: [DBG] from='client.? 172.21.15.26:0/3996279227' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-16T01:27:13.630 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:13.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:13 smithi155 conmon[87969]: cluster 2023-11-16T01:27:12.582055+0000 mgr.smithi026.yidchs (mgr.14180) 122 2023-11-16T01:27:13.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:13 smithi155 conmon[87969]: : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:14.076 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:13 smithi026 conmon[83720]: cluster 2023-11-16T01:27:12.582055+0000 mgr.smithi026.yidchs (mgr.14180) 122 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:15.991 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:15 smithi155 conmon[87969]: cluster 2023-11-16T01:27:14.582344+0000 mgr.smithi026.yidchs (mgr.14180) 123 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:15.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:15 smithi155 conmon[87969]: audit 2023-11-16T01:27:15.615409+0000 mon.smithi026 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:16.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:15 smithi026 conmon[83720]: cluster 2023-11-16T01:27:14.582344+0000 mgr.smithi026.yidchs 2023-11-16T01:27:16.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:15 smithi026 conmon[83720]: (mgr.14180) 123 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:16.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:15 smithi026 conmon[83720]: audit 2023-11-16T01:27:15.615409+0000 mon.smithi026 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:16.328 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:27:17.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:16 smithi026 conmon[83720]: audit 2023-11-16T01:27:16.322430+0000 mon.smithi026 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.26:0/1810707421' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T01:27:17.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:16 smithi155 conmon[87969]: audit 2023-11-16T01:27:16.322430+0000 mon.smithi026 (mon.0) 588 2023-11-16T01:27:17.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:16 smithi155 conmon[87969]: : audit [DBG] from='client.? 172.21.15.26:0/1810707421' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-16T01:27:17.655 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi026.yidchs","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":3604643031},{"type":"v1","addr":"172.21.15.26:6801","nonce":3604643031}]},"active_addr":"172.21.15.26:6801/3604643031","active_change":"2023-11-16T01:24:42.554776+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi155.xfvsfm","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.26:8443/","prometheus":"http://172.21.15.26: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.26:0","nonce":2566553513}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":2964299148}]}]} 2023-11-16T01:27:17.658 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-16T01:27:17.659 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-16T01:27:17.659 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T01:27:18.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:17 smithi026 conmon[83720]: cluster 2023-11-16T01:27:16. 2023-11-16T01:27:18.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:17 smithi026 conmon[83720]: 582742+0000 mgr.smithi026.yidchs (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:18.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:17 smithi155 conmon[87969]: cluster 2023-11-16T01:27:16.582742+0000 mgr.smithi026.yidchs (mgr.14180) 124 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:18.284 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:20.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:19 smithi026 conmon[83720]: cluster 2023-11-16T01:27:18.583084+0000 mgr.smithi026.yidchs (mgr.14180) 125 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:20.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:19 smithi155 conmon[87969]: cluster 2023-11-16T01:27:18.583084+0000 mgr.smithi026.yidchs (mgr.14180) 125 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:20.515 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:27:20.515 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":41,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","created":"2023-11-16T01:22:54.317286+0000","modified":"2023-11-16T01:26:59.988025+0000","last_up_change":"2023-11-16T01:26:57.976059+0000","last_in_change":"2023-11-16T01:26:15.316032+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-16T01:26:36.368142+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"512756b1-4c05-4167-a4c3-910691b74d80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6801","nonce":117335509}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6803","nonce":117335509}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6807","nonce":117335509}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6805","nonce":117335509}]},"public_addr":"172.21.15.155:6801/117335509","cluster_addr":"172.21.15.155:6803/117335509","heartbeat_back_addr":"172.21.15.155:6807/117335509","heartbeat_front_addr":"172.21.15.155:6805/117335509","state":["exists","up"]},{"osd":1,"uuid":"042bd622-8a1c-41b0-beab-0722e99ad07c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6803","nonce":2129976898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6805","nonce":2129976898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6809","nonce":2129976898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6807","nonce":2129976898}]},"public_addr":"172.21.15.26:6803/2129976898","cluster_addr":"172.21.15.26:6805/2129976898","heartbeat_back_addr":"172.21.15.26:6809/2129976898","heartbeat_front_addr":"172.21.15.26:6807/2129976898","state":["exists","up"]},{"osd":2,"uuid":"be871f92-ad66-4eda-a1ee-114c934e2caf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6809","nonce":3202428778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6811","nonce":3202428778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6815","nonce":3202428778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6813","nonce":3202428778}]},"public_addr":"172.21.15.155:6809/3202428778","cluster_addr":"172.21.15.155:6811/3202428778","heartbeat_back_addr":"172.21.15.155:6815/3202428778","heartbeat_front_addr":"172.21.15.155:6813/3202428778","state":["exists","up"]},{"osd":3,"uuid":"53aa949c-35db-4449-9185-8b5ec21cd6b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6811","nonce":1327961937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6813","nonce":1327961937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6817","nonce":1327961937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6815","nonce":1327961937}]},"public_addr":"172.21.15.26:6811/1327961937","cluster_addr":"172.21.15.26:6813/1327961937","heartbeat_back_addr":"172.21.15.26:6817/1327961937","heartbeat_front_addr":"172.21.15.26:6815/1327961937","state":["exists","up"]},{"osd":4,"uuid":"3f719e44-63f2-4832-8e35-bb7cea16dcb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6817","nonce":2190489006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6819","nonce":2190489006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6823","nonce":2190489006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6821","nonce":2190489006}]},"public_addr":"172.21.15.155:6817/2190489006","cluster_addr":"172.21.15.155:6819/2190489006","heartbeat_back_addr":"172.21.15.155:6823/2190489006","heartbeat_front_addr":"172.21.15.155:6821/2190489006","state":["exists","up"]},{"osd":5,"uuid":"e3f53a98-c90b-4088-9556-0a50345cf5af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6819","nonce":3116697088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6821","nonce":3116697088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6825","nonce":3116697088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6823","nonce":3116697088}]},"public_addr":"172.21.15.26:6819/3116697088","cluster_addr":"172.21.15.26:6821/3116697088","heartbeat_back_addr":"172.21.15.26:6825/3116697088","heartbeat_front_addr":"172.21.15.26:6823/3116697088","state":["exists","up"]},{"osd":6,"uuid":"376fee2d-fa3e-400d-95b0-eb60df336028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6825","nonce":789942483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6827","nonce":789942483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6831","nonce":789942483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6829","nonce":789942483}]},"public_addr":"172.21.15.155:6825/789942483","cluster_addr":"172.21.15.155:6827/789942483","heartbeat_back_addr":"172.21.15.155:6831/789942483","heartbeat_front_addr":"172.21.15.155:6829/789942483","state":["exists","up"]},{"osd":7,"uuid":"1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6827","nonce":1566061273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6829","nonce":1566061273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6833","nonce":1566061273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6831","nonce":1566061273}]},"public_addr":"172.21.15.26:6827/1566061273","cluster_addr":"172.21.15.26:6829/1566061273","heartbeat_back_addr":"172.21.15.26:6833/1566061273","heartbeat_front_addr":"172.21.15.26:6831/1566061273","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-16T01:26:28.671983+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-16T01:26:34.678186+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-16T01:26:33.832895+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-16T01:26:40.581761+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-16T01:26:39.101351+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-16T01:26:48.939836+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-16T01:26:44.380516+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-16T01:26:56.615403+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2400134858":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/2997403587":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6801/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/305677396":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6800/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/387308374":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6800/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6800/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:0/3762201781":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6801/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6801/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/984541858":"2023-11-17T01:23:17.545061+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-16T01:27:21.191 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:20 smithi026 conmon[83720]: audit 2023-11-16T01:27:19.905536+0000 mon.smithi026 ( 2023-11-16T01:27:21.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:20 smithi026 conmon[83720]: mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:21.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:20 smithi026 conmon[83720]: audit 2023-11-16T01:27:20.513213+0000 mon.smithi026 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.26:0/2965718066' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:21.209 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-16T01:27:21.210 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd dump --format=json 2023-11-16T01:27:21.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:20 smithi155 conmon[87969]: audit 2023-11-16T01:27:19.905536+0000 mon.smithi026 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:27:21.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:20 smithi155 conmon[87969]: 2023-11-16T01:27:21.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:20 smithi155 conmon[87969]: audit 2023-11-16T01:27:20.513213+0000 mon.smithi026 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.26:0/2965718066' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:21.589 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:21 smithi155 conmon[87969]: cluster 2023-11-16T01:27:20.583382+0000 mgr.smithi026.yidchs (mgr.14180) 126 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:22.338 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:21 smithi026 conmon[83720]: cluster 2023-11-16T01:27:20.583382+0000 mgr.smithi026.yidchs (mgr.14180) 126 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:23.559 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:27:23.559 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":41,"fsid":"8da68c84-841e-11ee-8dbe-212e2dc638e7","created":"2023-11-16T01:22:54.317286+0000","modified":"2023-11-16T01:26:59.988025+0000","last_up_change":"2023-11-16T01:26:57.976059+0000","last_in_change":"2023-11-16T01:26:15.316032+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-16T01:26:36.368142+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"512756b1-4c05-4167-a4c3-910691b74d80","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6800","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6801","nonce":117335509}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6802","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6803","nonce":117335509}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6806","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6807","nonce":117335509}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6804","nonce":117335509},{"type":"v1","addr":"172.21.15.155:6805","nonce":117335509}]},"public_addr":"172.21.15.155:6801/117335509","cluster_addr":"172.21.15.155:6803/117335509","heartbeat_back_addr":"172.21.15.155:6807/117335509","heartbeat_front_addr":"172.21.15.155:6805/117335509","state":["exists","up"]},{"osd":1,"uuid":"042bd622-8a1c-41b0-beab-0722e99ad07c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6803","nonce":2129976898}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6805","nonce":2129976898}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6809","nonce":2129976898}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2129976898},{"type":"v1","addr":"172.21.15.26:6807","nonce":2129976898}]},"public_addr":"172.21.15.26:6803/2129976898","cluster_addr":"172.21.15.26:6805/2129976898","heartbeat_back_addr":"172.21.15.26:6809/2129976898","heartbeat_front_addr":"172.21.15.26:6807/2129976898","state":["exists","up"]},{"osd":2,"uuid":"be871f92-ad66-4eda-a1ee-114c934e2caf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6808","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6809","nonce":3202428778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6810","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6811","nonce":3202428778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6814","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6815","nonce":3202428778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6812","nonce":3202428778},{"type":"v1","addr":"172.21.15.155:6813","nonce":3202428778}]},"public_addr":"172.21.15.155:6809/3202428778","cluster_addr":"172.21.15.155:6811/3202428778","heartbeat_back_addr":"172.21.15.155:6815/3202428778","heartbeat_front_addr":"172.21.15.155:6813/3202428778","state":["exists","up"]},{"osd":3,"uuid":"53aa949c-35db-4449-9185-8b5ec21cd6b6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6811","nonce":1327961937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6813","nonce":1327961937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6817","nonce":1327961937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":1327961937},{"type":"v1","addr":"172.21.15.26:6815","nonce":1327961937}]},"public_addr":"172.21.15.26:6811/1327961937","cluster_addr":"172.21.15.26:6813/1327961937","heartbeat_back_addr":"172.21.15.26:6817/1327961937","heartbeat_front_addr":"172.21.15.26:6815/1327961937","state":["exists","up"]},{"osd":4,"uuid":"3f719e44-63f2-4832-8e35-bb7cea16dcb3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6816","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6817","nonce":2190489006}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6818","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6819","nonce":2190489006}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6822","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6823","nonce":2190489006}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6820","nonce":2190489006},{"type":"v1","addr":"172.21.15.155:6821","nonce":2190489006}]},"public_addr":"172.21.15.155:6817/2190489006","cluster_addr":"172.21.15.155:6819/2190489006","heartbeat_back_addr":"172.21.15.155:6823/2190489006","heartbeat_front_addr":"172.21.15.155:6821/2190489006","state":["exists","up"]},{"osd":5,"uuid":"e3f53a98-c90b-4088-9556-0a50345cf5af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6819","nonce":3116697088}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6821","nonce":3116697088}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6825","nonce":3116697088}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":3116697088},{"type":"v1","addr":"172.21.15.26:6823","nonce":3116697088}]},"public_addr":"172.21.15.26:6819/3116697088","cluster_addr":"172.21.15.26:6821/3116697088","heartbeat_back_addr":"172.21.15.26:6825/3116697088","heartbeat_front_addr":"172.21.15.26:6823/3116697088","state":["exists","up"]},{"osd":6,"uuid":"376fee2d-fa3e-400d-95b0-eb60df336028","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6824","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6825","nonce":789942483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6826","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6827","nonce":789942483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6830","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6831","nonce":789942483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.155:6828","nonce":789942483},{"type":"v1","addr":"172.21.15.155:6829","nonce":789942483}]},"public_addr":"172.21.15.155:6825/789942483","cluster_addr":"172.21.15.155:6827/789942483","heartbeat_back_addr":"172.21.15.155:6831/789942483","heartbeat_front_addr":"172.21.15.155:6829/789942483","state":["exists","up"]},{"osd":7,"uuid":"1ad5e1ea-6e70-4f6c-b8b1-7dd56a9b2673","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6827","nonce":1566061273}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6829","nonce":1566061273}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6833","nonce":1566061273}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":1566061273},{"type":"v1","addr":"172.21.15.26:6831","nonce":1566061273}]},"public_addr":"172.21.15.26:6827/1566061273","cluster_addr":"172.21.15.26:6829/1566061273","heartbeat_back_addr":"172.21.15.26:6833/1566061273","heartbeat_front_addr":"172.21.15.26:6831/1566061273","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-16T01:26:28.671983+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-16T01:26:34.678186+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-16T01:26:33.832895+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-16T01:26:40.581761+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-16T01:26:39.101351+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-16T01:26:48.939836+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-16T01:26:44.380516+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-16T01:26:56.615403+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2400134858":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/2997403587":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6801/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/305677396":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6800/38436442":"2023-11-17T01:23:47.284613+0000","172.21.15.26:0/387308374":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6800/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:6800/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:0/3762201781":"2023-11-17T01:23:47.284613+0000","172.21.15.26:6801/3202343287":"2023-11-17T01:23:17.545061+0000","172.21.15.26:6801/3009898523":"2023-11-17T01:24:42.554663+0000","172.21.15.26:0/984541858":"2023-11-17T01:23:17.545061+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-16T01:27:24.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:23 smithi026 conmon[83720]: cluster 2023-11-16T01:27:22.583696+0000 2023-11-16T01:27:24.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:23 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 127 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:24.221 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:23 smithi026 conmon[83720]: audit 2023-11-16T01:27:23.557601+0000 mon.smithi026 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.26:0/1133335103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:24.223 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-16T01:27:24.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:23 smithi155 conmon[87969]: cluster 2023-11-16T01:27:22.583696+0000 mgr.smithi026.yidchs (mgr.14180) 127 : 2023-11-16T01:27:24.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:23 smithi155 conmon[87969]: cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:24.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:23 smithi155 conmon[87969]: audit 2023-11-16T01:27:23.557601+0000 mon.smithi026 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.26:0/1133335103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-16T01:27:24.604 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:26.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:25 smithi026 conmon[83720]: cluster 2023-11-16T01:27:24.584010+0000 mgr.smithi026.yidchs (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:26.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:25 smithi155 conmon[87969]: cluster 2023-11-16T01:27:24.584010+0000 mgr.smithi026.yidchs (mgr.14180) 128 : cluster 2023-11-16T01:27:26.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:25 smithi155 conmon[87969]: [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:26.981 INFO:teuthology.orchestra.run.smithi026.stdout:68719476751 2023-11-16T01:27:26.982 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-16T01:27:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:28.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:27 smithi155 conmon[87969]: cluster 2023-11-16T01:27:26.584504+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:27:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:27 smithi155 conmon[87969]: 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:28.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:27 smithi026 conmon[83720]: cluster 2023-11-16T01:27:26.584504+0000 mgr.smithi026.yidchs (mgr.14180) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:29.560 INFO:teuthology.orchestra.run.smithi026.stdout:90194313230 2023-11-16T01:27:29.561 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-16T01:27:29.939 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:30.187 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:29 smithi026 conmon[83720]: cluster 2023-11-16T01:27:28.584819+0000 mgr.smithi026.yidchs (mgr.14180) 130 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:29 smithi155 conmon[87969]: cluster 2023-11-16T01:27:28.584819+0000 mgr.smithi026.yidchs (mgr.14180) 130 : cluster 2023-11-16T01:27:30.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:29 smithi155 conmon[87969]: [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:32.177 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:31 smithi026 conmon[83720]: cluster 2023-11-16T01:27:30.585169+0000 mgr.smithi026.yidchs (mgr.14180) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:32.179 INFO:teuthology.orchestra.run.smithi026.stdout:85899345934 2023-11-16T01:27:32.180 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-16T01:27:32.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:31 smithi155 conmon[87969]: cluster 2023-11-16T01:27:30.585169+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:27:32.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:31 smithi155 conmon[87969]: ) 131 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:32.558 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:34.081 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:33 smithi026 conmon[83720]: cluster 2023-11-16T01:27:32.585464+0000 mgr.smithi026.yidchs (mgr.14180) 132 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:33 smithi155 conmon[87969]: cluster 2023-11-16T01:27:32.585464+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:27:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:33 smithi155 conmon[87969]: 132 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:34.978 INFO:teuthology.orchestra.run.smithi026.stdout:115964117005 2023-11-16T01:27:34.979 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-16T01:27:35.356 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:35 smithi155 conmon[87969]: cluster 2023-11-16T01:27:34.585943+0000 mgr.smithi026.yidchs (mgr.14180) 133 : 2023-11-16T01:27:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:35 smithi155 conmon[87969]: cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:35 smithi026 conmon[83720]: cluster 2023-11-16T01:27:34.585943 2023-11-16T01:27:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:35 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 133 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:37.570 INFO:teuthology.orchestra.run.smithi026.stdout:111669149710 2023-11-16T01:27:37.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-16T01:27:37.946 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:38.186 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:37 smithi026 conmon[83720]: cluster 2023-11-16T01:27:36.586229+0000 mgr.smithi026.yidchs (mgr.14180) 134 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:38.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:37 smithi155 conmon[87969]: cluster 2023-11-16T01:27:36.586229+0000 mgr.smithi026.yidchs (mgr.14180) 134 : cluster 2023-11-16T01:27:38.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:37 smithi155 conmon[87969]: [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:40.110 INFO:teuthology.orchestra.run.smithi026.stdout:150323855373 2023-11-16T01:27:40.110 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-16T01:27:40.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:39 smithi155 conmon[87969]: cluster 2023-11-16T01:27:38.586593+0000 mgr.smithi026.yidchs (mgr.14180) 135 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:40.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:39 smithi026 conmon[83720]: cluster 2023-11-16T01:27:38.586593+0000 mgr.smithi026.yidchs (mgr.14180) 135 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:40.498 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:42.150 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:41 smithi026 conmon[83720]: cluster 2023-11-16T01:27:40.587076+0000 mgr.smithi026.yidchs 2023-11-16T01:27:42.150 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:41 smithi026 conmon[83720]: (mgr.14180) 136 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:42.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:41 smithi155 conmon[87969]: cluster 2023-11-16T01:27:40.587076+0000 mgr.smithi026.yidchs (mgr.14180) 136 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:42.726 INFO:teuthology.orchestra.run.smithi026.stdout:133143986191 2023-11-16T01:27:42.726 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-16T01:27:43.107 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:44.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:43 smithi026 conmon[83720]: cluster 2023-11-16T01:27:42.587573+0000 mgr.smithi026.yidchs (mgr.14180) 137 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:44.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:43 smithi155 conmon[87969]: cluster 2023-11-16T01:27:42.587573+0000 mgr.smithi026.yidchs (mgr.14180) 137 : cluster 2023-11-16T01:27:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:43 smithi155 conmon[87969]: [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:45.417 INFO:teuthology.orchestra.run.smithi026.stdout:167503724557 2023-11-16T01:27:45.417 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-16T01:27:45.797 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:46.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:45 smithi026 conmon[83720]: cluster 2023-11-16T01:27:44.587946+0000 mgr.smithi026.yidchs (mgr.14180) 138 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:46.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:45 smithi155 conmon[87969]: cluster 2023-11-16T01:27:44.587946+0000 mgr.smithi026.yidchs (mgr.14180) 138 : cluster [DBG] 2023-11-16T01:27:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:45 smithi155 conmon[87969]: pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:47.519 INFO:teuthology.orchestra.run.smithi026.stdout:68719476755 2023-11-16T01:27:48.134 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476755 for osd.0 2023-11-16T01:27:48.134 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-16T01:27:48.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:47 smithi155 conmon[87969]: cluster 2023-11-16T01:27:46.588233+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:27:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:47 smithi155 conmon[87969]: 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:47 smithi155 conmon[87969]: audit 2023-11-16T01:27:47.518120+0000 mon.smithi026 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.26:0/1722759236' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T01:27:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:47 smithi026 conmon[83720]: cluster 2023-11-16T01:27:46.588233+0000 mgr.smithi026.yidchs ( 2023-11-16T01:27:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:47 smithi026 conmon[83720]: mgr.14180) 139 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:47 smithi026 conmon[83720]: audit 2023-11-16T01:27:47.518120+0000 mon.smithi026 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.26:0/1722759236' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-16T01:27:48.509 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:50.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:49 smithi155 conmon[87969]: cluster 2023-11-16T01:27:48.588547+0000 mgr.smithi026.yidchs (mgr.14180) 140 : cluster 2023-11-16T01:27:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:49 smithi155 conmon[87969]: [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:50.343 INFO:teuthology.orchestra.run.smithi026.stdout:90194313234 2023-11-16T01:27:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:49 smithi026 conmon[83720]: cluster 2023-11-16T01:27:48.588547+0000 2023-11-16T01:27:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:49 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 140 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:50.982 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313230 got 90194313234 for osd.1 2023-11-16T01:27:50.982 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-16T01:27:51.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:50 smithi155 conmon[87969]: audit 2023-11-16T01:27:50.342344+0000 mon.smithi026 (mon.0) 2023-11-16T01:27:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:50 smithi155 conmon[87969]: 593 : audit [DBG] from='client.? 172.21.15.26:0/1064443346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T01:27:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:50 smithi026 conmon[83720]: audit 2023-11-16T01:27:50.342344 2023-11-16T01:27:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:50 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.26:0/1064443346' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-16T01:27:51.364 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:51 smithi155 conmon[87969]: cluster 2023-11-16T01:27:50.588962+0000 mgr.smithi026.yidchs (mgr.14180) 141 : 2023-11-16T01:27:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:51 smithi155 conmon[87969]: cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:51 smithi026 conmon[83720]: cluster 2023-11-16T01:27:50.588962+0000 mgr.smithi026.yidchs (mgr.14180) 141 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:53.078 INFO:teuthology.orchestra.run.smithi026.stdout:85899345938 2023-11-16T01:27:53.752 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345938 for osd.2 2023-11-16T01:27:53.752 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-16T01:27:54.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:53 smithi026 conmon[83720]: cluster 2023-11-16T01:27:52.589285 2023-11-16T01:27:54.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:53 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 142 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:54.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:53 smithi026 conmon[83720]: audit 2023-11-16T01:27:53.076883+0000 mon.smithi026 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.26:0/3680319089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T01:27:54.129 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:54.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:53 smithi155 conmon[87969]: cluster 2023-11-16T01:27:52.589285+0000 mgr.smithi026.yidchs (mgr.14180) 142 : cluster 2023-11-16T01:27:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:53 smithi155 conmon[87969]: [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:53 smithi155 conmon[87969]: audit 2023-11-16T01:27:53.076883+0000 mon.smithi026 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.26:0/3680319089' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-16T01:27:55.908 INFO:teuthology.orchestra.run.smithi026.stdout:115964117009 2023-11-16T01:27:56.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:55 smithi155 conmon[87969]: cluster 2023-11-16T01:27:54.589579+0000 mgr.smithi026.yidchs (mgr.14180) 143 : cluster 2023-11-16T01:27:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:55 smithi155 conmon[87969]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:55 smithi155 conmon[87969]: audit 2023-11-16T01:27:55.907799+0000 mon.smithi026 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.26:0/3349632118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T01:27:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:55 smithi026 conmon[83720]: cluster 2023-11-16T01:27:54.589579+0000 mgr.smithi026.yidchs (mgr.14180) 143 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:55 smithi026 conmon[83720]: audit 2023-11-16T01:27:55.907799+0000 mon.smithi026 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.26:0/3349632118' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-16T01:27:56.583 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117005 got 115964117009 for osd.3 2023-11-16T01:27:56.583 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-16T01:27:56.966 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:27:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:57 smithi155 conmon[87969]: cluster 2023-11-16T01:27:56.589916+0000 mgr.smithi026.yidchs (mgr.14180) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:57 smithi155 conmon[87969]: 2023-11-16T01:27:58.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:57 smithi026 conmon[83720]: cluster 2023-11-16T01:27:56.589916+0000 mgr.smithi026.yidchs (mgr.14180) 144 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:27:58.680 INFO:teuthology.orchestra.run.smithi026.stdout:111669149714 2023-11-16T01:27:59.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:58 smithi155 conmon[87969]: audit 2023-11-16T01:27:58.679091+0000 mon.smithi026 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.26:0/3177286560' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T01:27:59.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:58 smithi026 conmon[83720]: audit 2023-11-16T01:27:58.679091+0000 mon.smithi026 (mon. 2023-11-16T01:27:59.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:58 smithi026 conmon[83720]: 0) 596 : audit [DBG] from='client.? 172.21.15.26:0/3177286560' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-16T01:27:59.413 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149710 got 111669149714 for osd.4 2023-11-16T01:27:59.414 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-16T01:27:59.795 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:27:59 smithi155 conmon[87969]: cluster 2023-11-16T01:27:58.590245+0000 mgr.smithi026.yidchs (mgr.14180) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:59 smithi026 conmon[83720]: cluster 2023-11-16T01:27:58.590245+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:28:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:27:59 smithi026 conmon[83720]: .14180) 145 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:01.461 INFO:teuthology.orchestra.run.smithi026.stdout:150323855377 2023-11-16T01:28:02.150 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855373 got 150323855377 for osd.5 2023-11-16T01:28:02.150 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-16T01:28:02.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:01 smithi155 conmon[87969]: cluster 2023-11-16T01:28:00.590590+0000 mgr.smithi026.yidchs (mgr.14180) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:02.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:01 smithi155 conmon[87969]: audit 2023-11-16T01:28 2023-11-16T01:28:02.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:01 smithi155 conmon[87969]: :01.460635+0000 mon.smithi026 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.26:0/3715618510' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T01:28:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:01 smithi026 conmon[83720]: cluster 2023-11-16T01:28:00.590590+0000 mgr.smithi026.yidchs (mgr.14180) 146 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:01 smithi026 conmon[83720]: audit 2023-11-16T01:28:01.460635+0000 mon.smithi026 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.26:0/3715618510' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-16T01:28:02.529 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:04.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:03 smithi155 conmon[87969]: cluster 2023-11-16T01:28:02.591066+0000 mgr.smithi026.yidchs (mgr.14180) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:04.248 INFO:teuthology.orchestra.run.smithi026.stdout:133143986195 2023-11-16T01:28:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:03 smithi026 conmon[83720]: cluster 2023-11-16T01:28:02.591066+0000 mgr.smithi026.yidchs (mgr.14180) 147 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:04.947 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986191 got 133143986195 for osd.6 2023-11-16T01:28:04.948 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-16T01:28:05.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:04 smithi155 conmon[87969]: audit 2023-11-16T01:28:04.247553+0000 mon.smithi026 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.26:0/2770020474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T01:28:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:04 smithi026 conmon[83720]: audit 2023-11-16T01:28:04.247553+0000 2023-11-16T01:28:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:04 smithi026 conmon[83720]: mon.smithi026 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.26:0/2770020474' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-16T01:28:06.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:05 smithi026 conmon[83720]: cluster 2023-11-16T01:28:04.591448+0000 mgr.smithi026.yidchs (mgr.14180) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:05 smithi155 conmon[87969]: cluster 2023-11-16T01:28:04.591448+0000 mgr.smithi026.yidchs (mgr.14180) 148 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:07.002 INFO:teuthology.orchestra.run.smithi026.stdout:167503724561 2023-11-16T01:28:07.658 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724557 got 167503724561 for osd.7 2023-11-16T01:28:07.658 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-16T01:28:07.658 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T01:28:08.037 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:08.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:07 smithi155 conmon[87969]: cluster 2023-11-16T01:28:06.591776+0000 mgr.smithi026.yidchs (mgr.14180) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:07 smithi155 conmon[87969]: audit 2023-11-16T01:28:07.001221+0000 mon.smithi026 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.26:0/658015303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T01:28:08.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:07 smithi026 conmon[83720]: cluster 2023-11-16T01:28:06.591776+0000 mgr.smithi026.yidchs (mgr.14180) 149 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:08.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:07 smithi026 conmon[83720]: audit 2023-11-16T01:28:07.001221+0000 mon.smithi026 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.26:0/658015303' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-16T01:28:09.736 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:09.738 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-11-16T01:28:10.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:09 smithi026 conmon[83720]: cluster 2023-11-16T01:28:08.592036+0000 mgr.smithi026.yidchs (mgr.14180) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:09 smithi155 conmon[87969]: cluster 2023-11-16T01:28:08.592036+0000 mgr.smithi026.yidchs (mgr.14180) 150 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:10.433 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":133,"stamp":"2023-11-16T01:28:08.591899+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":2379956,"kb_used_data":3188,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548492,"statfs":{"total":767926730752,"available":765489655808,"internally_reserved":0,"allocated":3264512,"data_stored":1289716,"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":41,"state":"active+clean","last_fresh":"2023-11-16T01:27:00.479406+0000","last_change":"2023-11-16T01:27:00.479406+0000","last_active":"2023-11-16T01:27:00.479406+0000","last_peered":"2023-11-16T01:27:00.479406+0000","last_clean":"2023-11-16T01:27:00.479406+0000","last_became_active":"2023-11-16T01:27:00.479068+0000","last_became_peered":"2023-11-16T01:27:00.479068+0000","last_unstale":"2023-11-16T01:27:00.479406+0000","last_undegraded":"2023-11-16T01:27:00.479406+0000","last_fullsized":"2023-11-16T01:27:00.479406+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T01:26:36.904049+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T01:26:36.904049+0000","last_clean_scrub_stamp":"2023-11-16T01:26:36.904049+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724561,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161063,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.57199999999999995}]},{"osd":1,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"last":0.317},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.26700000000000002}]},{"osd":2,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.50800000000000001}]},{"osd":3,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.33800000000000002}]},{"osd":4,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.52200000000000002},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.73999999999999999}]},{"osd":5,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.375}]},{"osd":6,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.54400000000000004}]}]},{"osd":5,"up_from":35,"seq":150323855379,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.371}]},{"osd":1,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.31}]},{"osd":2,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.41299999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.57999999999999996}]},{"osd":4,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.54400000000000004}]},{"osd":6,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.61899999999999999}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.56799999999999995}]}]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":160700,"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":"Thu Nov 16 01:27:36 2023","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.32700000000000001}]},{"osd":1,"last update":"Thu Nov 16 01:27:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":8.0009999999999994,"5min":8.0009999999999994,"15min":8.0009999999999994},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.51200000000000001}]},{"osd":3,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.48799999999999999}]},{"osd":4,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.371}]},{"osd":5,"last update":"Thu Nov 16 01:27:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.497},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.53600000000000003}]},{"osd":6,"last update":"Thu Nov 16 01:27:48 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.54500000000000004}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.57599999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476759,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:38 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.434}]},{"osd":2,"last update":"Thu Nov 16 01:27:38 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.373}]},{"osd":3,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.56200000000000006}]},{"osd":4,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.61399999999999999}]},{"osd":5,"last update":"Thu Nov 16 01:27:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.52300000000000002}]},{"osd":6,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.63500000000000001}]},{"osd":7,"last update":"Thu Nov 16 01:27:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.54800000000000004}]}]},{"osd":1,"up_from":21,"seq":90194313238,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:39 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.52400000000000002}]},{"osd":2,"last update":"Thu Nov 16 01:27:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.60499999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.58899999999999997}]},{"osd":4,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.63700000000000001}]},{"osd":5,"last update":"Thu Nov 16 01:27:52 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.53900000000000003}]},{"osd":6,"last update":"Thu Nov 16 01:27:48 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.68500000000000005}]},{"osd":7,"last update":"Thu Nov 16 01:27:58 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.65700000000000003}]}]},{"osd":4,"up_from":26,"seq":111669149716,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.51700000000000002}]},{"osd":1,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.087,"5min":1.087,"15min":1.087},"last":0.69099999999999995}]},{"osd":2,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.438}]},{"osd":3,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.60299999999999998}]},{"osd":5,"last update":"Thu Nov 16 01:27:56 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.70299999999999996}]},{"osd":6,"last update":"Thu Nov 16 01:27:49 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.57499999999999996}]},{"osd":7,"last update":"Thu Nov 16 01:28:02 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.73499999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117012,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161063,"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":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.38600000000000001}]},{"osd":1,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.32200000000000001}]},{"osd":2,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.54200000000000004}]},{"osd":4,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.44400000000000001}]},{"osd":5,"last update":"Thu Nov 16 01:27:55 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.40400000000000003}]},{"osd":6,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.625},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.56100000000000005}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.47499999999999998}]}]},{"osd":6,"up_from":31,"seq":133143986196,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.56399999999999995}]},{"osd":1,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.499}]},{"osd":2,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.47199999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.67100000000000004}]},{"osd":4,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.64100000000000001}]},{"osd":5,"last update":"Thu Nov 16 01:27:53 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.72199999999999998}]},{"osd":7,"last update":"Thu Nov 16 01:28:00 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.73399999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T01:28:10.436 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph pg dump --format=json 2023-11-16T01:28:10.819 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:11.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:10 smithi155 conmon[87969]: audit 2023-11-16T01:28:09.733300+0000 mgr.smithi026.yidchs (mgr.14180) 151 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:10 smithi026 conmon[83720]: audit 2023-11-16T01:28:09.733300+0000 mgr.smithi026.yidchs (mgr.14180) 151 2023-11-16T01:28:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:10 smithi026 conmon[83720]: : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:12.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:11 smithi026 conmon[83720]: cluster 2023-11-16T01:28:10.592377+0000 2023-11-16T01:28:12.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:11 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:12.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:11 smithi155 conmon[87969]: cluster 2023-11-16T01:28:10.592377+0000 mgr.smithi026.yidchs (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:12.623 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:12.625 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-11-16T01:28:13.263 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":135,"stamp":"2023-11-16T01:28:12.592534+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":2379956,"kb_used_data":3188,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548492,"statfs":{"total":767926730752,"available":765489655808,"internally_reserved":0,"allocated":3264512,"data_stored":1289716,"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":41,"state":"active+clean","last_fresh":"2023-11-16T01:27:00.479406+0000","last_change":"2023-11-16T01:27:00.479406+0000","last_active":"2023-11-16T01:27:00.479406+0000","last_peered":"2023-11-16T01:27:00.479406+0000","last_clean":"2023-11-16T01:27:00.479406+0000","last_became_active":"2023-11-16T01:27:00.479068+0000","last_became_peered":"2023-11-16T01:27:00.479068+0000","last_unstale":"2023-11-16T01:27:00.479406+0000","last_undegraded":"2023-11-16T01:27:00.479406+0000","last_fullsized":"2023-11-16T01:27:00.479406+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-16T01:26:36.904049+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-16T01:26:36.904049+0000","last_clean_scrub_stamp":"2023-11-16T01:26:36.904049+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724562,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161063,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.55100000000000005}]},{"osd":1,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"last":0.375},{"interface":"front","average":{"1min":0.374,"5min":0.374,"15min":0.374},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.314}]},{"osd":2,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.72799999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.36499999999999999}]},{"osd":4,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.65800000000000003}]},{"osd":5,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.497},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.42699999999999999}]},{"osd":6,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.73699999999999999}]}]},{"osd":5,"up_from":35,"seq":150323855380,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.68100000000000005}]},{"osd":1,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.59099999999999997}]},{"osd":2,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72499999999999998,"5min":0.72499999999999998,"15min":0.72499999999999998},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.65600000000000003}]},{"osd":3,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.53700000000000003},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.48799999999999999}]},{"osd":4,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.63300000000000001}]},{"osd":6,"last update":"Thu Nov 16 01:27:50 2023","interfaces":[{"interface":"back","average":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.747},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.73199999999999998}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.52700000000000002},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.60599999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":160700,"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":"Thu Nov 16 01:27:36 2023","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.443},{"interface":"front","average":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.47899999999999998}]},{"osd":1,"last update":"Thu Nov 16 01:27:36 2023","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":8.0009999999999994,"5min":8.0009999999999994,"15min":8.0009999999999994},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.59399999999999997}]},{"osd":3,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.50700000000000001}]},{"osd":4,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.63500000000000001},{"interface":"front","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.61899999999999999}]},{"osd":5,"last update":"Thu Nov 16 01:27:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.72399999999999998}]},{"osd":6,"last update":"Thu Nov 16 01:27:48 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.66900000000000004}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.753}]}]},{"osd":0,"up_from":16,"seq":68719476760,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:38 2023","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.499},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.48499999999999999}]},{"osd":2,"last update":"Thu Nov 16 01:27:38 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.39200000000000002}]},{"osd":3,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.54200000000000004}]},{"osd":4,"last update":"Thu Nov 16 01:27:42 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.40500000000000003},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.58399999999999996}]},{"osd":5,"last update":"Thu Nov 16 01:27:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.51000000000000001}]},{"osd":6,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.47399999999999998}]},{"osd":7,"last update":"Thu Nov 16 01:27:59 2023","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.55200000000000005}]}]},{"osd":1,"up_from":21,"seq":90194313239,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:39 2023","interfaces":[{"interface":"back","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.45300000000000001},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.49199999999999999}]},{"osd":2,"last update":"Thu Nov 16 01:27:39 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.47199999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.443}]},{"osd":4,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.54400000000000004}]},{"osd":5,"last update":"Thu Nov 16 01:27:52 2023","interfaces":[{"interface":"back","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.42899999999999999}]},{"osd":6,"last update":"Thu Nov 16 01:27:48 2023","interfaces":[{"interface":"back","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.58899999999999997}]},{"osd":7,"last update":"Thu Nov 16 01:27:58 2023","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.55100000000000005}]}]},{"osd":4,"up_from":26,"seq":111669149717,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.20899999999999999,"5min":0.20899999999999999,"15min":0.20899999999999999},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.44}]},{"osd":1,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":1.087,"5min":1.087,"15min":1.087},"last":0.41399999999999998}]},{"osd":2,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.318},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.35499999999999998}]},{"osd":3,"last update":"Thu Nov 16 01:27:43 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.98899999999999999,"5min":0.98899999999999999,"15min":0.98899999999999999},"last":0.47599999999999998}]},{"osd":5,"last update":"Thu Nov 16 01:27:56 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.52700000000000002}]},{"osd":6,"last update":"Thu Nov 16 01:27:49 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.56100000000000005}]},{"osd":7,"last update":"Thu Nov 16 01:28:02 2023","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.90500000000000003,"5min":0.90500000000000003,"15min":0.90500000000000003},"last":0.59299999999999997}]}]},{"osd":3,"up_from":27,"seq":115964117013,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297492,"kb_used_data":396,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443564,"statfs":{"total":95990841344,"available":95686209536,"internally_reserved":0,"allocated":405504,"data_stored":161063,"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":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.34200000000000003}]},{"osd":1,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.27800000000000002},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.29299999999999998}]},{"osd":2,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.437},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.40799999999999997}]},{"osd":4,"last update":"Thu Nov 16 01:27:44 2023","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.39100000000000001}]},{"osd":5,"last update":"Thu Nov 16 01:27:55 2023","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.38},{"interface":"front","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.35099999999999998}]},{"osd":6,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.46200000000000002}]},{"osd":7,"last update":"Thu Nov 16 01:28:01 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.47499999999999998}]}]},{"osd":6,"up_from":31,"seq":133143986197,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297496,"kb_used_data":400,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443560,"statfs":{"total":95990841344,"available":95686205440,"internally_reserved":0,"allocated":409600,"data_stored":161378,"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":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.25900000000000001,"5min":0.25900000000000001,"15min":0.25900000000000001},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.443},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.434}]},{"osd":1,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.93000000000000005,"5min":0.93000000000000005,"15min":0.93000000000000005},"last":0.48399999999999999}]},{"osd":2,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.37},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"last":0.34300000000000003}]},{"osd":3,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.0980000000000001,"5min":1.0980000000000001,"15min":1.0980000000000001},"last":0.56599999999999995}]},{"osd":4,"last update":"Thu Nov 16 01:27:46 2023","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.52600000000000002}]},{"osd":5,"last update":"Thu Nov 16 01:27:53 2023","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.503},{"interface":"front","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":1.234,"5min":1.234,"15min":1.234},"last":0.60599999999999998}]},{"osd":7,"last update":"Thu Nov 16 01:28:00 2023","interfaces":[{"interface":"back","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.58899999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-16T01:28:13.264 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-16T01:28:13.264 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-16T01:28:13.265 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-16T01:28:13.265 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph health --format=json 2023-11-16T01:28:13.645 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/mon.smithi026/config 2023-11-16T01:28:14.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:13 smithi026 conmon[83720]: cluster 2023-11-16T01:28:12.592712+0000 mgr.smithi026.yidchs (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:14.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:13 smithi026 conmon[83720]: audit 2023-11-16T01:28:12.620526+0000 mgr.smithi026.yidchs (mgr.14180) 154 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:13 smithi155 conmon[87969]: cluster 2023-11-16T01:28:12.592712+0000 mgr.smithi026.yidchs (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:13 smithi155 conmon[87969]: audit 2023-11-16T01:28:12.620526+0000 mgr.smithi026.yidchs (mgr.14180) 154 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:15.535 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:16.178 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-16T01:28:16.178 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-16T01:28:16.178 INFO:tasks.cephadm:Setup complete, yielding 2023-11-16T01:28:16.178 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T01:28:16.187 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-11-16T01:28:16.188 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-16T01:28:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:15 smithi026 conmon[83720]: cluster 2023-11-16T01:28:14.593078+0000 mgr.smithi026.yidchs (mgr.14180) 155 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:15 smithi026 conmon[83720]: audit 2023-11-16T01:28:15.534698+0000 mon.smithi026 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.26:0/4121793908' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T01:28:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:15 smithi155 conmon[87969]: cluster 2023-11-16T01:28:14.593078+0000 mgr.smithi026.yidchs (mgr.14180) 155 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:15 smithi155 conmon[87969]: audit 2023-11-16T01:28:15.534698+0000 2023-11-16T01:28:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:15 smithi155 conmon[87969]: mon.smithi026 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.26:0/4121793908' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-16T01:28:18.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:18 smithi026 conmon[83720]: cluster 2023-11-16T01:28:16.593482 2023-11-16T01:28:18.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:18 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 156 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:18.210 INFO:teuthology.orchestra.run.smithi026.stdout:Backend: cephadm 2023-11-16T01:28:18.211 INFO:teuthology.orchestra.run.smithi026.stdout:Available: Yes 2023-11-16T01:28:18.211 INFO:teuthology.orchestra.run.smithi026.stdout:Paused: No 2023-11-16T01:28:18.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:18 smithi155 conmon[87969]: cluster 2023-11-16T01:28:16.593482+0000 mgr.smithi026.yidchs (mgr.14180) 156 : cluster 2023-11-16T01:28:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:18 smithi155 conmon[87969]: [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:18.818 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-16T01:28:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:20 smithi026 conmon[83720]: audit 2023-11-16T01:28:18.209841+0000 mgr.smithi026.yidchs (mgr.14180) 157 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:20 smithi026 conmon[83720]: cluster 2023-11-16T01:28:18.593751+0000 mgr.smithi026.yidchs (mgr.14180) 158 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:20 smithi026 conmon[83720]: audit 2023-11-16T01:28:19.908140+0000 mon.smithi026 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:28:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:20 smithi155 conmon[87969]: audit 2023-11-16T01:28:18.209841+0000 mgr.smithi026.yidchs (mgr.14180) 157 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:20 smithi155 conmon[87969]: cluster 2023-11-16T01 2023-11-16T01:28:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:20 smithi155 conmon[87969]: :28:18.593751+0000 mgr.smithi026.yidchs (mgr.14180) 158 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:20 smithi155 conmon[87969]: audit 2023-11-16T01:28:19.908140+0000 mon.smithi026 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:28:20.913 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (2m) 78s ago 4m - - 0.23.0 ba2b418f427c 1575a9eeda62 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (4m) 78s ago 4m - - 16.2.14-171-ged3c8e92 6be2081e30e3 9d9244a58861 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi155 smithi155 running (3m) 82s ago 3m 7461k - 16.2.14-171-ged3c8e92 6be2081e30e3 200d469f6d32 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (2m) 78s ago 3m - - 8.3.5 dad864ee21e9 d92960bab1c7 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.yidchs smithi026 *:9283 running (5m) 78s ago 5m - - 16.2.14-171-ged3c8e92 6be2081e30e3 5cbb9106dab5 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi155.xfvsfm smithi155 *:8443,9283 running (3m) 82s ago 3m 392M - 16.2.14-171-ged3c8e92 6be2081e30e3 0a522614f686 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (5m) 78s ago 5m - 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 fd16686c6d9e 2023-11-16T01:28:20.914 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi155 smithi155 running (3m) 82s ago 3m 67.7M 2048M 16.2.14-171-ged3c8e92 6be2081e30e3 b3572e82f67f 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (3m) 78s ago 3m - - 1.3.1 1dbe0e931976 144ee686dee3 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi155 smithi155 *:9100 running (2m) 82s ago 2m 20.1M - 1.3.1 1dbe0e931976 1113d750e2fa 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi155 running (116s) 82s ago 116s 32.4M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 ac4d8e932520 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (110s) 78s ago 110s - 3237M 16.2.14-171-ged3c8e92 6be2081e30e3 374aea2a57b6 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi155 running (111s) 82s ago 111s 34.3M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 36107396ddd3 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (104s) 78s ago 104s - 3237M 16.2.14-171-ged3c8e92 6be2081e30e3 e820e65bdf57 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi155 running (106s) 82s ago 106s 29.8M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 ce77b34d800d 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi026 running (96s) 78s ago 96s - 3237M 16.2.14-171-ged3c8e92 6be2081e30e3 b67e11a32a87 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi155 running (101s) 82s ago 100s 31.5M 4004M 16.2.14-171-ged3c8e92 6be2081e30e3 24e7c05f8b81 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi026 running (89s) 78s ago 88s - 3237M 16.2.14-171-ged3c8e92 6be2081e30e3 9af2177edd43 2023-11-16T01:28:20.915 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (2m) 78s ago 3m - - 2.33.4 514e6a882f6e 21c9b1879258 2023-11-16T01:28:21.758 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-16T01:28:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:22 smithi026 conmon[83720]: cluster 2023-11-16T01:28:20.594058+0000 mgr.smithi026.yidchs (mgr.14180) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:22 smithi026 conmon[83720]: audit 2023-11-16T01:28:20.904661+0000 mgr.smithi026.yidchs (mgr.14180) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:22 smithi026 conmon[83720]: audit 2023-11-16T01:28:21.728041+0000 mon.smithi026 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:22.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:22 smithi155 conmon[87969]: cluster 2023-11-16T01:28:20.594058+0000 mgr.smithi026.yidchs ( 2023-11-16T01:28:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:22 smithi155 conmon[87969]: mgr.14180) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:22 smithi155 conmon[87969]: audit 2023-11-16T01:28:20.904661+0000 mgr.smithi026.yidchs (mgr.14180) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:22 smithi155 conmon[87969]: audit 2023-11-16T01:28:21.728041+0000 mon.smithi026 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:24.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:24 smithi026 conmon[83720]: cluster 2023-11-16T01:28:22.594403+0000 mgr.smithi026.yidchs (mgr.14180) 161 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:24 smithi155 conmon[87969]: cluster 2023-11-16T01:28:22.594403+0000 mgr.smithi026.yidchs (mgr.14180) 161 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:24.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:24 smithi155 conmon[87969]: 2023-11-16T01:28:24.652 INFO:teuthology.orchestra.run.smithi026.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager ?:9093,9094 1/1 82s ago 4m count:1 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:crash 2/2 82s ago 4m * 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:grafana ?:3000 1/1 82s ago 4m count:1 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:mgr 2/2 82s ago 4m count:2 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:mon 2/2 82s ago 3m smithi026:172.21.15.26=smithi026;smithi155:172.21.15.155=smithi155;count:2 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter ?:9100 2/2 82s ago 4m * 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:osd.all-available-devices 8 82s ago 2m * 2023-11-16T01:28:24.653 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus ?:9095 1/1 82s ago 4m count:1 2023-11-16T01:28:25.740 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-16T01:28:26.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:26 smithi026 conmon[83720]: cluster 2023-11-16T01:28:24.594702+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:28:26.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:26 smithi026 conmon[83720]: ) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:26.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:26 smithi026 conmon[83720]: audit 2023-11-16T01:28:24.648365+0000 mgr.smithi026.yidchs (mgr.14180) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:26.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:26 smithi155 conmon[87969]: cluster 2023-11-16T01:28:24.594702+0000 mgr.smithi026.yidchs (mgr.14180) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:26 smithi155 conmon[87969]: audit 2023-11-16T01:28:24.648365+0000 mgr.smithi026.yidchs (mgr.14180) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:27 smithi026 conmon[83720]: audit 2023-11-16T01:28:26.022943+0000 mon.smithi026 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:27 smithi026 conmon[83720]: audit 2023-11-16T01:28:26.361194+0000 mon.smithi026 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:27 smithi026 conmon[83720]: audit 2023-11-16T01:28:26.361930+0000 mon.smithi026 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:28:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:27 smithi026 conmon[83720]: audit 2023-11-16T01:28:26.366108+0000 mon.smithi026 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:27 smithi026 conmon[83720]: audit 2023-11-16T01:28:26.369586+0000 mon.smithi026 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:28:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: audit 2023-11-16T01:28:26.022943+0000 mon.smithi026 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: audit 2023-11-16T01:28:26.361194+0000 mon.smithi026 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: audit 2023-11-16T01:28:26.361930+0000 mon.smithi026 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:28:27.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: audit 2023-11-16T01:28:26.366108+0000 mon.smithi026 (mon.0) 606 2023-11-16T01:28:27.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:27.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: audit 2023-11-16T01:28: 2023-11-16T01:28:27.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: 26.369586+0000 mon.smithi026 (mon.0) 607 : audit 2023-11-16T01:28:27.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:27 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:28:27.929 INFO:teuthology.orchestra.run.smithi026.stdout:HOST ADDR LABELS STATUS 2023-11-16T01:28:27.929 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 172.21.15.26 2023-11-16T01:28:27.929 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 172.21.15.155 2023-11-16T01:28:27.929 INFO:teuthology.orchestra.run.smithi026.stdout:2 hosts in cluster 2023-11-16T01:28:28.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:28 smithi026 conmon[83720]: cluster 2023-11-16T01:28:26.595136 2023-11-16T01:28:28.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:28 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:28.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:28 smithi155 conmon[87969]: cluster 2023-11-16T01:28:26.595136+0000 mgr.smithi026.yidchs (mgr.14180) 164 : cluster 2023-11-16T01:28:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:28 smithi155 conmon[87969]: [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:28.688 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-16T01:28:29.029 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:29 smithi026 conmon[83720]: audit 2023-11-16T01:28:27.927506+0000 mgr.smithi026.yidchs ( 2023-11-16T01:28:29.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:29 smithi026 conmon[83720]: mgr.14180) 165 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:29.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:29 smithi026 conmon[83720]: cluster 2023-11-16T01:28:28.595500+0000 mgr.smithi026.yidchs (mgr.14180) 166 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:29.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:29 smithi155 conmon[87969]: audit 2023-11-16T01:28:27.927506+0000 mgr.smithi026.yidchs (mgr.14180) 165 : audit 2023-11-16T01:28:29.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:29 smithi155 conmon[87969]: [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:29.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:29 smithi155 conmon[87969]: cluster 2023-11-16T01:28:28.595500+0000 mgr.smithi026.yidchs (mgr.14180) 166 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760020480DGN 447G 84s ago LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme1n1 ssd Linux_65ca9bd0792b4b5dcaff 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme2n1 ssd Linux_894324ef8b3d225d99ed 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme3n1 ssd Linux_ada1271114116fde0961 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme4n1 ssd Linux_a956e0dc4d535bbd413a 89.4G 84s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GW400BGN 372G 88s ago LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme1n1 ssd Linux_1ebae6790901395f5c60 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.713 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme2n1 ssd Linux_a4073309614f463984b4 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.714 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme3n1 ssd Linux_b5270d80920c3489dd37 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:30.714 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme4n1 ssd Linux_5867d02dbc57af1fc212 89.4G 88s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:31.379 INFO:teuthology.run_tasks:Running task vip... 2023-11-16T01:28:31.389 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-16T01:28:31.389 INFO:tasks.vip:peername 172.21.15.26 2023-11-16T01:28:31.393 INFO:tasks.vip:172.21.15.26 in 172.21.0.0/20, pos 3865 2023-11-16T01:28:31.397 INFO:tasks.vip:smithi026.front.sepia.ceph.com static 10.0.15.26, vnet 10.0.0.0/16 2023-11-16T01:28:31.398 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-16T01:28:31.398 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip route ls 2023-11-16T01:28:31.428 INFO:teuthology.orchestra.run.smithi026.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-11-16T01:28:31.428 INFO:teuthology.orchestra.run.smithi026.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2023-11-16T01:28:31.429 INFO:tasks.vip:Configuring 10.0.15.26 on smithi026.front.sepia.ceph.com iface ens1f0... 2023-11-16T01:28:31.429 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip addr add 10.0.15.26/16 dev ens1f0 2023-11-16T01:28:31.498 INFO:tasks.vip:peername 172.21.15.155 2023-11-16T01:28:31.501 INFO:tasks.vip:172.21.15.155 in 172.21.0.0/20, pos 3994 2023-11-16T01:28:31.505 INFO:tasks.vip:smithi155.front.sepia.ceph.com static 10.0.15.155, vnet 10.0.0.0/16 2023-11-16T01:28:31.506 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip route ls 2023-11-16T01:28:31.547 INFO:teuthology.orchestra.run.smithi155.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-11-16T01:28:31.547 INFO:teuthology.orchestra.run.smithi155.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.155 metric 100 2023-11-16T01:28:31.548 INFO:tasks.vip:Configuring 10.0.15.155 on smithi155.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T01:28:31.548 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr add 10.0.15.155/16 dev enp3s0f1 2023-11-16T01:28:31.617 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-16T01:28:31.629 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-11-16T01:28:31.629 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-16T01:28:32.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:31 smithi026 conmon[83720]: cluster 2023-11-16T01:28:30.595832+0000 mgr.smithi026.yidchs (mgr.14180) 167 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:32.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:31 smithi026 conmon[83720]: audit 2023-11-16T01:28:30.710542+0000 mgr.smithi026.yidchs (mgr.14180) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:32.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:31 smithi155 conmon[87969]: cluster 2023-11-16T01:28:30.595832+0000 mgr.smithi026.yidchs (mgr.14180) 167 : cluster 2023-11-16T01:28:32.100 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:31 smithi155 conmon[87969]: [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:32.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:31 smithi155 conmon[87969]: audit 2023-11-16T01:28:30.710542+0000 mgr.smithi026.yidchs (mgr.14180) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:33.685 INFO:teuthology.orchestra.run.smithi026.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-16T01:28:33.685 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB74760020480DGN 447G 87s ago LVM detected, locked 2023-11-16T01:28:33.686 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme1n1 ssd Linux_65ca9bd0792b4b5dcaff 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.686 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme2n1 ssd Linux_894324ef8b3d225d99ed 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.687 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme3n1 ssd Linux_ada1271114116fde0961 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.687 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme4n1 ssd Linux_a956e0dc4d535bbd413a 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.687 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GW400BGN 372G 91s ago LVM detected, locked 2023-11-16T01:28:33.688 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme1n1 ssd Linux_1ebae6790901395f5c60 89.4G 91s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.688 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme2n1 ssd Linux_a4073309614f463984b4 89.4G 91s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.688 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme3n1 ssd Linux_b5270d80920c3489dd37 89.4G 91s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:33.688 INFO:teuthology.orchestra.run.smithi026.stdout:smithi155 /dev/nvme4n1 ssd Linux_5867d02dbc57af1fc212 89.4G 91s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-16T01:28:34.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:33 smithi026 conmon[83720]: cluster 2023-11-16T01:28:32.596186+0000 mgr.smithi026.yidchs (mgr.14180) 169 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:34.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:33 smithi026 conmon[83720]: audit 2023-11-16T01:28:33.701729+0000 mon.smithi026 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:28:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:33 smithi155 conmon[87969]: cluster 2023-11-16T01:28:32.596186+0000 mgr.smithi026.yidchs ( 2023-11-16T01:28:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:33 smithi155 conmon[87969]: mgr.14180) 169 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:33 smithi155 conmon[87969]: audit 2023-11-16T01:28:33.701729+0000 mon.smithi026 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:28:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:33 smithi155 conmon[87969]: 2023-11-16T01:28:34.401 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-16T01:28:34.412 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.26/16' 2023-11-16T01:28:34.413 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch apply -i - 2023-11-16T01:28:35.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:34 smithi026 conmon[83720]: audit 2023-11-16T01:28:33.682030+0000 2023-11-16T01:28:35.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:34 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 170 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:35.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:34 smithi155 conmon[87969]: audit 2023-11-16T01:28:33.682030+0000 mgr.smithi026.yidchs (mgr.14180) 170 : 2023-11-16T01:28:35.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:34 smithi155 conmon[87969]: audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:36.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:35 smithi026 conmon[83720]: cluster 2023-11-16T01:28:34.596541+0000 mgr.smithi026.yidchs (mgr.14180) 171 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:36.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:35 smithi026 conmon[83720]: audit 2023-11-16T01:28:35.517374+0000 mon.smithi026 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:36.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:35 smithi155 conmon[87969]: cluster 2023-11-16T01:28:34.596541+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:28:36.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:35 smithi155 conmon[87969]: ) 171 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:36.102 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:35 smithi155 conmon[87969]: audit 2023-11-16T01:28:35.517374+0000 mon.smithi026 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:37.181 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled rgw.foo update... 2023-11-16T01:28:37.181 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled ingress.rgw.foo update... 2023-11-16T01:28:37.995 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T01:28:38.004 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-11-16T01:28:38.004 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:28:38.111 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:37 smithi026 conmon[83720]: cluster 2023-11-16T01:28:36.597008+0000 mgr.smithi026.yidchs (mgr.14180) 172 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:38.111 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:37 smithi026 conmon[83720]: audit 2023-11-16T01:28:37.177867+0000 mon.smithi026 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:38.111 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:37 smithi026 conmon[83720]: audit 2023-11-16T01:28:37.180337+0000 mon.smithi026 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:38.116 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:37 smithi155 conmon[87969]: cluster 2023-11-16T01:28:36.597008+0000 mgr.smithi026.yidchs (mgr.14180) 172 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:38.116 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:37 smithi155 conmon[87969]: audit 2023-11-16T01:28:37.177867+0000 mon.smithi026 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:38.116 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:37 smithi155 conmon[87969]: audit 2023-11-16T01:28:37.180337+0000 mon.smithi026 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:38 smithi155 conmon[87969]: audit 2023-11-16T01:28:37.171079 2023-11-16T01:28:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:38 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 173 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:38 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:37.174922+0000 mgr.smithi026.yidchs (mgr.14180) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-16T01:28:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:38 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:37.178259+0000 mgr.smithi026.yidchs (mgr.14180) 175 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-16T01:28:39.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:38 smithi026 conmon[83720]: audit 2023-11-16T01:28:37.171079+0000 mgr.smithi026.yidchs 2023-11-16T01:28:39.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:38 smithi026 conmon[83720]: (mgr.14180) 173 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-16T01:28:39.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:38 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:37.174922+0000 mgr.smithi026.yidchs (mgr.14180) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-16T01:28:39.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:38 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:37.178259+0000 mgr.smithi026.yidchs (mgr.14180) 175 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-11-16T01:28:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:39 smithi155 conmon[87969]: cluster 2023-11-16T01:28:38.597305+0000 mgr.smithi026.yidchs (mgr.14180) 176 : cluster [DBG] 2023-11-16T01:28:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:39 smithi155 conmon[87969]: pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:40.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:39 smithi155 conmon[87969]: audit 2023-11-16T01:28:38.958648+0000 mon.smithi026 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:40.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:39 smithi026 conmon[83720]: cluster 2023-11-16T01:28:38.597305+0000 mgr.smithi026.yidchs 2023-11-16T01:28:40.249 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:39 smithi026 conmon[83720]: (mgr.14180) 176 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:40.249 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:39 smithi026 conmon[83720]: audit 2023-11-16T01:28:38.958648+0000 mon.smithi026 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:40.699 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:40.699 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:37.174961Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:28:41.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:41 smithi026 conmon[83720]: audit 2023-11-16T01:28:40.300982+0000 mon.smithi026 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:41.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:41 smithi026 conmon[83720]: cluster 2023-11-16T01:28:40.597638+0000 mgr.smithi026.yidchs (mgr.14180) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:41.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:41 smithi026 conmon[83720]: audit 2023-11-16T01:28:40.694300+0000 mgr.smithi026.yidchs (mgr.14180) 178 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:41.567 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:28:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:41 smithi155 conmon[87969]: audit 2023-11-16T01:28:40.300982+0000 mon.smithi026 (mon.0) 613 : audit 2023-11-16T01:28:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:41 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:41 smithi155 conmon[87969]: cluster 2023-11-16T01:28:40.597638+0000 mgr.smithi026.yidchs (mgr.14180) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:41 smithi155 conmon[87969]: audit 2023-11-16T01:28:40.694300+0000 mgr.smithi026.yidchs (mgr.14180) 178 2023-11-16T01:28:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:41 smithi155 conmon[87969]: : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:42.568 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:28:43.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:43 smithi026 conmon[83720]: cluster 2023-11-16T01:28:42.598000+0000 mgr.smithi026.yidchs (mgr.14180) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:43.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:43 smithi155 conmon[87969]: cluster 2023-11-16T01:28:42.598000+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:28:43.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:43 smithi155 conmon[87969]: .14180) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:45.320 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:45.321 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:28:46.043 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: cluster 2023-11-16T01:28:44.598294+0000 mgr.smithi026.yidchs (mgr.14180) 180 : cluster [DBG] 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:44.962532+0000 mon.smithi026 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:44.963477+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:44.964177+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:28:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:44.968239+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:44.972357+0000 mon.smithi026 (mon.0) 618 : 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 2023-11-16T01:28: 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 44.976988+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 181 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 2023-11-16T01 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: :28:44.980215+0000 mon.smithi026 ( 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: -16T01:28:44.980738 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: +0000 mon.smithi026 (mon.0) 620 : audit 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.llbbqp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: -11-16T01:28:44.983386+0000 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: mon.smithi026 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.llbbqp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11- 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 16T01:28:44.987104+0000 mon.smithi026 ( 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:28:46.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: T01:28:44.987785+0000 mon.smithi026 (mon. 2023-11-16T01:28:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 0) 623 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: cephadm 2023-11-16T01 2023-11-16T01:28:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: :28:44.988397+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:28:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:45 smithi155 conmon[87969]: 182 : cephadm [INF] Deploying daemon rgw.foo.smithi155.llbbqp on smithi155 2023-11-16T01:28:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: cluster 2023-11-16T01:28:44.598294+0000 mgr.smithi026.yidchs (mgr.14180) 180 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.962532+0000 mon.smithi026 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.963477+0000 mon.smithi026 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.964177+0000 mon.smithi026 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.968239+0000 mon.smithi026 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.972357+0000 mon.smithi026 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: cephadm 2023-11-16T01: 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: 28:44.976988+0000 mgr.smithi026.yidchs (mgr.14180) 181 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.980215+0000 mon.smithi026 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.980738+0000 mon.smithi026 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.llbbqp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.983386+0000 mon.smithi026 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.llbbqp", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.987104+0000 mon.smithi026 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: audit 2023-11-16T01:28:44.987785+0000 mon.smithi026 (mon.0) 623 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:45 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:44.988397+0000 mgr.smithi026.yidchs (mgr.14180) 182 : cephadm [INF] Deploying daemon rgw.foo.smithi155.llbbqp on smithi155 2023-11-16T01:28:47.044 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:28:47.237 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:46 smithi155 conmon[87969]: audit 2023-11-16T01:28:45.316611+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:28:47.237 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:46 smithi155 conmon[87969]: .14180) 183 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:47.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:46 smithi026 conmon[83720]: audit 2023-11-16T01:28:45.316611+0000 mgr.smithi026.yidchs (mgr.14180) 183 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: cluster 2023-11-16T01:28:46.598681+0000 mgr.smithi026.yidchs (mgr.14180) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.845745+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.846878+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.xibsjb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.849510+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.xibsjb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.852740+0000 mon.smithi026 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:47 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.853307+0000 mon.smithi026 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: cluster 2023-11-16T01:28:46.598681+0000 mgr.smithi026.yidchs 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: (mgr.14180) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.845745+0000 mon.smithi026 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.846878+0000 mon.smithi026 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.xibsjb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.849510+0000 mon.smithi026 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.xibsjb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.852740+0000 mon.smithi026 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:48.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:47 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.853307+0000 mon.smithi026 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:49.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:48 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:47.853858+0000 mgr.smithi026.yidchs (mgr.14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi026.xibsjb on smithi026 2023-11-16T01:28:49.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:48 smithi026 conmon[83720]: cluster 2023-11-16T01:28:47.973048+0000 mon.smithi026 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T01:28:49.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:48 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.974548+0000 mon.smithi155 (mon.1) 19 : audit [INF] from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T01:28:49.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:48 smithi026 conmon[83720]: audit 2023-11-16T01:28:47.975245+0000 mon.smithi026 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T01:28:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:47.853858+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:28:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: 14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi026.xibsjb on smithi026 2023-11-16T01:28:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: cluster 2023-11-16T01:28:47.973048+0000 mon.smithi026 (mon.0) 629 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-16T01:28:49.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.974548+0000 mon.smithi155 (mon.1) 19 : audit [INF] 2023-11-16T01:28:49.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T01:28:49.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:48 smithi155 conmon[87969]: audit 2023-11-16T01:28:47.975245+0000 mon.smithi026 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-11-16T01:28:49.307 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:49.307 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:28:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:49 smithi155 conmon[87969]: cluster 2023-11-16T01:28:48.599016+0000 mgr.smithi026.yidchs (mgr.14180) 186 : cluster [DBG] pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:49 smithi155 conmon[87969]: audit 2023-11-16T01:28:48.978319+0000 2023-11-16T01:28:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:49 smithi155 conmon[87969]: mon.smithi026 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-16T01:28:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:49 smithi155 conmon[87969]: cluster 2023-11-16T01:28:48.978502+0000 mon.smithi026 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T01:28:50.331 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:49 smithi026 conmon[83720]: cluster 2023-11-16T01:28:48.599016+0000 2023-11-16T01:28:50.331 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:49 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 186 : cluster [DBG] pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:50.331 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:49 smithi026 conmon[83720]: audit 2023-11-16T01:28:48.978319+0000 mon.smithi026 (mon.0) 631 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-11-16T01:28:50.331 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:49 smithi026 conmon[83720]: cluster 2023-11-16T01:28:48.978502+0000 mon.smithi026 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-16T01:28:50.833 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:28:51.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:50 smithi026 conmon[83720]: audit 2023-11-16T01:28 2023-11-16T01:28:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:50 smithi026 conmon[83720]: :49.301697+0000 mgr.smithi026.yidchs (mgr.14180) 187 : audit [DBG] from='client.24345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:50 smithi026 conmon[83720]: cluster 2023-11-16T01:28:49.982333+0000 mon.smithi026 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T01:28:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:50 smithi026 conmon[83720]: audit 2023-11-16T01:28:49.984066+0000 mon.smithi155 (mon.1) 20 : audit [INF] from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T01:28:51.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:50 smithi026 conmon[83720]: audit 2023-11-16T01:28:49.984518+0000 mon.smithi026 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T01:28:51.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: audit 2023-11-16T01:28:49.301697+0000 mgr.smithi026.yidchs (mgr.14180) 187 : audit 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: [DBG] from='client.24345 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: cluster 2023-11-16T01:28:49.982333+0000 mon.smithi026 (mon.0) 633 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: 2023-11-16T01:28:49.984066+0000 mon.smithi155 (mon.1) 20 : audit [INF] from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: audit 2023-11-16T01:28:49.984518+0000 2023-11-16T01:28:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:50 smithi155 conmon[87969]: mon.smithi026 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-11-16T01:28:51.835 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: cluster 2023-11-16T01:28:50.599491+0000 mgr.smithi026.yidchs (mgr.14180) 188 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: : cluster [DBG] pgmap v157: 65 pgs: 2 creating+activating, 55 unknown, 8 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:50.988629+0000 mon.smithi026 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: cluster 2023-11-16T01:28:50.988778+0000 mon.smithi026 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.915105+0000 mon.smithi026 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.916302+0000 mon.smithi026 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.zxxzxm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.919090+0000 mon.smithi026 (mon.0) 639 : 2023-11-16T01:28:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.zxxzxm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:52.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.922525+0000 mon.smithi026 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:52.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: audit 2023-11-16T01:28:51 2023-11-16T01:28:52.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: .923181+0000 mon.smithi026 (mon.0) 641 : audit 2023-11-16T01:28:52.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:51 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: cluster 2023-11-16T01:28:50.599491+0000 mgr.smithi026.yidchs (mgr.14180) 188 : cluster [DBG] pgmap v157: 65 pgs: 2 creating+activating, 55 unknown, 8 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:50.988629+0000 mon.smithi026 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: cluster 2023-11-16T01:28:50.988778+0000 mon.smithi026 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.915105+0000 mon.smithi026 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.916302+0000 mon.smithi026 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.zxxzxm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.919090+0000 mon.smithi026 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi155.zxxzxm", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.922525+0000 mon.smithi026 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:52.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:51 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.923181+0000 mon.smithi026 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:53.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:51. 2023-11-16T01:28:53.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: 923754+0000 mgr.smithi026.yidchs (mgr.14180) 189 : cephadm [INF] Deploying daemon rgw.foo.smithi155.zxxzxm on smithi155 2023-11-16T01:28:53.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: cluster 2023-11-16T01:28:51.992366+0000 mon.smithi026 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T01:28:53.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.993173+0000 mon.smithi026 (mon.0) 643 : audit [INF] from='client.? 172.21.15.26:0/2100670203' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:53.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.994971+0000 mon.smithi155 (mon.1) 21 : audit [INF] from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:53.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:52 smithi026 conmon[83720]: audit 2023-11-16T01:28:51.995841+0000 mon.smithi026 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:51.923754+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:28:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: ) 189 : cephadm [INF] Deploying daemon rgw.foo.smithi155.zxxzxm on smithi155 2023-11-16T01:28:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: cluster 2023-11-16T01:28:51.992366+0000 mon.smithi026 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-16T01:28:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.993173+0000 mon.smithi026 (mon.0) 643 : audit [INF] from='client.? 172.21.15.26:0/2100670203' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.994971+0000 mon.smithi155 (mon.1) 21 : audit [INF] from='client.? 172.21.15.155:0/3844940623' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:53.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:52 smithi155 conmon[87969]: audit 2023-11-16T01:28:51.995841+0000 mon.smithi026 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-11-16T01:28:54.090 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:54 smithi026 conmon[83720]: cluster 2023-11-16T01:28:52.600008+0000 mgr.smithi026.yidchs (mgr.14180) 190 : cluster [DBG] pgmap v160: 97 pgs: 10 creating+peering, 2 creating+activating, 38 unknown, 47 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:54.090 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:54 smithi026 conmon[83720]: audit 2023-11-16T01:28:52.996945+0000 mon.smithi026 (mon.0) 645 : audit [INF] from='client.? 172.21.15.26:0/2100670203' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T01:28:54.090 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:54 smithi026 conmon[83720]: audit 2023-11-16T01:28:52.997039+0000 mon.smithi026 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T01:28:54.090 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:54 smithi026 conmon[83720]: cluster 2023-11-16T01:28:52.997236+0000 mon.smithi026 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T01:28:54.279 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:54.279 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:28:54.380 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:54 smithi155 conmon[87969]: cluster 2023-11-16T01:28:52. 2023-11-16T01:28:54.380 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:54 smithi155 conmon[87969]: 600008+0000 mgr.smithi026.yidchs (mgr.14180) 190 : cluster [DBG] pgmap v160: 97 pgs: 10 creating+peering, 2 creating+activating, 38 unknown, 47 active+clean; 965 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:28:54.380 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:54 smithi155 conmon[87969]: audit 2023-11-16T01:28:52.996945+0000 mon.smithi026 (mon.0) 645 : audit [INF] from='client.? 172.21.15.26:0/2100670203' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T01:28:54.380 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:54 smithi155 conmon[87969]: audit 2023-11-16T01:28:52.997039+0000 mon.smithi026 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-11-16T01:28:54.380 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:54 smithi155 conmon[87969]: cluster 2023-11-16T01:28:52.997236+0000 mon.smithi026 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-16T01:28:55.137 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:28:55.382 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: cluster 2023-11-16T01:28:54.081373+0000 mon.smithi026 (mon.0) 648 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T01:28:55.382 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.082787+0000 mon.smithi026 (mon.0) 649 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.382 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.084053+0000 mon.smithi155 (mon.1) 22 : audit [INF] from='client.? 172.21.15.155:0/3511185659' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.094587+0000 mon.smithi026 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.274657+0000 mgr.smithi026.yidchs (mgr.14180) 191 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.451891+0000 mon.smithi026 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.453271+0000 mon.smithi026 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.bmapbt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.456987+0000 mon.smithi026 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.bmapbt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.460990+0000 mon.smithi026 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:54.461659+0000 mon.smithi026 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:54.462358+0000 mgr.smithi026.yidchs (mgr.14180) 192 : cephadm [INF] Deploying daemon rgw.foo.smithi026.bmapbt on smithi026 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: cluster 2023-11-16T01:28:54.600396+0000 mgr.smithi026.yidchs (mgr.14180) 193 : cluster [DBG] pgmap v163: 129 pgs: 10 creating+peering, 65 unknown, 54 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 392 B/s wr, 1 op/s 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:55.082234+0000 mon.smithi026 (mon.0) 656 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:55.082424+0000 mon.smithi026 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: cluster 2023-11-16T01:28:55.082511+0000 mon.smithi026 (mon.0) 658 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T01:28:55.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:55 smithi026 conmon[83720]: audit 2023-11-16T01:28:55.083927+0000 mon.smithi026 (mon.0) 659 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: cluster 2023-11-16T01:28:54.081373+0000 mon.smithi026 (mon.0) 648 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-16T01:28:55.637 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.082787+0000 mon.smithi026 (mon.0) 649 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.084053+0000 mon.smithi155 (mon.1) 22 : audit [INF] from='client.? 172.21.15.155:0/3511185659' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.094587+0000 mon.smithi026 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.274657+0000 mgr.smithi026.yidchs (mgr.14180) 191 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.451891+0000 mon.smithi026 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.453271+0000 mon.smithi026 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.bmapbt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.456987+0000 mon.smithi026 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi026.bmapbt", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.460990+0000 mon.smithi026 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:54.461659+0000 mon.smithi026 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:54.462358+0000 mgr.smithi026.yidchs (mgr.14180) 192 : cephadm [INF] Deploying daemon rgw.foo.smithi026.bmapbt on smithi026 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: cluster 2023-11-16T01:28:54.600396+0000 mgr.smithi026.yidchs (mgr.14180) 193 : cluster [DBG] pgmap v163: 129 pgs: 10 creating+peering, 65 unknown, 54 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 392 B/s wr, 1 op/s 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:55.082234+0000 mon.smithi026 (mon.0) 656 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T01:28:55.638 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:55.082424+0000 mon.smithi026 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-11-16T01:28:55.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: cluster 2023-11-16T01:28:55.082511+0000 mon.smithi026 (mon.0) 2023-11-16T01:28:55.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: 658 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-16T01:28:55.639 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:55 smithi155 conmon[87969]: audit 2023-11-16T01:28:55.083927+0000 mon.smithi026 (mon.0) 659 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:56.138 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:28:56.183 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: audit 2023-11-16T01:28:55 2023-11-16T01:28:56.183 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: .086179+0000 mon.smithi155 (mon.1) 23 : audit [INF] from='client.? 172.21.15.155:0/3511185659' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:56.184 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: audit 2023-11-16T01:28:55.087685+0000 mon.smithi026 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:56.184 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: audit 2023-11-16T01:28:56.083603+0000 mon.smithi026 (mon.0) 661 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T01:28:56.184 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: audit 2023-11-16T01:28:56.083658+0000 mon.smithi026 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T01:28:56.184 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:56 smithi026 conmon[83720]: cluster 2023-11-16T01:28:56.083714+0000 mon.smithi026 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T01:28:56.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: audit 2023-11-16T01:28:55.086179+0000 mon.smithi155 (mon.1) 23 : audit [INF] from='client.? 172.21.15.155:0/3511185659' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: audit 2023-11-16T01:28:55.087685+0000 mon.smithi026 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: audit 2023-11-16T01:28:56.083603+0000 mon.smithi026 (mon.0) 661 : audit [INF] from='client.? 172.21.15.26:0/1195536247' entity='client.rgw.foo.smithi026.xibsjb' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: audit 2023 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: -11-16T01:28:56.083658+0000 mon.smithi026 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi155.llbbqp' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: cluster 2023-11-16T01:28:56.083714+0000 2023-11-16T01:28:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:56 smithi155 conmon[87969]: mon.smithi026 (mon.0) 663 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-16T01:28:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:57 smithi155 conmon[87969]: cluster 2023-11-16T01:28:56.600767+0000 mgr.smithi026.yidchs (mgr.14180) 194 : cluster [DBG] pgmap v166: 129 pgs: 6 creating+peering, 35 unknown, 88 active+clean; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 3.0 KiB/s wr, 136 op/s 2023-11-16T01:28:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:57 smithi155 conmon[87969]: 2023-11-16T01:28:57.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:57 smithi026 conmon[83720]: cluster 2023-11-16T01:28:56.600767+0000 mgr.smithi026.yidchs (mgr.14180) 194 : cluster [DBG] pgmap v166: 129 pgs: 6 creating+peering, 35 unknown, 88 active+clean; 2.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 64 KiB/s rd, 3.0 KiB/s wr, 136 op/s 2023-11-16T01:28:58.926 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:28:58.926 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:28:59.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: audit 2023-11-16T01:28:58.598279 2023-11-16T01:28:59.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:59.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: cluster 2023-11-16T01:28:58.601422+0000 mgr.smithi026.yidchs (mgr.14180) 195 : cluster [DBG] pgmap v167: 129 pgs: 6 creating+peering, 2 unknown, 121 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 KiB/s rd, 5.7 KiB/s wr, 440 op/s 2023-11-16T01:28:59.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: audit 2023-11-16T01:28:58.606317+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:59.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: cephadm 2023-11-16T01:28:58.620552+0000 mgr.smithi026.yidchs (mgr.14180) 196 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.ddlodo on smithi155 2023-11-16T01:28:59.864 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:28:59 smithi026 conmon[83720]: audit 2023-11-16T01:28:58.921897+0000 mgr.smithi026.yidchs (mgr.14180) 197 : audit [DBG] from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:28:59.864 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:28:59.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:59 smithi155 conmon[87969]: audit 2023-11-16T01:28:58.598279+0000 mon.smithi026 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:59.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:59 smithi155 conmon[87969]: cluster 2023-11-16T01:28:58.601422+0000 mgr.smithi026.yidchs (mgr.14180) 195 : cluster [DBG] pgmap v167: 129 pgs: 6 creating+peering, 2 unknown, 121 active+clean; 4.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 KiB/s rd, 5.7 KiB/s wr, 440 op/s 2023-11-16T01:28:59.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:59 smithi155 conmon[87969]: audit 2023-11-16T01:28:58.606317+0000 mon.smithi026 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:28:59.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:59 smithi155 conmon[87969]: cephadm 2023-11-16T01:28:58.620552+0000 mgr.smithi026.yidchs (mgr.14180) 196 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.ddlodo on smithi155 2023-11-16T01:28:59.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:28:59 smithi155 conmon[87969]: audit 2023-11-16T01:28:58.921897+0000 mgr.smithi026.yidchs (mgr.14180) 197 : audit [DBG] from='client.24385 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:00.865 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:02.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:01 smithi026 conmon[83720]: cluster 2023-11-16T01:29:00.602110+0000 mgr.smithi026.yidchs (mgr.14180) 198 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 282 KiB/s rd, 5.2 KiB/s wr, 502 op/s 2023-11-16T01:29:02.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:01 smithi155 conmon[87969]: cluster 2023-11-16T01:29:00.602110+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:29:02.101 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:01 smithi155 conmon[87969]: 14180) 198 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 282 KiB/s rd, 5.2 KiB/s wr, 502 op/s 2023-11-16T01:29:03.001 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:03.001 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:03.654 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:04.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:03 smithi026 conmon[83720]: cluster 2023-11-16T01:29:02.602761+0000 mgr.smithi026.yidchs (mgr.14180) 199 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 KiB/s rd, 4.2 KiB/s wr, 672 op/s 2023-11-16T01:29:04.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:03 smithi026 conmon[83720]: audit 2023-11-16T01:29:02.763814+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:29:04.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:03 smithi026 conmon[83720]: audit 2023-11-16T01:29:02.996824+0000 mgr.smithi026.yidchs (mgr.14180) 200 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:03 smithi155 conmon[87969]: cluster 2023-11-16T01:29:02.602761+0000 mgr.smithi026.yidchs (mgr.14180) 199 : cluster 2023-11-16T01:29:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:03 smithi155 conmon[87969]: [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 KiB/s rd, 4.2 KiB/s wr, 672 op/s 2023-11-16T01:29:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:03 smithi155 conmon[87969]: audit 2023-11-16T01:29:02.763814+0000 mon.smithi026 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:29:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:03 smithi155 conmon[87969]: audit 2023-11-16T01:29: 2023-11-16T01:29:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:03 smithi155 conmon[87969]: 02.996824+0000 mgr.smithi026.yidchs (mgr.14180) 200 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:04.655 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:06.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:05 smithi155 conmon[87969]: cluster 2023-11-16T01:29:04.603239+0000 mgr.smithi026.yidchs (mgr.14180) 201 : cluster [DBG] 2023-11-16T01:29:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:05 smithi155 conmon[87969]: pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 335 KiB/s rd, 3.4 KiB/s wr, 557 op/s 2023-11-16T01:29:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:05 smithi026 conmon[83720]: cluster 2023-11-16T01:29:04.603239+0000 mgr.smithi026.yidchs (mgr.14180) 201 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 335 KiB/s rd, 3.4 KiB/s wr, 557 op/s 2023-11-16T01:29:06.802 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:06.802 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:07.437 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:07 smithi155 conmon[87969]: cluster 2023-11-16T01:29:06.603721+0000 mgr.smithi026.yidchs (mgr.14180) 202 : cluster [DBG] 2023-11-16T01:29:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:07 smithi155 conmon[87969]: pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 304 KiB/s rd, 2.2 KiB/s wr, 492 op/s 2023-11-16T01:29:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:07 smithi155 conmon[87969]: audit 2023-11-16T01:29:06.798090+0000 mgr.smithi026.yidchs (mgr.14180) 203 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:07 smithi155 conmon[87969]: audit 2023-11-16T01:29:07.770113+0000 mon.smithi026 (mon.0) 667 : audit [INF] 2023-11-16T01:29:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:07 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:29:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:07 smithi026 conmon[83720]: cluster 2023-11-16T01:29:06.603721+0000 mgr.smithi026.yidchs (mgr.14180) 202 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 304 KiB/s rd, 2.2 KiB/s wr, 492 op/s 2023-11-16T01:29:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:07 smithi026 conmon[83720]: audit 2023-11-16T01:29:06.798090+0000 mgr.smithi026.yidchs (mgr.14180) 203 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:07 smithi026 conmon[83720]: audit 2023-11-16T01:29:07.770113+0000 mon.smithi026 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:29:08.438 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:10.157 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:09 smithi026 conmon[83720]: cluster 2023-11-16T01:29:08.604223+0000 mgr.smithi026.yidchs (mgr.14180) 204 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 274 KiB/s rd, 1.9 KiB/s wr, 443 op/s 2023-11-16T01:29:10.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:09 smithi155 conmon[87969]: cluster 2023-11-16T01:29:08.604223+0000 mgr.smithi026.yidchs (mgr.14180) 204 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 274 KiB/s rd, 1.9 KiB/s wr, 443 op/s 2023-11-16T01:29:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:09 smithi155 conmon[87969]: 2023-11-16T01:29:10.578 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:10.578 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:11.329 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:12.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:11 smithi155 conmon[87969]: audit 2023-11-16T01:29:10.573532+0000 mgr.smithi026.yidchs (mgr.14180) 205 : audit 2023-11-16T01:29:12.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:11 smithi155 conmon[87969]: [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:12.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:11 smithi155 conmon[87969]: cluster 2023-11-16T01:29:10.604681+0000 mgr.smithi026.yidchs (mgr.14180) 206 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 KiB/s rd, 255 B/s wr, 284 op/s 2023-11-16T01:29:12.330 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:11 smithi026 conmon[83720]: audit 2023-11-16T01:29:10.573532+0000 mgr.smithi026.yidchs (mgr.14180) 205 2023-11-16T01:29:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:11 smithi026 conmon[83720]: : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:11 smithi026 conmon[83720]: cluster 2023-11-16T01:29:10.604681+0000 mgr.smithi026.yidchs (mgr.14180) 206 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 KiB/s rd, 255 B/s wr, 284 op/s 2023-11-16T01:29:14.039 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:13 smithi026 conmon[83720]: cluster 2023-11-16T01:29:12.605227+0000 mgr.smithi026.yidchs (mgr.14180) 207 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-16T01:29:14.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:13 smithi155 conmon[87969]: cluster 2023-11-16T01:29:12.605227+0000 mgr.smithi026.yidchs (mgr.14180) 207 : 2023-11-16T01:29:14.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:13 smithi155 conmon[87969]: cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-16T01:29:14.440 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:14.440 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:15.120 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:16.121 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:16.153 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:15 smithi026 conmon[83720]: audit 2023-11-16T01:29:14.435260+0000 mgr.smithi026.yidchs (mgr.14180) 208 : 2023-11-16T01:29:16.153 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:15 smithi026 conmon[83720]: audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:16.153 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:15 smithi026 conmon[83720]: cluster 2023-11-16T01:29:14.605764+0000 mgr.smithi026.yidchs (mgr.14180) 209 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-16T01:29:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:15 smithi155 conmon[87969]: audit 2023-11-16T01:29:14.435260+0000 mgr.smithi026.yidchs (mgr.14180) 208 2023-11-16T01:29:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:15 smithi155 conmon[87969]: : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:15 smithi155 conmon[87969]: cluster 2023-11-16T01:29:14.605764+0000 mgr.smithi026.yidchs (mgr.14180) 209 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-16T01:29:18.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:17 smithi026 conmon[83720]: cluster 2023-11-16T01:29:16.606322+0000 mgr.smithi026.yidchs (mgr.14180) 210 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-16T01:29:18.171 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:18.171 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:18.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:17 smithi155 conmon[87969]: cluster 2023-11-16T01:29:16.606322+0000 mgr.smithi026.yidchs (mgr.14180) 210 : cluster 2023-11-16T01:29:18.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:17 smithi155 conmon[87969]: [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 0 B/s wr, 46 op/s 2023-11-16T01:29:18.892 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:19.897 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:20.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:19 smithi155 conmon[87969]: audit 2023-11-16T01:29:18.166776+0000 mgr.smithi026.yidchs (mgr.14180) 211 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:20.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:19 smithi155 conmon[87969]: 2023-11-16T01:29:20.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:19 smithi155 conmon[87969]: cluster 2023-11-16T01:29:18.607051+0000 mgr.smithi026.yidchs (mgr.14180) 212 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-16T01:29:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:19 smithi026 conmon[83720]: audit 2023-11-16T01:29:18.166776+0000 mgr.smithi026.yidchs (mgr.14180) 211 : 2023-11-16T01:29:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:19 smithi026 conmon[83720]: audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:19 smithi026 conmon[83720]: cluster 2023-11-16T01:29:18.607051+0000 mgr.smithi026.yidchs (mgr.14180) 212 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 0 B/s wr, 18 op/s 2023-11-16T01:29:21.916 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:21.916 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:22.169 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:21 smithi026 conmon[83720]: cluster 2023-11-16T01:29:20.607463+0000 mgr.smithi026.yidchs (mgr.14180) 213 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:29:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:21 smithi155 conmon[87969]: cluster 2023-11-16T01:29:20.607463+0000 mgr.smithi026.yidchs (mgr.14180) 213 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.0 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:29:22.652 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:23.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:22 smithi026 conmon[83720]: audit 2023-11-16T01:29:21.912134+0000 mgr.smithi026.yidchs ( 2023-11-16T01:29:23.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:22 smithi026 conmon[83720]: mgr.14180) 214 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:23.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:22 smithi155 conmon[87969]: audit 2023-11-16T01:29:21.912134+0000 mgr.smithi026.yidchs (mgr.14180) 214 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:23.653 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:23 smithi026 conmon[83720]: cluster 2023-11-16T01:29:22.608171+0000 mgr.smithi026.yidchs ( 2023-11-16T01:29:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:23 smithi026 conmon[83720]: mgr.14180) 215 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-16T01:29:24.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:23 smithi155 conmon[87969]: cluster 2023-11-16T01:29:22.608171+0000 mgr.smithi026.yidchs (mgr.14180) 215 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.3 KiB/s rd, 0 B/s wr, 6 op/s 2023-11-16T01:29:25.885 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:36.670 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:36.671 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:25 smithi026 conmon[83720]: cluster 2023-11-16T01:29:24.608575+0000 mgr.smithi026.yidchs (mgr.14180) 216 : cluster [DBG] pgmap v180: 129 pgs: 129 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 2023-11-16T01:29:36.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:25 smithi155 conmon[87969]: cluster 2023-11-16T01:29:24.608575+0000 mgr.smithi026.yidchs (mgr.14180) 216 : cluster [DBG] pgmap v180: 129 pgs: 129 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 2023-11-16T01:29:36.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:26 smithi155 conmon[87969]: audit 2023-11-16T01:29:25.881239+0000 mgr.smithi026.yidchs (mgr.14180) 217 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:36.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:27 smithi155 conmon[87969]: cluster 2023-11-16T01:29:26.609019+0000 mgr.smithi026.yidchs (mgr.14180) 218 : cluster [DBG] 2023-11-16T01:29:36.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:27 smithi155 conmon[87969]: pgmap v181: 129 pgs: 129 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 2023-11-16T01:29:36.673 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:29 smithi155 conmon[87969]: cluster 2023-11-16T01:29:28.609547+0000 mgr.smithi026.yidchs (mgr.14180) 219 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.681 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:29 smithi155 conmon[87969]: 2023-11-16T01:29:36.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:31 smithi155 conmon[87969]: cluster 2023-11-16T01:29:30.610138+0000 mgr.smithi026.yidchs (mgr.14180) 220 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:33 smithi155 conmon[87969]: cluster 2023-11-16T01:29:32.610742+0000 mgr.smithi026.yidchs (mgr.14180) 221 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.720 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:35 smithi155 conmon[87969]: cluster 2023-11-16T01:29:34.611254+0000 mgr.smithi026.yidchs (mgr.14180) 222 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.720 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:26 smithi026 conmon[83720]: audit 2023-11-16T01:29:25.881239+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:26 smithi026 conmon[83720]: ) 217 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:27 smithi026 conmon[83720]: cluster 2023-11-16T01:29:26.609019+0000 mgr.smithi026.yidchs (mgr.14180) 218 : cluster [DBG] pgmap v181: 129 pgs: 129 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 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:29 smithi026 conmon[83720]: cluster 2023-11-16T01:29:28.609547+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:29 smithi026 conmon[83720]: ) 219 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:31 smithi026 conmon[83720]: cluster 2023-11-16T01:29:30.610138+0000 mgr.smithi026.yidchs (mgr.14180) 220 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:33 smithi026 conmon[83720]: cluster 2023-11-16T01:29:32.610742+0000 mgr.smithi026.yidchs (mgr.14180) 221 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:36.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:35 smithi026 conmon[83720]: cluster 2023-11-16T01:29:34.611254+0000 mgr.smithi026.yidchs (mgr.14180) 222 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:37.721 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:38.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:37 smithi026 conmon[83720]: cluster 2023-11-16T01:29:36.611865+0000 mgr.smithi026.yidchs ( 2023-11-16T01:29:38.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:37 smithi026 conmon[83720]: mgr.14180) 223 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:38.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:37 smithi155 conmon[87969]: cluster 2023-11-16T01:29:36.611865+0000 mgr.smithi026.yidchs (mgr.14180) 223 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:39.785 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:39.785 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:40.096 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:39 smithi026 conmon[83720]: cluster 2023-11-16T01:29:38.612496+0000 mgr.smithi026.yidchs (mgr.14180) 224 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:40.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:39 smithi155 conmon[87969]: cluster 2023-11-16T01:29:38.612496+0000 mgr.smithi026.yidchs (mgr.14180) 224 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:40.543 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:41.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:40 smithi155 conmon[87969]: audit 2023-11-16T01:29:39.780999+0000 mgr.smithi026.yidchs (mgr.14180) 225 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:41.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:40 smithi026 conmon[83720]: audit 2023-11-16T01:29:39.780999+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:29:41.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:40 smithi026 conmon[83720]: 225 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:41.543 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:42.238 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:41 smithi026 conmon[83720]: cluster 2023-11-16T01:29:40.612990 2023-11-16T01:29:42.239 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:41 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 226 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:42.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:41 smithi155 conmon[87969]: cluster 2023-11-16T01:29:40.612990+0000 mgr.smithi026.yidchs (mgr.14180) 226 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:43.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:42 smithi026 conmon[83720]: audit 2023-11-16T01:29:42.583168+0000 mon.smithi026 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2023-11-16T01:29:43.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:42 smithi155 conmon[87969]: audit 2023-11-16T01:29:42.583168+0000 mon.smithi026 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2023-11-16T01:29:43.612 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:43.612 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:43 smithi155 conmon[87969]: cluster 2023-11-16T01:29:42.613573+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:29:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:43 smithi155 conmon[87969]: ) 227 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:43 smithi155 conmon[87969]: audit 2023-11-16T01:29:42.916305+0000 mon.smithi026 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2023-11-16T01:29:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:43 smithi155 conmon[87969]: cluster 2023-11-16T01:29:42.916369+0000 mon.smithi026 (mon.0) 2023-11-16T01:29:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:43 smithi155 conmon[87969]: 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-16T01:29:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:43 smithi026 conmon[83720]: cluster 2023-11-16T01:29:42.613573+0000 mgr.smithi026.yidchs 2023-11-16T01:29:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:43 smithi026 conmon[83720]: (mgr.14180) 227 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:43 smithi026 conmon[83720]: audit 2023-11-16T01:29:42.916305+0000 mon.smithi026 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2023-11-16T01:29:44.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:43 smithi026 conmon[83720]: cluster 2023-11-16T01:29:42.916369+0000 mon.smithi026 (mon.0) 670 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-11-16T01:29:44.358 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:45.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:44 smithi155 conmon[87969]: audit 2023-11-16T01:29:43.608477+0000 mgr.smithi026.yidchs (mgr.14180) 228 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:45.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:44 smithi155 conmon[87969]: cluster 2023-11-16T01:29:43.917436+0000 mon.smithi026 (mon.0) 671 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-16T01:29:45.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:44 smithi026 conmon[83720]: audit 2023-11-16T01:29:43.608477+0000 mgr.smithi026.yidchs (mgr.14180) 228 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:45.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:44 smithi026 conmon[83720]: cluster 2023-11-16T01:29:43.917436+0000 mon.smithi026 (mon.0) 671 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-11-16T01:29:45.361 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:46.215 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:45 smithi026 conmon[83720]: cluster 2023-11-16T01:29:44.614239+0000 mgr.smithi026.yidchs (mgr.14180) 229 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:46.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:45 smithi155 conmon[87969]: cluster 2023-11-16T01:29:44.614239+0000 mgr.smithi026.yidchs (mgr.14180) 229 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:47.403 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:47.403 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:48.106 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:47 smithi155 conmon[87969]: cluster 2023-11-16T01:29:46.614684+0000 mgr.smithi026.yidchs (mgr.14180) 230 : 2023-11-16T01:29:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:47 smithi155 conmon[87969]: cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:47 smithi026 conmon[83720]: cluster 2023-11-16T01:29:46.614684+0000 mgr.smithi026.yidchs (mgr.14180) 230 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:49.107 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:49.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:48 smithi155 conmon[87969]: audit 2023-11-16T01:29:47.398018+0000 mgr.smithi026.yidchs (mgr.14180) 231 : audit 2023-11-16T01:29:49.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:48 smithi155 conmon[87969]: [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:49.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:48 smithi026 conmon[83720]: audit 2023-11-16T01:29:47.398018+0000 mgr.smithi026.yidchs (mgr.14180) 231 2023-11-16T01:29:49.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:48 smithi026 conmon[83720]: : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:50.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:49 smithi155 conmon[87969]: cluster 2023-11-16T01:29:48.615397+0000 mgr.smithi026.yidchs (mgr.14180) 232 : cluster [DBG] 2023-11-16T01:29:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:49 smithi155 conmon[87969]: pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:49 smithi026 conmon[83720]: cluster 2023-11-16T01:29:48.615397 2023-11-16T01:29:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:49 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 232 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:51.436 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:51.437 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:52.157 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:51 smithi155 conmon[87969]: cluster 2023-11-16T01:29:50.615839+0000 mgr.smithi026.yidchs (mgr.14180) 233 : 2023-11-16T01:29:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:51 smithi155 conmon[87969]: cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:51 smithi026 conmon[83720]: cluster 2023-11-16T01:29:50.615839+0000 mgr.smithi026.yidchs (mgr.14180) 233 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:53.158 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:53.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:52 smithi155 conmon[87969]: audit 2023-11-16T01:29:51.431201+0000 mgr.smithi026.yidchs (mgr.14180) 234 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:53.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:52 smithi026 conmon[83720]: audit 2023-11-16T01:29:51.431201+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:29:53.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:52 smithi026 conmon[83720]: .14180) 234 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:54.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:53 smithi155 conmon[87969]: cluster 2023-11-16T01:29:52.616547+0000 mgr.smithi026.yidchs (mgr.14180) 235 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:54.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:53 smithi026 conmon[83720]: cluster 2023-11-16T01:29:52. 2023-11-16T01:29:54.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:53 smithi026 conmon[83720]: 616547+0000 mgr.smithi026.yidchs (mgr.14180) 235 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:55.347 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:55.348 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:29:56.056 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:29:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:55 smithi155 conmon[87969]: cluster 2023-11-16T01:29:54.616964+0000 mgr.smithi026.yidchs (mgr.14180) 236 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:55 smithi026 conmon[83720]: cluster 2023-11-16T01:29:54.616964+0000 mgr.smithi026.yidchs (mgr.14180) 236 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:57.057 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:29:57.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:56 smithi155 conmon[87969]: audit 2023-11-16T01:29:55.343418+0000 mgr.smithi026.yidchs (mgr.14180) 237 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:56 smithi026 conmon[83720]: audit 2023-11-16T01:29:55.343418+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:29:57.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:56 smithi026 conmon[83720]: 237 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:29:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:57 smithi155 conmon[87969]: cluster 2023-11-16T01:29:56.617454+0000 mgr.smithi026.yidchs (mgr.14180) 238 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:57 smithi026 conmon[83720]: cluster 2023-11-16T01:29:56.617454 2023-11-16T01:29:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:57 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 238 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:29:59.250 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:29:59.251 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:00.041 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:29:59 smithi155 conmon[87969]: cluster 2023-11-16T01:29:58.618128+0000 mgr.smithi026.yidchs (mgr.14180) 239 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:29:59 smithi026 conmon[83720]: cluster 2023-11-16T01:29:58.618128+0000 mgr.smithi026.yidchs (mgr.14180) 239 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:01.042 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:01.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:00 smithi155 conmon[87969]: audit 2023-11-16T01:29:59.246559+0000 mgr.smithi026.yidchs (mgr.14180) 240 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:01.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:00 smithi155 conmon[87969]: cluster 2023-11-16T01:30:00.000107 2023-11-16T01:30:01.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:00 smithi155 conmon[87969]: +0000 mon.smithi026 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2023-11-16T01:30:01.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:00 smithi026 conmon[83720]: audit 2023-11-16T01:29:59 2023-11-16T01:30:01.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:00 smithi026 conmon[83720]: .246559+0000 mgr.smithi026.yidchs (mgr.14180) 240 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:01.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:00 smithi026 conmon[83720]: cluster 2023-11-16T01:30:00.000107+0000 mon.smithi026 (mon.0) 672 : cluster [INF] overall HEALTH_OK 2023-11-16T01:30:02.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:01 smithi155 conmon[87969]: cluster 2023-11-16T01:30:00.618717+0000 mgr.smithi026.yidchs (mgr.14180) 241 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:01 smithi026 conmon[83720]: cluster 2023-11-16T01:30:00.618717+0000 mgr.smithi026.yidchs (mgr.14180) 241 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:03.036 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:03.036 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:03.762 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:04.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:03 smithi026 conmon[83720]: cluster 2023-11-16T01:30:02.619327+0000 2023-11-16T01:30:04.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:03 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 242 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:04.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:03 smithi026 conmon[83720]: audit 2023-11-16T01:30:03.032574+0000 mgr.smithi026.yidchs (mgr.14180) 243 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:03 smithi155 conmon[87969]: cluster 2023-11-16T01:30:02.619327+0000 mgr.smithi026.yidchs (mgr.14180) 242 : cluster [DBG] 2023-11-16T01:30:04.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:03 smithi155 conmon[87969]: pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:04.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:03 smithi155 conmon[87969]: audit 2023-11-16T01:30:03.032574+0000 mgr.smithi026.yidchs (mgr.14180) 243 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:04.764 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:05 smithi155 conmon[87969]: cluster 2023-11-16T01:30:04.619974+0000 mgr.smithi026.yidchs (mgr.14180) 244 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:05 smithi155 conmon[87969]: 2023-11-16T01:30:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:05 smithi026 conmon[83720]: cluster 2023-11-16T01:30:04.619974+0000 2023-11-16T01:30:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:05 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 244 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:06.898 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:06.898 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:07.579 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:07 smithi155 conmon[87969]: cluster 2023-11-16T01:30:06.620425+0000 mgr.smithi026.yidchs (mgr.14180) 245 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:07 smithi155 conmon[87969]: 2023-11-16T01:30:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:07 smithi155 conmon[87969]: audit 2023-11-16T01:30:06.894268+0000 mgr.smithi026.yidchs (mgr.14180) 246 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:08.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:07 smithi026 conmon[83720]: cluster 2023-11-16T01:30:06.620425+0000 mgr.smithi026.yidchs (mgr.14180) 245 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:08.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:07 smithi026 conmon[83720]: audit 2023-11-16T01:30:06.894268+0000 mgr.smithi026.yidchs (mgr.14180) 246 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:08.580 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:10.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:09 smithi155 conmon[87969]: cluster 2023-11-16T01:30:08.620999+0000 mgr.smithi026.yidchs (mgr.14180) 247 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:10.254 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:09 smithi026 conmon[83720]: cluster 2023-11-16T01:30:08. 2023-11-16T01:30:10.254 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:09 smithi026 conmon[83720]: 620999+0000 mgr.smithi026.yidchs (mgr.14180) 247 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:10.678 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:10.678 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:11.387 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:12.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:11 smithi155 conmon[87969]: cluster 2023-11-16T01:30:10.621441+0000 mgr.smithi026.yidchs (mgr.14180) 248 : cluster 2023-11-16T01:30:12.305 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:11 smithi155 conmon[87969]: [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:12.306 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:11 smithi155 conmon[87969]: audit 2023-11-16T01:30:10.673781+0000 mgr.smithi026.yidchs (mgr.14180) 249 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:11 smithi026 conmon[83720]: cluster 2023-11-16T01:30:10.621441+0000 mgr.smithi026.yidchs (mgr.14180) 248 : 2023-11-16T01:30:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:11 smithi026 conmon[83720]: cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:11 smithi026 conmon[83720]: audit 2023-11-16T01:30:10.673781+0000 mgr.smithi026.yidchs (mgr.14180) 249 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:12.388 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:14.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:13 smithi026 conmon[83720]: cluster 2023-11-16T01:30:12.622012+0000 mgr.smithi026.yidchs (mgr.14180) 250 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:13 smithi155 conmon[87969]: cluster 2023-11-16T01:30:12.622012+0000 mgr.smithi026.yidchs (mgr.14180) 250 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:14.514 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:14.515 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:15.244 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:15 smithi155 conmon[87969]: audit 2023-11-16T01:30:14.510585+0000 mgr.smithi026.yidchs (mgr.14180) 251 : audit [DBG] 2023-11-16T01:30:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:15 smithi155 conmon[87969]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:15 smithi155 conmon[87969]: cluster 2023-11-16T01:30:14.622413+0000 mgr.smithi026.yidchs (mgr.14180) 252 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:16.245 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:16.277 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:15 smithi026 conmon[83720]: audit 2023-11-16T01:30:14.510585+0000 mgr.smithi026.yidchs (mgr.14180) 251 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:16.277 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:15 smithi026 conmon[83720]: 2023-11-16T01:30:16.277 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:15 smithi026 conmon[83720]: cluster 2023-11-16T01:30:14.622413+0000 mgr.smithi026.yidchs (mgr.14180) 252 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:18.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:17 smithi155 conmon[87969]: cluster 2023-11-16T01:30:16.623084+0000 mgr.smithi026.yidchs (mgr.14180) 253 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:18.333 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:18.333 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:17 smithi026 conmon[83720]: cluster 2023-11-16T01:30:16.623084+0000 mgr.smithi026.yidchs (mgr.14180) 253 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:19.067 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:20.068 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:19 smithi026 conmon[83720]: audit 2023-11-16T01:30:18.328484+0000 mgr.smithi026.yidchs (mgr.14180) 254 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:19 smithi026 conmon[83720]: cluster 2023-11-16T01:30:18.623561+0000 mgr.smithi026.yidchs (mgr.14180) 255 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:19 smithi155 conmon[87969]: audit 2023-11-16T01:30:18.328484+0000 mgr.smithi026.yidchs (mgr.14180) 254 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:19 smithi155 conmon[87969]: cluster 2023-11-16T01:30:18.623561+0000 mgr.smithi026.yidchs (mgr.14180) 255 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:22.133 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:22.133 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:21 smithi026 conmon[83720]: cluster 2023-11-16T01:30:20.623972+0000 mgr.smithi026.yidchs (mgr.14180) 256 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:22.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:21 smithi155 conmon[87969]: cluster 2023-11-16T01:30:20.623972+0000 mgr.smithi026.yidchs (mgr.14180) 256 : cluster [DBG] 2023-11-16T01:30:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:21 smithi155 conmon[87969]: pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:22.818 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:23.819 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:24.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:23 smithi026 conmon[83720]: audit 2023-11-16T01:30:22.129245+0000 mgr.smithi026.yidchs (mgr.14180) 257 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:24.318 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:23 smithi026 conmon[83720]: cluster 2023-11-16T01:30:22.624510+0000 mgr.smithi026.yidchs (mgr.14180) 258 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:23 smithi155 conmon[87969]: audit 2023-11-16T01:30:22.129245+0000 mgr.smithi026.yidchs (mgr.14180) 257 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:23 smithi155 conmon[87969]: 2023-11-16T01:30:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:23 smithi155 conmon[87969]: cluster 2023-11-16T01:30:22.624510+0000 mgr.smithi026.yidchs (mgr.14180) 258 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:25.921 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:25.922 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:26 smithi026 conmon[83720]: cluster 2023-11-16T01:30:24.624896+0000 mgr.smithi026.yidchs (mgr.14180) 259 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:26 smithi155 conmon[87969]: cluster 2023-11-16T01:30:24.624896+0000 mgr.smithi026.yidchs (mgr.14180) 259 : 2023-11-16T01:30:26.517 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:26 smithi155 conmon[87969]: cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:26.601 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:27 smithi026 conmon[83720]: audit 2023-11-16T01:30:25.917085+0000 mgr.smithi026.yidchs (mgr.14180) 260 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:27 smithi155 conmon[87969]: audit 2023-11-16T01:30:25.917085+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:30:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:27 smithi155 conmon[87969]: 260 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:27.604 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:28.333 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:28 smithi026 conmon[83720]: cluster 2023-11-16T01:30:26.625366+0000 mgr.smithi026.yidchs ( 2023-11-16T01:30:28.333 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:28 smithi026 conmon[83720]: mgr.14180) 261 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:28 smithi155 conmon[87969]: cluster 2023-11-16T01:30:26.625366+0000 mgr.smithi026.yidchs (mgr.14180) 261 : cluster [DBG] 2023-11-16T01:30:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:28 smithi155 conmon[87969]: pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:29.755 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:29.755 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:30.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:30 smithi026 conmon[83720]: cluster 2023-11-16T01:30:28.625921+0000 mgr.smithi026.yidchs (mgr.14180) 262 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:30.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:30 smithi155 conmon[87969]: cluster 2023-11-16T01:30:28.625921+0000 mgr.smithi026.yidchs (mgr.14180) 262 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:30.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:30 smithi155 conmon[87969]: 2023-11-16T01:30:30.535 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:31.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:31 smithi026 conmon[83720]: audit 2023-11-16T01:30:29.750375+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:30:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:31 smithi026 conmon[83720]: 263 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:31 smithi155 conmon[87969]: audit 2023-11-16T01:30:29.750375+0000 mgr.smithi026.yidchs (mgr.14180) 263 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:31.536 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:32.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:32 smithi026 conmon[83720]: cluster 2023-11-16T01:30:30.626431+0000 mgr.smithi026.yidchs 2023-11-16T01:30:32.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:32 smithi026 conmon[83720]: (mgr.14180) 264 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:32.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:32 smithi155 conmon[87969]: cluster 2023-11-16T01:30:30.626431+0000 mgr.smithi026.yidchs (mgr.14180) 264 : cluster 2023-11-16T01:30:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:32 smithi155 conmon[87969]: [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:33.586 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:33.586 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:34.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:34 smithi026 conmon[83720]: cluster 2023-11-16T01:30:32.627197+0000 mgr.smithi026.yidchs (mgr.14180) 265 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:34.315 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:34 smithi155 conmon[87969]: cluster 2023-11-16T01:30:32.627197+0000 mgr.smithi026.yidchs (mgr.14180) 265 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:35.319 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:35 smithi026 conmon[83720]: audit 2023-11-16T01:30:33.582098+0000 mgr.smithi026.yidchs (mgr.14180) 266 : 2023-11-16T01:30:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:35 smithi026 conmon[83720]: audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:35 smithi155 conmon[87969]: audit 2023-11-16T01:30:33.582098+0000 mgr.smithi026.yidchs (mgr.14180) 266 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:36.241 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:36 smithi026 conmon[83720]: cluster 2023-11-16T01:30:34.627820+0000 mgr.smithi026.yidchs ( 2023-11-16T01:30:36.241 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:36 smithi026 conmon[83720]: mgr.14180) 267 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:36 smithi155 conmon[87969]: cluster 2023-11-16T01:30:34.627820+0000 mgr.smithi026.yidchs (mgr.14180) 267 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:37.444 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:37.444 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:38.148 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:38 smithi026 conmon[83720]: cluster 2023-11-16T01:30:36.628270+0000 mgr.smithi026.yidchs (mgr.14180) 268 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:38 smithi155 conmon[87969]: cluster 2023-11-16T01:30:36.628270+0000 mgr.smithi026.yidchs (mgr.14180) 268 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:39.149 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:39 smithi026 conmon[83720]: audit 2023-11-16T01:30:37.439307+0000 mgr.smithi026.yidchs (mgr.14180) 269 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:39 smithi155 conmon[87969]: audit 2023-11-16T01:30:37.439307+0000 mgr.smithi026.yidchs (mgr.14180) 269 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:40.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:40 smithi026 conmon[83720]: cluster 2023-11-16T01:30:38.628901+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:30:40.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:40 smithi026 conmon[83720]: ) 270 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:40 smithi155 conmon[87969]: cluster 2023-11-16T01:30:38.628901+0000 mgr.smithi026.yidchs (mgr.14180) 270 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:41.211 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:41.211 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:41.915 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:42 smithi026 conmon[83720]: cluster 2023-11-16T01:30:40.629305+0000 mgr.smithi026.yidchs (mgr.14180) 271 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:42.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:42 smithi155 conmon[87969]: cluster 2023-11-16T01:30:40.629305+0000 mgr.smithi026.yidchs (mgr.14180) 271 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:42.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:42 smithi155 conmon[87969]: 2023-11-16T01:30:42.916 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:43 smithi026 conmon[83720]: audit 2023-11-16T01:30:41.206906+0000 mgr.smithi026.yidchs (mgr.14180) 272 2023-11-16T01:30:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:43 smithi026 conmon[83720]: : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:43.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:43 smithi155 conmon[87969]: audit 2023-11-16T01:30:41.206906+0000 mgr.smithi026.yidchs (mgr.14180) 272 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:44.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:44 smithi026 conmon[83720]: cluster 2023-11-16T01:30:42.630250+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:30:44.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:44 smithi026 conmon[83720]: .14180) 273 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:44 smithi155 conmon[87969]: cluster 2023-11-16T01:30:42.630250+0000 mgr.smithi026.yidchs (mgr.14180) 273 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:45.064 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:45.064 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:45.781 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:46.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:45 smithi026 conmon[83720]: cluster 2023-11-16T01:30:44.630642+0000 mgr.smithi026.yidchs (mgr.14180) 274 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:45 smithi155 conmon[87969]: cluster 2023-11-16T01:30:44.630642+0000 mgr.smithi026.yidchs (mgr.14180) 274 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:46.782 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:47.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:46 smithi026 conmon[83720]: audit 2023-11-16T01:30:45.059817+0000 mgr.smithi026.yidchs (mgr.14180) 275 : audit [DBG] 2023-11-16T01:30:47.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:46 smithi026 conmon[83720]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:46 smithi155 conmon[87969]: audit 2023-11-16T01:30:45.059817+0000 mgr.smithi026.yidchs (mgr.14180) 275 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:48.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:47 smithi026 conmon[83720]: cluster 2023-11-16T01:30:46.631225+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:30:48.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:47 smithi026 conmon[83720]: 14180) 276 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:47 smithi155 conmon[87969]: cluster 2023-11-16T01:30:46.631225+0000 mgr.smithi026.yidchs (mgr.14180) 276 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:48.861 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:48.861 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:49.555 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:49 smithi155 conmon[87969]: cluster 2023-11-16T01:30:48.631741+0000 mgr.smithi026.yidchs (mgr.14180) 277 : cluster 2023-11-16T01:30:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:49 smithi155 conmon[87969]: [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:49 smithi155 conmon[87969]: audit 2023-11-16T01:30:48.856411+0000 mgr.smithi026.yidchs (mgr.14180) 278 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:49 smithi026 conmon[83720]: cluster 2023-11-16T01:30:48.631741+0000 mgr.smithi026.yidchs (mgr.14180) 277 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:49 smithi026 conmon[83720]: audit 2023-11-16T01:30:48.856411+0000 mgr.smithi026.yidchs (mgr.14180) 278 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:50.555 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:51 smithi155 conmon[87969]: cluster 2023-11-16T01:30:50.632212+0000 mgr.smithi026.yidchs (mgr.14180) 279 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:52.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:51 smithi026 conmon[83720]: cluster 2023-11-16T01:30:50.632212+0000 mgr.smithi026.yidchs ( 2023-11-16T01:30:52.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:51 smithi026 conmon[83720]: mgr.14180) 279 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:52.686 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:52.686 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:53.374 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:53 smithi155 conmon[87969]: cluster 2023-11-16T01:30:52.632767+0000 mgr.smithi026.yidchs (mgr.14180) 280 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:53 smithi155 conmon[87969]: audit 2023-11-16T01:30:52.681774+0000 mgr.smithi026.yidchs (mgr.14180) 281 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:54.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:53 smithi026 conmon[83720]: cluster 2023-11-16T01:30:52.632767+0000 mgr.smithi026.yidchs (mgr.14180) 280 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:53 smithi026 conmon[83720]: audit 2023-11-16T01:30:52.681774+0000 mgr.smithi026.yidchs (mgr.14180) 281 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:54.375 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:56.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:55 smithi026 conmon[83720]: cluster 2023-11-16T01:30:54.633152+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:30:56.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:55 smithi026 conmon[83720]: .14180) 282 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:56.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:55 smithi155 conmon[87969]: cluster 2023-11-16T01:30:54.633152+0000 mgr.smithi026.yidchs (mgr.14180) 282 : cluster [DBG] 2023-11-16T01:30:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:55 smithi155 conmon[87969]: pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:56.459 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:30:56.459 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:30:57.052 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:30:58.053 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:30:58.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:57 smithi155 conmon[87969]: audit 2023-11-16T01:30:56.454022+0000 mgr.smithi026.yidchs (mgr.14180) 283 : audit [DBG] 2023-11-16T01:30:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:57 smithi155 conmon[87969]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:57 smithi155 conmon[87969]: cluster 2023-11-16T01:30:56.633595+0000 mgr.smithi026.yidchs (mgr.14180) 284 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:30:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:57 smithi026 conmon[83720]: audit 2023-11-16T01:30:56.454022+0000 mgr.smithi026.yidchs (mgr.14180) 283 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:30:58.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:57 smithi026 conmon[83720]: cluster 2023-11-16T01:30:56.633595+0000 mgr.smithi026.yidchs (mgr.14180) 284 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:00.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:59 smithi026 conmon[83720]: cluster 2023-11-16T01:30: 2023-11-16T01:31:00.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:30:59 smithi026 conmon[83720]: 58.634123+0000 mgr.smithi026.yidchs (mgr.14180) 285 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:00.238 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:00.238 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:00.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:59 smithi155 conmon[87969]: cluster 2023-11-16T01:30:58.634123+0000 mgr.smithi026.yidchs (mgr.14180) 285 : cluster 2023-11-16T01:31:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:30:59 smithi155 conmon[87969]: [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:00.957 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:01.958 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:02.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:01 smithi155 conmon[87969]: audit 2023-11-16T01:31:00.234287+0000 mgr.smithi026.yidchs (mgr.14180) 286 2023-11-16T01:31:02.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:01 smithi155 conmon[87969]: : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:02.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:01 smithi155 conmon[87969]: cluster 2023-11-16T01:31:00.634572+0000 mgr.smithi026.yidchs (mgr.14180) 287 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:01 smithi026 conmon[83720]: audit 2023-11-16T01:31:00.234287+0000 2023-11-16T01:31:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:01 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 286 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:01 smithi026 conmon[83720]: cluster 2023-11-16T01:31:00.634572+0000 mgr.smithi026.yidchs (mgr.14180) 287 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:04.095 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:03 smithi026 conmon[83720]: cluster 2023-11-16T01:31:02.635207+0000 mgr.smithi026.yidchs (mgr.14180) 288 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:04.119 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:04.119 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:04.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:03 smithi155 conmon[87969]: cluster 2023-11-16T01:31:02.635207+0000 mgr.smithi026.yidchs (mgr.14180) 288 : cluster [DBG] 2023-11-16T01:31:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:03 smithi155 conmon[87969]: pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:04.828 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:05.829 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:05 smithi155 conmon[87969]: audit 2023-11-16T01:31:04.115167+0000 mgr.smithi026.yidchs (mgr.14180) 289 : audit [DBG] 2023-11-16T01:31:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:05 smithi155 conmon[87969]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:05 smithi155 conmon[87969]: cluster 2023-11-16T01:31:04.635582+0000 mgr.smithi026.yidchs (mgr.14180) 290 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:05 smithi026 conmon[83720]: audit 2023-11-16T01:31:04.115167+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:31:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:05 smithi026 conmon[83720]: 14180) 289 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:05 smithi026 conmon[83720]: cluster 2023-11-16T01:31:04.635582+0000 mgr.smithi026.yidchs (mgr.14180) 290 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:08.002 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:08.002 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:08.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:07 smithi026 conmon[83720]: cluster 2023-11-16T01:31:06.636280+0000 mgr.smithi026.yidchs (mgr.14180) 291 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:08.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:07 smithi155 conmon[87969]: cluster 2023-11-16T01:31:06.636280+0000 mgr.smithi026.yidchs (mgr.14180) 291 : cluster [DBG] 2023-11-16T01:31:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:07 smithi155 conmon[87969]: pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:08.686 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:09.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:08 smithi026 conmon[83720]: audit 2023-11-16T01:31:07.997963+0000 2023-11-16T01:31:09.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:08 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 292 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:09.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:08 smithi155 conmon[87969]: audit 2023-11-16T01:31:07.997963+0000 mgr.smithi026.yidchs (mgr.14180) 292 2023-11-16T01:31:09.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:08 smithi155 conmon[87969]: : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:09.687 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:10.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:09 smithi026 conmon[83720]: cluster 2023-11-16T01:31:08.637065+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:31:10.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:09 smithi026 conmon[83720]: .14180) 293 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:09 smithi155 conmon[87969]: cluster 2023-11-16T01:31:08.637065+0000 mgr.smithi026.yidchs (mgr.14180) 293 : 2023-11-16T01:31:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:09 smithi155 conmon[87969]: cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:11.838 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:11.839 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:12.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:11 smithi155 conmon[87969]: cluster 2023-11-16T01:31:10.637512+0000 mgr.smithi026.yidchs (mgr.14180) 294 : 2023-11-16T01:31:12.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:11 smithi155 conmon[87969]: cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:11 smithi026 conmon[83720]: cluster 2023-11-16T01:31:10.637512+0000 mgr.smithi026.yidchs (mgr.14180) 294 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:12.534 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:12 smithi155 conmon[87969]: audit 2023-11-16T01:31:11.834646+0000 mgr.smithi026.yidchs (mgr.14180) 295 : audit 2023-11-16T01:31:13.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:12 smithi155 conmon[87969]: [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:13.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:12 smithi026 conmon[83720]: audit 2023-11-16T01:31:11.834646+0000 mgr.smithi026.yidchs (mgr.14180) 295 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:13.537 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:13 smithi155 conmon[87969]: cluster 2023-11-16T01:31:12.638126+0000 mgr.smithi026.yidchs (mgr.14180) 296 : cluster 2023-11-16T01:31:14.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:13 smithi155 conmon[87969]: [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:14.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:13 smithi026 conmon[83720]: cluster 2023-11-16T01:31:12.638126+0000 mgr.smithi026.yidchs (mgr.14180) 296 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:15.545 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:15.546 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:16.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:15 smithi026 conmon[83720]: cluster 2023-11-16T01:31:14. 2023-11-16T01:31:16.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:15 smithi026 conmon[83720]: 638666+0000 mgr.smithi026.yidchs (mgr.14180) 297 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:16.228 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:16.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:15 smithi155 conmon[87969]: cluster 2023-11-16T01:31:14.638666+0000 mgr.smithi026.yidchs (mgr.14180) 297 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:17.230 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:17.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:16 smithi155 conmon[87969]: audit 2023-11-16T01:31:15.541643+0000 mgr.smithi026.yidchs (mgr.14180) 298 : audit 2023-11-16T01:31:17.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:16 smithi155 conmon[87969]: [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:17.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:16 smithi026 conmon[83720]: audit 2023-11-16T01:31:15.541643+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:31:17.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:16 smithi026 conmon[83720]: 298 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:18.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:17 smithi026 conmon[83720]: cluster 2023-11-16T01:31:16.639267+0000 2023-11-16T01:31:18.097 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:17 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 299 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:18.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:17 smithi155 conmon[87969]: cluster 2023-11-16T01:31:16.639267+0000 mgr.smithi026.yidchs (mgr.14180) 299 : cluster 2023-11-16T01:31:18.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:17 smithi155 conmon[87969]: [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:19.247 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:19.247 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:19.993 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:20.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:19 smithi155 conmon[87969]: cluster 2023-11-16T01:31:18.639779+0000 mgr.smithi026.yidchs (mgr.14180) 300 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:19 smithi026 conmon[83720]: cluster 2023-11-16T01:31:18.639779+0000 mgr.smithi026.yidchs (mgr.14180) 300 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:20.996 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:21.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:20 smithi155 conmon[87969]: audit 2023-11-16T01:31:19.242726+0000 mgr.smithi026.yidchs (mgr.14180) 301 : audit 2023-11-16T01:31:21.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:20 smithi155 conmon[87969]: [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:20 smithi026 conmon[83720]: audit 2023-11-16T01:31:19.242726+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:31:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:20 smithi026 conmon[83720]: 14180) 301 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:21 smithi155 conmon[87969]: cluster 2023-11-16T01:31:20.640364+0000 mgr.smithi026.yidchs (mgr.14180) 302 : cluster [DBG] 2023-11-16T01:31:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:21 smithi155 conmon[87969]: pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:21 smithi026 conmon[83720]: cluster 2023-11-16T01:31:20.640364+0000 2023-11-16T01:31:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:21 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 302 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:23.172 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:23.172 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:23.960 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:24.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:23 smithi155 conmon[87969]: cluster 2023-11-16T01:31:22.641024+0000 mgr.smithi026.yidchs (mgr.14180) 303 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:24.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:23 smithi026 conmon[83720]: cluster 2023-11-16T01:31:22.641024+0000 mgr.smithi026.yidchs (mgr.14180) 303 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:24.961 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:25.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:24 smithi155 conmon[87969]: audit 2023-11-16T01:31:23.167942+0000 mgr.smithi026.yidchs (mgr.14180) 304 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:25.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:24 smithi026 conmon[83720]: audit 2023-11-16T01:31:23.167942+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:31:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:24 smithi026 conmon[83720]: 304 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:26.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:25 smithi155 conmon[87969]: cluster 2023-11-16T01:31:24.641658+0000 mgr.smithi026.yidchs (mgr.14180) 305 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:25 smithi026 conmon[83720]: cluster 2023-11-16T01:31:24.641658+0000 2023-11-16T01:31:26.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:25 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 305 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:27.038 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:27.038 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:27.695 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:27 smithi155 conmon[87969]: cluster 2023-11-16T01:31:26.642133+0000 mgr.smithi026.yidchs (mgr.14180) 306 : cluster [DBG] 2023-11-16T01:31:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:27 smithi155 conmon[87969]: pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:28.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:27 smithi155 conmon[87969]: audit 2023-11-16T01:31:27.033986+0000 mgr.smithi026.yidchs (mgr.14180) 307 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:28.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:27 smithi026 conmon[83720]: cluster 2023-11-16T01:31:26.642133+0000 mgr.smithi026.yidchs (mgr.14180) 306 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:28.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:27 smithi026 conmon[83720]: audit 2023-11-16T01:31:27.033986+0000 mgr.smithi026.yidchs (mgr.14180) 307 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:28.697 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:30.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:29 smithi155 conmon[87969]: cluster 2023-11-16T01:31:28.642718+0000 mgr.smithi026.yidchs (mgr.14180) 308 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:30.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:29 smithi026 conmon[83720]: cluster 2023-11-16T01:31:28.642718+0000 mgr.smithi026.yidchs (mgr.14180) 308 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:30.862 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:30.862 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z 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.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:31.565 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:32.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:31 smithi155 conmon[87969]: cluster 2023-11-16T01:31:30.643199+0000 mgr.smithi026.yidchs (mgr.14180) 309 : cluster 2023-11-16T01:31:32.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:31 smithi155 conmon[87969]: [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:32.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:31 smithi155 conmon[87969]: audit 2023-11-16T01:31:30.858249+0000 mgr.smithi026.yidchs (mgr.14180) 310 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:32.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:31 smithi155 conmon[87969]: audit 2023-11-16T01:31:31.683161+0000 mon.smithi026 ( 2023-11-16T01:31:32.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:31 smithi155 conmon[87969]: mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.ddlodo"}]: dispatch 2023-11-16T01:31:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:31 smithi026 conmon[83720]: cluster 2023-11-16T01:31:30.643199+0000 mgr.smithi026.yidchs ( 2023-11-16T01:31:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:31 smithi026 conmon[83720]: mgr.14180) 309 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:31 smithi026 conmon[83720]: audit 2023-11-16T01:31:30.858249+0000 mgr.smithi026.yidchs (mgr.14180) 310 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:31 smithi026 conmon[83720]: audit 2023-11-16T01:31:31.683161+0000 mon.smithi026 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.ddlodo"}]: dispatch 2023-11-16T01:31:32.565 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:33.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: cephadm 2023-11-16T01:31:31.682596+0000 mgr.smithi026.yidchs (mgr.14180) 311 : cephadm [ERR] 2023-11-16T01:31:33.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:31:33.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:31:33.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:31:33.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:31:33.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:31:33.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.248 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.248 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.248 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.248 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.248 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.249 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.249 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.249 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.249 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.249 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: ERROR: F 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: ailed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: cephadm 2023-11-16T01:31:31.682817+0000 mgr.smithi026.yidchs (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: cephadm 2023-11-16T01:31:31.683813+0000 mgr.smithi026.yidchs (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.250 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.251 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:32 smithi155 conmon[87969]: cephadm 2023-11-16T01:31:31.685411+0000 mgr.smithi026.yidchs (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.afeqoo on smithi026 2023-11-16T01:31:33.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: cephadm 2023-11-16T01:31:31.682596+0000 mgr.smithi026.yidchs 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: (mgr.14180) 311 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: .com/increase-rate-limit 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: cephadm 2023-11-16T01:31:31.682817+0000 mgr.smithi026.yidchs (mgr.14180) 312 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: cephadm 2023-11-16T01:31:31.683813+0000 mgr.smithi026.yidchs (mgr.14180) 313 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.ddlodo ... 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:29:35Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:12Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:30:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:31:33.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-16T01:31:33.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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-16T01:31:33.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:31:33.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:32 smithi026 conmon[83720]: cephadm 2023-11-16T01:31:31.685411+0000 mgr.smithi026.yidchs (mgr.14180) 314 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.afeqoo on smithi026 2023-11-16T01:31:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:33 smithi155 conmon[87969]: cluster 2023-11-16T01:31:32.643806+0000 mgr.smithi026.yidchs (mgr.14180) 315 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:34.284 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:33 smithi026 conmon[83720]: cluster 2023-11-16T01:31:32.643806+0000 mgr.smithi026.yidchs (mgr.14180) 315 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:34.788 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:34.788 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:35.522 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:35 smithi155 conmon[87969]: cluster 2023-11-16T01:31:34.644185+0000 mgr.smithi026.yidchs (mgr.14180) 316 : cluster [DBG] 2023-11-16T01:31:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:35 smithi155 conmon[87969]: pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:35 smithi155 conmon[87969]: audit 2023-11-16T01:31:34.779929+0000 mgr.smithi026.yidchs (mgr.14180) 317 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:35 smithi026 conmon[83720]: cluster 2023-11-16T01:31:34.644185+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:31:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:35 smithi026 conmon[83720]: 316 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:35 smithi026 conmon[83720]: audit 2023-11-16T01:31:34.779929+0000 mgr.smithi026.yidchs (mgr.14180) 317 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:36.524 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:38.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:37 smithi026 conmon[83720]: cluster 2023-11-16T01:31:36.644806+0000 mgr.smithi026.yidchs (mgr.14180) 318 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:38.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:37 smithi155 conmon[87969]: cluster 2023-11-16T01:31:36.644806+0000 mgr.smithi026.yidchs (mgr.14180) 318 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:38.548 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:38.548 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:39.213 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:40.214 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:39 smithi155 conmon[87969]: audit 2023-11-16T01:31:38.542745+0000 mgr.smithi026.yidchs (mgr.14180) 319 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:39 smithi155 conmon[87969]: cluster 2023-11-16T01:31:38.645324 2023-11-16T01:31:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:39 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 320 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:40.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:39 smithi026 conmon[83720]: audit 2023-11-16T01:31:38.542745+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:31:40.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:39 smithi026 conmon[83720]: 319 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:40.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:39 smithi026 conmon[83720]: cluster 2023-11-16T01:31:38.645324+0000 mgr.smithi026.yidchs (mgr.14180) 320 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:42.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:41 smithi155 conmon[87969]: cluster 2023-11-16T01:31:40.645865+0000 mgr.smithi026.yidchs (mgr.14180) 321 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:42.337 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:42.338 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:41 smithi026 conmon[83720]: cluster 2023-11-16T01:31:40.645865+0000 mgr.smithi026.yidchs (mgr.14180) 321 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:43.057 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:44.058 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:43 smithi155 conmon[87969]: audit 2023-11-16T01:31:42.333250+0000 mgr.smithi026.yidchs (mgr.14180) 322 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:43 smithi155 conmon[87969]: cluster 2023-11-16T01:31:42.646441+0000 mgr.smithi026.yidchs (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-16T01:31:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:43 smithi026 conmon[83720]: audit 2023-11-16T01:31:42.333250+0000 mgr.smithi026.yidchs (mgr.14180) 322 2023-11-16T01:31:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:43 smithi026 conmon[83720]: : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:43 smithi026 conmon[83720]: cluster 2023-11-16T01:31:42.646441+0000 mgr.smithi026.yidchs (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-16T01:31:46.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:45 smithi026 conmon[83720]: cluster 2023-11-16T01:31:44.646884+0000 mgr.smithi026.yidchs (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-16T01:31:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:45 smithi155 conmon[87969]: cluster 2023-11-16T01:31:44.646884+0000 mgr.smithi026.yidchs (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-16T01:31:46.262 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:46.263 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:46.943 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:47.944 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:47 smithi155 conmon[87969]: audit 2023-11-16T01:31:46.258486+0000 mgr.smithi026.yidchs (mgr.14180) 325 : audit [DBG] 2023-11-16T01:31:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:47 smithi155 conmon[87969]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:47 smithi155 conmon[87969]: cluster 2023-11-16T01:31:46.647400+0000 mgr.smithi026.yidchs (mgr.14180) 326 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:47 smithi026 conmon[83720]: audit 2023-11-16T01:31:46.258486+0000 mgr.smithi026.yidchs 2023-11-16T01:31:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:47 smithi026 conmon[83720]: (mgr.14180) 325 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:47 smithi026 conmon[83720]: cluster 2023-11-16T01:31:46.647400+0000 mgr.smithi026.yidchs (mgr.14180) 326 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:49.976 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:49.976 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:49 smithi026 conmon[83720]: cluster 2023-11-16T01:31:48.648051+0000 mgr.smithi026.yidchs (mgr.14180) 327 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:49 smithi155 conmon[87969]: cluster 2023-11-16T01:31:48.648051+0000 mgr.smithi026.yidchs (mgr.14180) 327 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:50.687 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:50 smithi026 conmon[83720]: audit 2023-11-16T01:31:49.971283+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:31:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:50 smithi026 conmon[83720]: 328 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:51.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:50 smithi155 conmon[87969]: audit 2023-11-16T01:31:49.971283+0000 mgr.smithi026.yidchs (mgr.14180) 328 : audit 2023-11-16T01:31:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:50 smithi155 conmon[87969]: [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:51.688 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:52.272 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:51 smithi026 conmon[83720]: cluster 2023-11-16T01:31:50.648524+0000 mgr.smithi026.yidchs 2023-11-16T01:31:52.272 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:51 smithi026 conmon[83720]: (mgr.14180) 329 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:51 smithi155 conmon[87969]: cluster 2023-11-16T01:31:50.648524+0000 mgr.smithi026.yidchs (mgr.14180) 329 : cluster 2023-11-16T01:31:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:51 smithi155 conmon[87969]: [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:53.785 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:53.785 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:54.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:54 smithi026 conmon[83720]: cluster 2023-11-16T01:31:52.649338+0000 mgr.smithi026.yidchs (mgr.14180) 330 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:54.477 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:54.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:54 smithi155 conmon[87969]: cluster 2023-11-16T01:31:52.649338+0000 mgr.smithi026.yidchs (mgr.14180) 330 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:55 smithi026 conmon[83720]: audit 2023-11-16T01:31:53.780933+0000 mgr.smithi026.yidchs (mgr.14180) 331 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:55.477 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:55 smithi155 conmon[87969]: audit 2023-11-16T01:31:53.780933+0000 mgr.smithi026.yidchs (mgr.14180) 331 : 2023-11-16T01:31:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:55 smithi155 conmon[87969]: audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:56 smithi026 conmon[83720]: cluster 2023-11-16T01:31:54.649837+0000 mgr.smithi026.yidchs 2023-11-16T01:31:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:56 smithi026 conmon[83720]: (mgr.14180) 332 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:56 smithi155 conmon[87969]: cluster 2023-11-16T01:31:54.649837+0000 mgr.smithi026.yidchs (mgr.14180) 332 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:57.592 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:31:57.593 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:31:58.204 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:31:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:58 smithi026 conmon[83720]: cluster 2023-11-16T01:31:56.650296+0000 mgr.smithi026.yidchs (mgr.14180) 333 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:58 smithi155 conmon[87969]: cluster 2023-11-16T01:31:56.650296+0000 mgr.smithi026.yidchs (mgr.14180) 333 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:31:59.206 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:31:59.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:59 smithi026 conmon[83720]: audit 2023-11-16T01:31:57.588132+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:31:59.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:31:59 smithi026 conmon[83720]: 14180) 334 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:31:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:59 smithi155 conmon[87969]: audit 2023-11-16T01:31:57.588132+0000 mgr.smithi026.yidchs (mgr.14180) 334 : audit 2023-11-16T01:31:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:31:59 smithi155 conmon[87969]: [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:00 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:32:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:00 smithi026 conmon[83720]: 31:58.650987+0000 mgr.smithi026.yidchs (mgr.14180) 335 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:00.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:00 smithi155 conmon[87969]: cluster 2023-11-16T01:31:58.650987+0000 mgr.smithi026.yidchs (mgr.14180) 335 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:01.302 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:01.303 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:02.029 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:02 smithi026 conmon[83720]: cluster 2023-11-16T01:32:00.651418+0000 mgr.smithi026.yidchs (mgr.14180) 336 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:02 smithi155 conmon[87969]: cluster 2023-11-16T01:32:00.651418+0000 mgr.smithi026.yidchs (mgr.14180) 336 : cluster 2023-11-16T01:32:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:02 smithi155 conmon[87969]: [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:03.031 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:03 smithi026 conmon[83720]: audit 2023-11-16T01:32:01.298440+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:32:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:03 smithi026 conmon[83720]: 337 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:03 smithi155 conmon[87969]: audit 2023-11-16T01:32:01.298440+0000 mgr.smithi026.yidchs (mgr.14180) 337 : 2023-11-16T01:32:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:03 smithi155 conmon[87969]: audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:04 smithi026 conmon[83720]: cluster 2023-11-16T01:32:02.652353+0000 mgr.smithi026.yidchs (mgr.14180) 338 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:04.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:04 smithi155 conmon[87969]: cluster 2023-11-16T01:32:02.652353+0000 mgr.smithi026.yidchs (mgr.14180) 338 : cluster 2023-11-16T01:32:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:04 smithi155 conmon[87969]: [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:05.047 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:05.048 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:05.767 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:06 smithi026 conmon[83720]: cluster 2023-11-16T01:32:04.652749+0000 mgr.smithi026.yidchs (mgr.14180) 339 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:06 smithi026 conmon[83720]: audit 2023-11-16T01:32:05.043341+0000 mgr.smithi026.yidchs (mgr.14180) 340 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:06 smithi155 conmon[87969]: cluster 2023-11-16T01:32:04.652749+0000 mgr.smithi026.yidchs (mgr.14180) 339 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:06 smithi155 conmon[87969]: audit 2023-11-16T01:32:05.043341+0000 mgr.smithi026.yidchs (mgr.14180) 340 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:06.768 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:08 smithi026 conmon[83720]: cluster 2023-11-16T01:32:06.653306+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:32:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:08 smithi026 conmon[83720]: ) 341 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:08 smithi155 conmon[87969]: cluster 2023-11-16T01:32:06.653306+0000 mgr.smithi026.yidchs (mgr.14180) 341 : cluster [DBG] 2023-11-16T01:32:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:08 smithi155 conmon[87969]: pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:08.932 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:08.932 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:09.675 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:10 smithi026 conmon[83720]: cluster 2023-11-16T01:32:08.653968+0000 mgr.smithi026.yidchs (mgr.14180) 342 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:10 smithi026 conmon[83720]: audit 2023-11-16T01:32:08.927626+0000 mgr.smithi026.yidchs (mgr.14180) 343 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:10 smithi155 conmon[87969]: cluster 2023-11-16T01:32:08.653968+0000 mgr.smithi026.yidchs (mgr.14180) 342 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:10 smithi155 conmon[87969]: audit 2023-11-16T01:32:08.927626+0000 mgr.smithi026.yidchs (mgr.14180) 343 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:10.676 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:12 smithi026 conmon[83720]: cluster 2023-11-16T01:32:10.654483+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:32:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:12 smithi026 conmon[83720]: 344 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:12 smithi155 conmon[87969]: cluster 2023-11-16T01:32:10.654483+0000 mgr.smithi026.yidchs (mgr.14180) 344 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:12.924 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:12.924 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:13.659 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:14 smithi026 conmon[83720]: cluster 2023-11-16T01:32:12.655035+0000 mgr.smithi026.yidchs (mgr.14180) 345 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:14 smithi026 conmon[83720]: audit 2023-11-16T01:32:12.919633+0000 mgr.smithi026.yidchs (mgr.14180) 346 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:14 smithi155 conmon[87969]: cluster 2023-11-16T01:32:12.655035+0000 mgr.smithi026.yidchs (mgr.14180) 345 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:14 smithi155 conmon[87969]: audit 2023-11-16T01:32:12.919633+0000 mgr.smithi026.yidchs (mgr.14180) 346 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:14.660 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:16 smithi026 conmon[83720]: cluster 2023-11-16T01:32:14.655700+0000 mgr.smithi026.yidchs (mgr.14180) 347 2023-11-16T01:32:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:16 smithi026 conmon[83720]: : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:16 smithi155 conmon[87969]: cluster 2023-11-16T01:32:14.655700+0000 mgr.smithi026.yidchs (mgr.14180) 347 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:16.762 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:16.763 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:17.504 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:18 smithi026 conmon[83720]: cluster 2023-11-16T01:32:16.656193+0000 mgr.smithi026.yidchs (mgr.14180) 348 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:18 smithi026 conmon[83720]: audit 2023-11-16T01:32:16.758067+0000 mgr.smithi026.yidchs (mgr.14180) 349 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:18 smithi155 conmon[87969]: cluster 2023-11-16T01:32:16.656193+0000 mgr.smithi026.yidchs (mgr.14180) 348 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:18 smithi155 conmon[87969]: audit 2023-11-16T01:32:16.758067+0000 mgr.smithi026.yidchs (mgr.14180) 349 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:18.504 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:20.152 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:20 smithi026 conmon[83720]: cluster 2023-11-16T01:32:18.656712+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:32:20.152 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:20 smithi026 conmon[83720]: 14180) 350 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:20.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:20 smithi155 conmon[87969]: cluster 2023-11-16T01:32:18.656712+0000 mgr.smithi026.yidchs (mgr.14180) 350 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:20.534 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:20.535 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:21.130 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:22.131 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:22 smithi026 conmon[83720]: audit 2023-11-16T01:32:20.530510+0000 mgr.smithi026.yidchs (mgr.14180) 351 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:22 smithi026 conmon[83720]: cluster 2023-11-16T01:32:20.657216+0000 mgr.smithi026.yidchs (mgr.14180) 352 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:22.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:22 smithi155 conmon[87969]: audit 2023-11-16T01:32:20.530510+0000 mgr.smithi026.yidchs (mgr.14180) 351 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:22 smithi155 conmon[87969]: cluster 2023-11-16T01:32:20.657216+0000 mgr.smithi026.yidchs (mgr.14180) 352 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:24.226 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:28.042 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:28.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:24 smithi026 conmon[83720]: cluster 2023-11-16T01:32:22.658079+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:32:28.043 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:24 smithi026 conmon[83720]: 14180) 353 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:28.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:24 smithi155 conmon[87969]: cluster 2023-11-16T01:32:22.658079+0000 mgr.smithi026.yidchs (mgr.14180) 353 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:28.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:26 smithi155 conmon[87969]: audit 2023-11-16T01:32:24.220746+0000 mgr.smithi026.yidchs (mgr.14180) 354 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:28.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:26 smithi155 conmon[87969]: cluster 2023-11-16T01:32:24.658504+0000 mgr.smithi026.yidchs (mgr.14180) 355 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:28.044 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:27 smithi155 conmon[87969]: cluster 2023-11-16T01:32:26.659151+0000 mgr.smithi026.yidchs (mgr.14180) 356 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:28.045 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:28.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:26 smithi026 conmon[83720]: audit 2023-11-16T01:32:24.220746+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:32:28.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:26 smithi026 conmon[83720]: .14180) 354 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:28.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:26 smithi026 conmon[83720]: cluster 2023-11-16T01:32:24.658504+0000 mgr.smithi026.yidchs (mgr.14180) 355 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:28.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:27 smithi026 conmon[83720]: cluster 2023-11-16T01:32:26.659151+0000 mgr.smithi026.yidchs (mgr.14180) 356 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:29.046 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:29.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:29 smithi026 conmon[83720]: cluster 2023-11-16T01:32:28.659727+0000 mgr.smithi026.yidchs (mgr.14180) 357 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:29.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:29 smithi155 conmon[87969]: cluster 2023-11-16T01:32:28.659727+0000 mgr.smithi026.yidchs (mgr.14180) 357 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:31.143 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:31.144 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:31.806 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:32.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:31 smithi026 conmon[83720]: cluster 2023-11-16T01:32:30.660330+0000 mgr.smithi026.yidchs (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-16T01:32:32.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:31 smithi155 conmon[87969]: cluster 2023-11-16T01:32:30.660330+0000 mgr.smithi026.yidchs (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-16T01:32:32.807 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:33.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:32 smithi026 conmon[83720]: audit 2023-11-16T01:32:31.138429 2023-11-16T01:32:33.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:32 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 359 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:33.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:32 smithi155 conmon[87969]: audit 2023-11-16T01:32:31.138429+0000 mgr.smithi026.yidchs (mgr.14180) 359 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:34.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:33 smithi026 conmon[83720]: cluster 2023-11-16T01:32:32.660990+0000 mgr.smithi026.yidchs ( 2023-11-16T01:32:34.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:33 smithi026 conmon[83720]: mgr.14180) 360 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:34.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:33 smithi155 conmon[87969]: cluster 2023-11-16T01:32:32.660990+0000 mgr.smithi026.yidchs (mgr.14180) 360 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:34.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:33 smithi155 conmon[87969]: 2023-11-16T01:32:34.973 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:34.973 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:35.631 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:35 smithi155 conmon[87969]: cluster 2023-11-16T01:32:34.661526+0000 mgr.smithi026.yidchs (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-16T01:32:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:35 smithi155 conmon[87969]: audit 2023-11-16T01:32:34 2023-11-16T01:32:36.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:35 smithi155 conmon[87969]: .969105+0000 mgr.smithi026.yidchs (mgr.14180) 362 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:35 smithi026 conmon[83720]: cluster 2023-11-16T01:32:34.661526+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:32:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:35 smithi026 conmon[83720]: 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-16T01:32:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:35 smithi026 conmon[83720]: audit 2023-11-16T01:32:34.969105+0000 mgr.smithi026.yidchs (mgr.14180) 362 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:36.632 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:38.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:37 smithi155 conmon[87969]: cluster 2023-11-16T01:32:36.662077+0000 mgr.smithi026.yidchs (mgr.14180) 363 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:38.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:37 smithi155 conmon[87969]: 2023-11-16T01:32:38.333 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:37 smithi026 conmon[83720]: cluster 2023-11-16T01:32:36.662077+0000 mgr.smithi026.yidchs (mgr.14180) 363 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:38.783 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:38.783 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:39.488 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:39 smithi155 conmon[87969]: cluster 2023-11-16T01:32:38.662593+0000 mgr.smithi026.yidchs (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-16T01:32:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:39 smithi155 conmon[87969]: audit 2023-11-16T01:32:38. 2023-11-16T01:32:40.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:39 smithi155 conmon[87969]: 779045+0000 mgr.smithi026.yidchs (mgr.14180) 365 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:40.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:39 smithi026 conmon[83720]: cluster 2023-11-16T01:32:38.662593+0000 mgr.smithi026.yidchs (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-16T01:32:40.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:39 smithi026 conmon[83720]: audit 2023-11-16T01:32:38.779045+0000 mgr.smithi026.yidchs (mgr.14180) 365 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:40.488 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:42.223 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:41 smithi026 conmon[83720]: cluster 2023-11-16T01:32:40.663025+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:32:42.224 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:41 smithi026 conmon[83720]: 14180) 366 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:42.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:41 smithi155 conmon[87969]: cluster 2023-11-16T01:32:40.663025+0000 mgr.smithi026.yidchs (mgr.14180) 366 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:42.665 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:42.665 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:43.420 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:43 smithi155 conmon[87969]: audit 2023-11-16T01:32:42.660336+0000 mgr.smithi026.yidchs (mgr.14180) 367 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:43 smithi155 conmon[87969]: cluster 2023-11-16T01:32:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:43 smithi155 conmon[87969]: 2023-11-16T01:32:42.663550+0000 mgr.smithi026.yidchs (mgr.14180) 368 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:43 smithi026 conmon[83720]: audit 2023-11-16T01:32:42.660336+0000 2023-11-16T01:32:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:43 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 367 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:43 smithi026 conmon[83720]: cluster 2023-11-16T01:32:42.663550+0000 mgr.smithi026.yidchs (mgr.14180) 368 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:44.422 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:46.155 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:45 smithi026 conmon[83720]: cluster 2023-11-16T01:32:44.663971+0000 mgr.smithi026.yidchs (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-16T01:32:46.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:45 smithi155 conmon[87969]: cluster 2023-11-16T01:32:44.663971+0000 mgr.smithi026.yidchs (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-16T01:32:46.586 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:46.586 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:47.303 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:47 smithi155 conmon[87969]: audit 2023-11-16T01:32:46.580332+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:32:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:47 smithi155 conmon[87969]: 370 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:47 smithi155 conmon[87969]: cluster 2023-11-16T01:32:46.664628+0000 mgr.smithi026.yidchs (mgr.14180) 371 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:48.303 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:48.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:47 smithi026 conmon[83720]: audit 2023-11-16T01:32:46.580332+0000 mgr.smithi026.yidchs (mgr.14180) 370 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:48.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:47 smithi026 conmon[83720]: cluster 2023-11-16T01:32:46.664628+0000 mgr.smithi026.yidchs (mgr.14180) 371 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:49 smithi155 conmon[87969]: cluster 2023-11-16T01:32:48.665345+0000 mgr.smithi026.yidchs (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-16T01:32:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:49 smithi026 conmon[83720]: cluster 2023-11-16T01:32:48.665345+0000 mgr.smithi026.yidchs (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-16T01:32:50.349 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:50.349 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:51.021 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:52.022 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:51 smithi155 conmon[87969]: audit 2023-11-16T01:32:50.345268+0000 mgr.smithi026.yidchs (mgr.14180) 373 : audit 2023-11-16T01:32:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:51 smithi155 conmon[87969]: [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:51 smithi155 conmon[87969]: cluster 2023-11-16T01:32:50.666124+0000 mgr.smithi026.yidchs (mgr.14180) 374 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:51 smithi026 conmon[83720]: audit 2023-11-16T01:32:50.345268+0000 mgr.smithi026.yidchs (mgr.14180) 373 2023-11-16T01:32:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:51 smithi026 conmon[83720]: : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:51 smithi026 conmon[83720]: cluster 2023-11-16T01:32:50.666124+0000 mgr.smithi026.yidchs (mgr.14180) 374 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:32:54.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:53 smithi026 conmon[83720]: cluster 2023-11-16T01:32:52.666715+0000 mgr.smithi026.yidchs (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-16T01:32:54.106 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:54.106 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:54.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:53 smithi155 conmon[87969]: cluster 2023-11-16T01:32:52.666715+0000 mgr.smithi026.yidchs (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-16T01:32:54.810 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:55.811 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:32:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:55 smithi026 conmon[83720]: audit 2023-11-16T01:32:54.102082+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:32:56.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:55 smithi026 conmon[83720]: 376 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:56.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:55 smithi026 conmon[83720]: cluster 2023-11-16T01:32:54.667160+0000 mgr.smithi026.yidchs (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-16T01:32:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:55 smithi155 conmon[87969]: audit 2023-11-16T01:32:54.102082+0000 mgr.smithi026.yidchs (mgr.14180) 376 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:55 smithi155 conmon[87969]: cluster 2023-11-16T01:32:54.667160+0000 mgr.smithi026.yidchs (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-16T01:32:57.941 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:32:57.941 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:32:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:57 smithi155 conmon[87969]: cluster 2023-11-16T01:32:56.667659+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:32:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:57 smithi155 conmon[87969]: 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-16T01:32:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:57 smithi026 conmon[83720]: cluster 2023-11-16T01:32:56.667659+0000 mgr.smithi026.yidchs (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-16T01:32:58.634 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:32:59.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:58 smithi155 conmon[87969]: audit 2023-11-16T01:32:57.936673+0000 mgr.smithi026.yidchs (mgr.14180) 379 : audit 2023-11-16T01:32:59.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:58 smithi155 conmon[87969]: [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:59.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:58 smithi026 conmon[83720]: audit 2023-11-16T01:32:57.936673+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:32:59.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:58 smithi026 conmon[83720]: 14180) 379 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:32:59.636 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:00.226 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:59 smithi026 conmon[83720]: cluster 2023-11-16T01:32:58.668195+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:00.226 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:32:59 smithi026 conmon[83720]: 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-16T01:33:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:32:59 smithi155 conmon[87969]: cluster 2023-11-16T01:32:58.668195+0000 mgr.smithi026.yidchs (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-16T01:33:01.680 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:01.680 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:02.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:01 smithi155 conmon[87969]: cluster 2023-11-16T01:33:00.668768+0000 mgr.smithi026.yidchs (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-16T01:33:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:01 smithi026 conmon[83720]: cluster 2023-11-16T01:33:00.668768+0000 mgr.smithi026.yidchs (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-16T01:33:02.462 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:03.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:02 smithi155 conmon[87969]: audit 2023-11-16T01:33:01.675547+0000 mgr.smithi026.yidchs (mgr.14180) 382 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:02 smithi026 conmon[83720]: audit 2023-11-16T01:33:01.675547+0000 mgr.smithi026.yidchs (mgr.14180) 382 2023-11-16T01:33:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:02 smithi026 conmon[83720]: : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:03.463 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:03 smithi155 conmon[87969]: cluster 2023-11-16T01:33:02.669619+0000 mgr.smithi026.yidchs (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-16T01:33:04.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:03 smithi026 conmon[83720]: cluster 2023-11-16T01:33: 2023-11-16T01:33:04.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:03 smithi026 conmon[83720]: 02.669619+0000 mgr.smithi026.yidchs (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-16T01:33:05.554 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:05.554 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:05 smithi155 conmon[87969]: cluster 2023-11-16T01:33:04.670120+0000 mgr.smithi026.yidchs (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-16T01:33:06.247 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:05 smithi026 conmon[83720]: cluster 2023-11-16T01:33:04.670120+0000 mgr.smithi026.yidchs (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-16T01:33:06.249 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:07.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:06 smithi155 conmon[87969]: audit 2023-11-16T01:33:05.549841+0000 mgr.smithi026.yidchs (mgr.14180) 385 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:07.250 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:07.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:06 smithi026 conmon[83720]: audit 2023-11-16T01:33:05.549841+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:33:07.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:06 smithi026 conmon[83720]: 385 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:07 smithi155 conmon[87969]: cluster 2023-11-16T01:33:06.670650+0000 mgr.smithi026.yidchs (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-16T01:33:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:07 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:33:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:07 smithi026 conmon[83720]: 01:33:06.670650+0000 mgr.smithi026.yidchs (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-16T01:33:09.352 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:09.352 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:10.057 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:09 smithi155 conmon[87969]: cluster 2023-11-16T01:33:08.671201+0000 mgr.smithi026.yidchs (mgr.14180) 387 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:09 smithi026 conmon[83720]: cluster 2023-11-16T01:33:08.671201+0000 mgr.smithi026.yidchs (mgr.14180) 387 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:11.059 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:11.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:10 smithi026 conmon[83720]: audit 2023-11-16T01:33:09.347954+0000 mgr.smithi026.yidchs (mgr.14180) 388 : audit 2023-11-16T01:33:11.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:10 smithi026 conmon[83720]: [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:10 smithi155 conmon[87969]: audit 2023-11-16T01:33:09.347954+0000 mgr.smithi026.yidchs (mgr.14180) 388 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:11 smithi026 conmon[83720]: cluster 2023-11-16T01:33:10.671898+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:11 smithi026 conmon[83720]: 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-16T01:33:12.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:11 smithi155 conmon[87969]: cluster 2023-11-16T01:33:10.671898+0000 mgr.smithi026.yidchs (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-16T01:33:13.097 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:13.098 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:13.740 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:14 smithi026 conmon[83720]: cluster 2023-11-16T01:33:12.672489+0000 mgr.smithi026.yidchs (mgr.14180) 390 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:14.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:14 smithi155 conmon[87969]: cluster 2023-11-16T01:33:12.672489+0000 mgr.smithi026.yidchs (mgr.14180) 390 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:14.741 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:15.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:15 smithi026 conmon[83720]: audit 2023-11-16T01:33:13.091918+0000 mgr.smithi026.yidchs (mgr.14180) 391 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:15 smithi155 conmon[87969]: audit 2023-11-16T01:33:13.091918+0000 mgr.smithi026.yidchs (mgr.14180) 391 : audit [DBG] 2023-11-16T01:33:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:15 smithi155 conmon[87969]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:16 smithi026 conmon[83720]: cluster 2023-11-16T01:33:14.673019+0000 2023-11-16T01:33:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:16 smithi026 conmon[83720]: mgr.smithi026.yidchs (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-16T01:33:16.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:16 smithi155 conmon[87969]: cluster 2023-11-16T01:33:14.673019+0000 mgr.smithi026.yidchs (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-16T01:33:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:16 smithi155 conmon[87969]: 2023-11-16T01:33:16.849 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:16.849 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:17.557 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:18 smithi026 conmon[83720]: cluster 2023-11-16T01:33:16.673457+0000 mgr.smithi026.yidchs (mgr.14180) 393 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:18 smithi026 conmon[83720]: audit 2023-11-16T01:33:16.845278+0000 mgr.smithi026.yidchs (mgr.14180) 394 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:18.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:18 smithi155 conmon[87969]: cluster 2023-11-16T01:33:16.673457+0000 mgr.smithi026.yidchs (mgr.14180) 393 : cluster [DBG] 2023-11-16T01:33:18.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:18 smithi155 conmon[87969]: pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:18.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:18 smithi155 conmon[87969]: audit 2023-11-16T01:33:16.845278+0000 mgr.smithi026.yidchs (mgr.14180) 394 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:18.558 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:20.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:20 smithi026 conmon[83720]: cluster 2023-11-16T01:33:18.673982+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:20.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:20 smithi026 conmon[83720]: mgr.14180) 395 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:20 smithi155 conmon[87969]: cluster 2023-11-16T01:33:18.673982+0000 mgr.smithi026.yidchs (mgr.14180) 395 : cluster [DBG] 2023-11-16T01:33:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:20 smithi155 conmon[87969]: pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:20.713 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:20.714 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:21.439 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:22 smithi026 conmon[83720]: cluster 2023-11-16T01:33:20.674406+0000 mgr.smithi026.yidchs (mgr.14180) 396 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:22 smithi026 conmon[83720]: audit 2023-11-16T01:33:20.708931+0000 mgr.smithi026.yidchs (mgr.14180) 397 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:22.440 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:22 smithi155 conmon[87969]: cluster 2023-11-16T01:33:20.674406+0000 mgr.smithi026.yidchs (mgr.14180) 396 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:22.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:22 smithi155 conmon[87969]: audit 2023-11-16T01:33:20.708931+0000 mgr.smithi026.yidchs (mgr.14180) 397 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:24 smithi026 conmon[83720]: cluster 2023-11-16T01:33:22.674973+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:33:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:24 smithi026 conmon[83720]: ) 398 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:24 smithi155 conmon[87969]: cluster 2023-11-16T01:33:22.674973+0000 mgr.smithi026.yidchs (mgr.14180) 398 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:24.598 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:24.598 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:25.246 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:26.247 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:26.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:26 smithi026 conmon[83720]: audit 2023-11-16T01:33:24.593559+0000 mgr.smithi026.yidchs (mgr.14180) 399 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:26.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:26 smithi026 conmon[83720]: cluster 2023-11-16T01:33:24.675350+0000 mgr.smithi026.yidchs (mgr.14180) 400 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:26 smithi155 conmon[87969]: audit 2023-11-16T01:33:24.593559+0000 mgr.smithi026.yidchs (mgr.14180) 399 : audit [DBG] 2023-11-16T01:33:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:26 smithi155 conmon[87969]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:26 smithi155 conmon[87969]: cluster 2023-11-16T01:33:24.675350+0000 mgr.smithi026.yidchs (mgr.14180) 400 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:28.329 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:28.329 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:28.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:28 smithi026 conmon[83720]: cluster 2023-11-16T01 2023-11-16T01:33:28.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:28 smithi026 conmon[83720]: :33:26.675920+0000 mgr.smithi026.yidchs (mgr.14180) 401 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:28 smithi155 conmon[87969]: cluster 2023-11-16T01:33:26.675920+0000 mgr.smithi026.yidchs (mgr.14180) 401 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:29.083 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:30.084 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:30.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:30 smithi026 conmon[83720]: audit 2023-11-16T01:33:28.321397+0000 mgr.smithi026.yidchs (mgr.14180) 402 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:30.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:30 smithi026 conmon[83720]: cluster 2023-11-16T01:33:28.676631+0000 mgr.smithi026.yidchs (mgr.14180) 403 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:30 smithi155 conmon[87969]: audit 2023-11-16T01:33:28.321397+0000 mgr.smithi026.yidchs (mgr.14180) 402 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:30 smithi155 conmon[87969]: cluster 2023-11-16T01:33:28.676631+0000 mgr.smithi026.yidchs (mgr.14180) 403 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:32.093 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:32.094 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:32.337 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:32 smithi026 conmon[83720]: cluster 2023-11-16T01:33:30.677125+0000 mgr.smithi026.yidchs (mgr.14180) 404 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:32.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:32 smithi155 conmon[87969]: cluster 2023-11-16T01:33:30.677125+0000 mgr.smithi026.yidchs (mgr.14180) 404 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:32.787 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:33.788 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:34.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:34 smithi026 conmon[83720]: audit 2023-11-16T01:33:32.088765+0000 2023-11-16T01:33:34.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:34 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 405 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:34.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:34 smithi026 conmon[83720]: cluster 2023-11-16T01:33:32.677756+0000 mgr.smithi026.yidchs (mgr.14180) 406 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:34 smithi155 conmon[87969]: audit 2023-11-16T01:33:32.088765+0000 mgr.smithi026.yidchs (mgr.14180) 405 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:34 smithi155 conmon[87969]: cluster 2023-11-16T01:33:32.677756+0000 mgr.smithi026.yidchs (mgr.14180) 406 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:36.038 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:36.038 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:36 smithi026 conmon[83720]: cluster 2023-11-16T01:33:34.678186+0000 mgr.smithi026.yidchs (mgr.14180) 407 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:36 smithi155 conmon[87969]: cluster 2023-11-16T01:33:34.678186+0000 mgr.smithi026.yidchs (mgr.14180) 407 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:36.661 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:37.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:37 smithi026 conmon[83720]: audit 2023-11-16T01:33:36.030432+0000 2023-11-16T01:33:37.450 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:37 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 408 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:37 smithi155 conmon[87969]: audit 2023-11-16T01:33:36.030432+0000 mgr.smithi026.yidchs (mgr.14180) 408 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:37.662 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:38 smithi026 conmon[83720]: cluster 2023-11-16T01:33:36.678701+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:38 smithi026 conmon[83720]: mgr.14180) 409 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:38 smithi155 conmon[87969]: cluster 2023-11-16T01:33:36.678701+0000 mgr.smithi026.yidchs (mgr.14180) 409 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:39.837 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:39.838 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:40.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:40 smithi026 conmon[83720]: cluster 2023-11-16T01:33:38.679224+0000 mgr.smithi026.yidchs (mgr.14180) 410 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:40 smithi155 conmon[87969]: cluster 2023-11-16T01:33:38.679224+0000 mgr.smithi026.yidchs (mgr.14180) 410 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:40 smithi155 conmon[87969]: 2023-11-16T01:33:40.582 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:41 smithi026 conmon[83720]: audit 2023-11-16T01:33:39.833225+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:33:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:41 smithi026 conmon[83720]: ) 411 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:41 smithi155 conmon[87969]: audit 2023-11-16T01:33:39.833225+0000 mgr.smithi026.yidchs (mgr.14180) 411 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:41.583 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:42.324 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:42 smithi026 conmon[83720]: cluster 2023-11-16T01:33:40.679699+0000 mgr.smithi026.yidchs (mgr.14180) 412 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:42 smithi155 conmon[87969]: cluster 2023-11-16T01:33:40.679699+0000 mgr.smithi026.yidchs (mgr.14180) 412 : cluster 2023-11-16T01:33:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:42 smithi155 conmon[87969]: [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:43.733 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:43.733 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:44.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:44 smithi026 conmon[83720]: cluster 2023-11-16T01:33:42.680457+0000 mgr.smithi026.yidchs (mgr.14180) 413 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:44.478 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:44 smithi155 conmon[87969]: cluster 2023-11-16T01:33:42.680457+0000 mgr.smithi026.yidchs (mgr.14180) 413 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:44 smithi155 conmon[87969]: 2023-11-16T01:33:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:45 smithi026 conmon[83720]: audit 2023-11-16T01:33:43.728248+0000 mgr.smithi026.yidchs (mgr.14180) 414 : audit [DBG] 2023-11-16T01:33:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:45 smithi026 conmon[83720]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:45.479 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:45.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:45 smithi155 conmon[87969]: audit 2023-11-16T01:33:43.728248+0000 mgr.smithi026.yidchs (mgr.14180) 414 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:46.318 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:46 smithi026 conmon[83720]: cluster 2023-11-16T01:33:44.680915+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:46.318 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:46 smithi026 conmon[83720]: mgr.14180) 415 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:46 smithi155 conmon[87969]: cluster 2023-11-16T01:33:44.680915+0000 mgr.smithi026.yidchs (mgr.14180) 415 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:47.472 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:47.472 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:48.182 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:48 smithi026 conmon[83720]: cluster 2023-11-16T01:33:46.681441+0000 mgr.smithi026.yidchs (mgr.14180) 416 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:48 smithi155 conmon[87969]: cluster 2023-11-16T01:33:46.681441+0000 mgr.smithi026.yidchs (mgr.14180) 416 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:49.183 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:49.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:49 smithi026 conmon[83720]: audit 2023-11-16T01:33:47.467580+0000 mgr.smithi026.yidchs (mgr.14180) 417 : audit [DBG] 2023-11-16T01:33:49.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:49 smithi026 conmon[83720]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:49 smithi155 conmon[87969]: audit 2023-11-16T01:33:47.467580+0000 mgr.smithi026.yidchs (mgr.14180) 417 : audit [DBG] 2023-11-16T01:33:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:49 smithi155 conmon[87969]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:50 smithi026 conmon[83720]: cluster 2023-11-16T01:33:48.682159+0000 mgr.smithi026.yidchs 2023-11-16T01:33:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:50 smithi026 conmon[83720]: (mgr.14180) 418 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:50.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:50 smithi155 conmon[87969]: cluster 2023-11-16T01:33:48.682159+0000 mgr.smithi026.yidchs (mgr.14180) 418 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:51 smithi026 conmon[83720]: cluster 2023-11-16T01:33:50.682676+0000 mgr.smithi026.yidchs (mgr.14180) 419 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:51.388 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:51.389 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:51 smithi155 conmon[87969]: cluster 2023-11-16T01:33:50.682676+0000 mgr.smithi026.yidchs (mgr.14180) 419 : cluster [DBG] 2023-11-16T01:33:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:51 smithi155 conmon[87969]: pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:52.126 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:52 smithi026 conmon[83720]: audit 2023-11-16T01:33:51.384515+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:33:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:52 smithi026 conmon[83720]: ) 420 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:52 smithi155 conmon[87969]: audit 2023-11-16T01:33:51.384515+0000 mgr.smithi026.yidchs (mgr.14180) 420 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:52 smithi155 conmon[87969]: 2023-11-16T01:33:53.127 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:53 smithi026 conmon[83720]: cluster 2023-11-16T01:33:52.683250+0000 mgr.smithi026.yidchs (mgr.14180) 421 : cluster [DBG] 2023-11-16T01:33:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:53 smithi026 conmon[83720]: pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:53 smithi155 conmon[87969]: cluster 2023-11-16T01:33:52.683250+0000 mgr.smithi026.yidchs (mgr.14180) 421 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:55.234 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:55.234 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:55.900 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:33:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:55 smithi155 conmon[87969]: cluster 2023-11-16T01:33:54.683594+0000 mgr.smithi026.yidchs (mgr.14180) 422 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:55 smithi155 conmon[87969]: 2023-11-16T01:33:56.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:55 smithi026 conmon[83720]: cluster 2023-11-16T01:33:54.683594+0000 mgr.smithi026.yidchs (mgr.14180) 422 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:56.900 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:33:57.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:56 smithi155 conmon[87969]: audit 2023-11-16T01:33:55.229277+0000 mgr.smithi026.yidchs (mgr.14180) 423 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:57.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:56 smithi026 conmon[83720]: audit 2023-11-16T01:33:55.229277+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:56 smithi026 conmon[83720]: mgr.14180) 423 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:33:58.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:57 smithi026 conmon[83720]: cluster 2023-11-16T01:33:56.684167+0000 mgr.smithi026.yidchs ( 2023-11-16T01:33:58.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:57 smithi026 conmon[83720]: mgr.14180) 424 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:57 smithi155 conmon[87969]: cluster 2023-11-16T01:33:56.684167+0000 mgr.smithi026.yidchs (mgr.14180) 424 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:33:58.957 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:33:58.957 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:33:59.673 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:34:00.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:59 smithi155 conmon[87969]: cluster 2023-11-16T01:33:58.684781+0000 mgr.smithi026.yidchs (mgr.14180) 425 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:00.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:33:59 smithi155 conmon[87969]: audit 2023-11-16T01:33:58.952501+0000 mgr.smithi026.yidchs (mgr.14180) 426 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:59 smithi026 conmon[83720]: cluster 2023-11-16T01:33:58.684781+0000 mgr.smithi026.yidchs (mgr.14180) 425 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:33:59 smithi026 conmon[83720]: audit 2023-11-16T01:33:58.952501+0000 mgr.smithi026.yidchs (mgr.14180) 426 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:00.673 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:02.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:01 smithi155 conmon[87969]: cluster 2023-11-16T01:34:00.685286+0000 mgr.smithi026.yidchs (mgr.14180) 427 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:01 smithi026 conmon[83720]: cluster 2023-11-16T01:34:00.685286+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:01 smithi026 conmon[83720]: 14180) 427 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:02.845 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:02.845 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:35.511807Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:35.511977Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:35.512052Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:35.512122Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:35.512188Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "ports": [8000], "running": 0, "size": 4}}] 2023-11-16T01:34:03.585 INFO:tasks.cephadm:rgw.foo has 0/4 2023-11-16T01:34:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:03 smithi155 conmon[87969]: cluster 2023-11-16T01:34:02.685823+0000 mgr.smithi026.yidchs (mgr.14180) 428 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:03 smithi155 conmon[87969]: audit 2023-11-16T01:34:02.840973+0000 mgr.smithi026.yidchs (mgr.14180) 429 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:03 smithi026 conmon[83720]: cluster 2023-11-16T01:34:02.685823+0000 mgr.smithi026.yidchs (mgr.14180) 428 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:03 smithi026 conmon[83720]: audit 2023-11-16T01:34:02.840973+0000 mgr.smithi026.yidchs (mgr.14180) 429 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:04.586 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:05.202 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:04 smithi026 conmon[83720]: audit 2023-11-16T01:34:04.730619+0000 2023-11-16T01:34:05.202 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:04 smithi026 conmon[83720]: mon.smithi026 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.afeqoo"}]: dispatch 2023-11-16T01:34:05.202 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:04 smithi026 conmon[83720]: audit 2023-11-16T01:34:04.736361+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:05.203 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:04 smithi026 conmon[83720]: audit 2023-11-16T01:34:04.738694+0000 mon.smithi026 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:34:05.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:04 smithi155 conmon[87969]: audit 2023-11-16T01:34:04.730619+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:05.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:04 smithi155 conmon[87969]: 674 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.afeqoo"}]: dispatch 2023-11-16T01:34:05.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:04 smithi155 conmon[87969]: audit 2023-11-16T01:34:04.736361+0000 mon.smithi026 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:05.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:04 smithi155 conmon[87969]: audit 2023-11-16T01:34:04.738694+0000 mon.smithi026 (mon.0) 676 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:34:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cluster 2023-11-16T01:34:04.686238+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:34:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: .14180) 430 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:04.730068+0000 mgr.smithi026.yidchs (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.244 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error readin 2023-11-16T01:34:06.245 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: g manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:04.730250+0000 mgr.smithi026.yidchs (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:04.731321+0000 mgr.smithi026.yidchs (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.246 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:04.736684+0000 mgr.smithi026.yidchs (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:04.737856+0000 mgr.smithi026.yidchs (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cluster 2023-11-16T01:34:04.738594+0000 mgr.smithi026.yidchs (mgr.14180) 436 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: cluster 2023-11-16T01:34:04.942717+0000 mon.smithi026 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:34:06.247 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:05 smithi155 conmon[87969]: audit 2023-11-16T01:34:05.105392+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cluster 2023-11- 2023-11-16T01:34:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 16T01:34:04.686238+0000 mgr.smithi026.yidchs (mgr.14180) 430 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:04.730068+0000 mgr.smithi026.yidchs (mgr.14180) 431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-16T01:34:06.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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 ho 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: st]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:04.730250+0000 mgr.smithi026.yidchs (mgr.14180) 432 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:04.731321+0000 mgr.smithi026.yidchs (mgr.14180) 433 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.afeqoo ... 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:08Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:32:45Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:33:24Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:04.736684+0000 mgr.smithi026.yidchs (mgr.14180) 434 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:04.737856+0000 mgr.smithi026.yidchs (mgr.14180) 435 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:34:06.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cluster 2023-11-16T01:34:04.738594+0000 mgr.smithi026.yidchs (mgr.14180) 436 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:06.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: cluster 2023-11-16T01:34:04.942717+0000 mon.smithi026 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:34:06.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:05 smithi026 conmon[83720]: audit 2023-11-16T01:34:05.105392+0000 mon.smithi026 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:06.817 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:06.817 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:40.294994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:40.294828Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:40.294680Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:40.295133Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:40.295265Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-16T01:34:07.690 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-16T01:34:07.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:07 smithi155 conmon[87969]: audit 2023-11-16T01:34:06.670880+0000 mon.smithi026 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:07.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:07 smithi155 conmon[87969]: cluster 2023-11-16T01:34:06.739213+0000 mgr.smithi026.yidchs (mgr.14180) 437 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:07.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:07 smithi155 conmon[87969]: audit 2023-11-16T01:34:06.812429+0000 mgr.smithi026.yidchs (mgr.14180) 438 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:08.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:07 smithi026 conmon[83720]: audit 2023-11-16T01:34:06.670880+0000 mon.smithi026 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:08.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:07 smithi026 conmon[83720]: cluster 2023-11-16T01:34:06.739213+0000 mgr.smithi026.yidchs (mgr.14180) 437 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:08.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:07 smithi026 conmon[83720]: audit 2023-11-16T01:34:06.812429+0000 mgr.smithi026.yidchs (mgr.14180) 438 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:08.691 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:09 smithi026 conmon[83720]: audit 2023-11-16T01:34:08. 2023-11-16T01:34:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:09 smithi026 conmon[83720]: 018716+0000 mon.smithi026 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:09 smithi155 conmon[87969]: audit 2023-11-16T01:34:08.018716+0000 mon.smithi026 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:10.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:10 smithi026 conmon[83720]: cluster 2023-11-16T01:34:08.740097+0000 mgr.smithi026.yidchs (mgr.14180) 439 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:10.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:10 smithi155 conmon[87969]: cluster 2023-11-16T01:34:08.740097+0000 mgr.smithi026.yidchs (mgr.14180) 439 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:11.190 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:11.191 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:28:40.294924Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:28:40.294994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:28:40.295068Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:28:40.294828Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:28:40.294680Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:28:40.295133Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:28:40.295265Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:28:40.295199Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 2, "size": 4}}] 2023-11-16T01:34:12.136 INFO:tasks.cephadm:rgw.foo has 2/4 2023-11-16T01:34:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:12 smithi026 conmon[83720]: cluster 2023-11-16T01:34:10 2023-11-16T01:34:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:12 smithi026 conmon[83720]: .740693+0000 mgr.smithi026.yidchs (mgr.14180) 440 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:12 smithi026 conmon[83720]: audit 2023-11-16T01:34:11.617265+0000 mon.smithi026 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:12 smithi026 conmon[83720]: audit 2023-11-16T01:34:11.962009+0000 mon.smithi026 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:34:12.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:12 smithi026 conmon[83720]: audit 2023-11-16T01:34:11.962659+0000 mon.smithi026 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: cluster 2023-11-16T01:34:10.740693+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: 440 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: audit 2023-11-16T01:34:11.617265+0000 mon.smithi026 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: audit 2023-11-16T01:34:11.962009+0000 mon.smithi026 (mon.0) 682 : audit 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:34:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: audit 2023-11-16T01:34:11. 2023-11-16T01:34:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: 962659+0000 mon.smithi026 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:34:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:12 smithi155 conmon[87969]: 2023-11-16T01:34:13.137 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023-11-16T01:34:11.184432+0000 mgr.smithi026.yidchs (mgr.14180) 441 : 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:11.965757+0000 mgr.smithi026.yidchs (mgr.14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023-11-16T01:34:12 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: .233142+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 684 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023-11- 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 16T01:34:12.238388+0000 2023-11-16T01:34:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: mon.smithi026 (mon.0) 685 : audit 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023- 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 11-16T01:34:12.242390 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 686 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: -11-16T01:34:12. 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 247843+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 687 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: audit 2023 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: -11-16T01:34:12. 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 728560+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:13 smithi026 conmon[83720]: 688 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16T01:34:11.184432+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: 14180) 441 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:11.965757+0000 mgr.smithi026.yidchs (mgr.14180) 442 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16T01:34:12.233142+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: 684 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: T01:34:12.238388+0000 mon.smithi026 (mon.0) 2023-11-16T01:34:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: 685 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: T01:34:12.242390+0000 mon.smithi026 (mon. 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: 0) 686 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16T01:34:12.247843+0000 mon.smithi026 (mon.0) 687 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: audit 2023-11-16T01:34:12.728560+0000 mon.smithi026 2023-11-16T01:34:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:13 smithi155 conmon[87969]: (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:14 smithi026 conmon[83720]: cluster 2023-11-16T01:34:12.243580+0000 mgr.smithi026.yidchs (mgr.14180) 443 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:14 smithi026 conmon[83720]: cephadm 2023-11-16T01:34:12.256578+0000 mgr.smithi026.yidchs (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.bfinsk on smithi155 2023-11-16T01:34:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:14 smithi026 conmon[83720]: cluster 2023-11-16T01:34:13.241047+0000 mon.smithi026 (mon.0) 689 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:34:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:14 smithi026 conmon[83720]: cluster 2023-11-16T01:34:13.241082+0000 mon.smithi026 (mon.0) 690 : cluster [INF] Cluster is now healthy 2023-11-16T01:34:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: cluster 2023-11-16T01:34:12.243580+0000 mgr.smithi026.yidchs (mgr.14180) 443 2023-11-16T01:34:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: cephadm 2023-11-16T01:34:12.256578+0000 mgr.smithi026.yidchs (mgr.14180) 444 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.bfinsk on smithi155 2023-11-16T01:34:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: cluster 2023-11-16T01:34:13.241047+0000 mon.smithi026 (mon.0) 689 : 2023-11-16T01:34:14.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:34:14.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: cluster 2023-11-16T01:34:13. 2023-11-16T01:34:14.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:14 smithi155 conmon[87969]: 241082+0000 mon.smithi026 (mon.0) 690 : cluster [INF] Cluster is now healthy 2023-11-16T01:34:15.337 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:15.337 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:16.062 INFO:tasks.cephadm:rgw.foo has 4/4 2023-11-16T01:34:16.062 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-16T01:34:16.083 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-11-16T01:34:16.083 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:16 smithi026 conmon[83720]: cluster 2023-11-16T01:34:14.243950+0000 mgr.smithi026.yidchs ( 2023-11-16T01:34:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:16 smithi026 conmon[83720]: mgr.14180) 445 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 428 B/s rd, 107 B/s wr, 0 op/s 2023-11-16T01:34:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:16 smithi155 conmon[87969]: cluster 2023-11-16T01:34:14.243950+0000 mgr.smithi026.yidchs (mgr.14180) 445 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 428 B/s rd, 107 B/s wr, 0 op/s 2023-11-16T01:34:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:16 smithi155 conmon[87969]: 2023-11-16T01:34:17.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:17 smithi026 conmon[83720]: audit 2023-11-16T01:34:15.331039+0000 mgr.smithi026.yidchs (mgr.14180) 446 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:17 smithi155 conmon[87969]: audit 2023-11-16T01:34:15.331039+0000 mgr.smithi026.yidchs (mgr.14180) 446 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:18.182 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:18.182 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:18 smithi026 conmon[83720]: cluster 2023-11-16T01:34:16.244388+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:34:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:18 smithi026 conmon[83720]: .14180) 447 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 355 B/s rd, 88 B/s wr, 0 op/s 2023-11-16T01:34:18.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:18 smithi155 conmon[87969]: cluster 2023-11-16T01:34:16.244388+0000 mgr.smithi026.yidchs (mgr.14180) 447 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 355 B/s rd, 88 B/s wr, 0 op/s 2023-11-16T01:34:18.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:19.849 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:20 smithi026 conmon[83720]: audit 2023-11-16T01:34:18.177016 2023-11-16T01:34:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:20 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 448 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:20 smithi026 conmon[83720]: cluster 2023-11-16T01:34:18.245050+0000 mgr.smithi026.yidchs (mgr.14180) 449 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2023-11-16T01:34:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:20 smithi155 conmon[87969]: audit 2023-11-16T01:34:18.177016+0000 mgr.smithi026.yidchs (mgr.14180) 448 : 2023-11-16T01:34:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:20 smithi155 conmon[87969]: audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:20 smithi155 conmon[87969]: cluster 2023-11-16T01:34:18.245050+0000 mgr.smithi026.yidchs (mgr.14180) 449 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2023-11-16T01:34:22.034 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:22.035 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:22 smithi026 conmon[83720]: cluster 2023-11-16T01:34:20.245485+0000 mgr.smithi026.yidchs (mgr.14180) 450 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2023-11-16T01:34:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:22 smithi155 conmon[87969]: cluster 2023-11-16T01:34:20.245485+0000 mgr.smithi026.yidchs (mgr.14180) 450 2023-11-16T01:34:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:22 smithi155 conmon[87969]: : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2023-11-16T01:34:22.790 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:23.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:23 smithi026 conmon[83720]: audit 2023-11-16T01:34:22.028912+0000 mgr.smithi026.yidchs (mgr.14180) 451 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:23 smithi155 conmon[87969]: audit 2023-11-16T01:34:22.028912+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:34:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:23 smithi155 conmon[87969]: 451 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:23.791 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:24 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:34:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:24 smithi026 conmon[83720]: 01:34:22.246117+0000 mgr.smithi026.yidchs (mgr.14180) 452 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-16T01:34:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:24 smithi155 conmon[87969]: cluster 2023-11-16T01:34:22.246117+0000 mgr.smithi026.yidchs (mgr.14180) 452 2023-11-16T01:34:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:24 smithi155 conmon[87969]: : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 178 B/s wr, 2 op/s 2023-11-16T01:34:25.924 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:25.925 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:26 smithi026 conmon[83720]: cluster 2023-11-16T01:34:24.246570+0000 mgr.smithi026.yidchs (mgr.14180) 453 : cluster [DBG] pgmap v333: 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-16T01:34:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:26 smithi155 conmon[87969]: cluster 2023-11-16T01:34:24.246570+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:34:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:26 smithi155 conmon[87969]: 453 : cluster [DBG] pgmap v333: 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-16T01:34:26.722 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:27 smithi026 conmon[83720]: audit 2023-11-16T01:34:25.919931+0000 mgr.smithi026.yidchs (mgr.14180) 454 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:27 smithi155 conmon[87969]: audit 2023-11-16T01:34:25.919931+0000 mgr.smithi026.yidchs (mgr.14180) 454 : audit 2023-11-16T01:34:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:27 smithi155 conmon[87969]: [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:27.722 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:28.321 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:28 smithi026 conmon[83720]: cluster 2023-11-16T01:34:26.247033+0000 mgr.smithi026.yidchs (mgr.14180) 455 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T01:34:28.321 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:28 smithi026 conmon[83720]: audit 2023-11-16T01:34:27.728924+0000 mon.smithi026 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:28 smithi155 conmon[87969]: cluster 2023-11-16T01:34:26.247033+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:34:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:28 smithi155 conmon[87969]: 455 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T01:34:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:28 smithi155 conmon[87969]: audit 2023-11-16T01:34:27.728924+0000 mon.smithi026 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:34:29.943 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:29.944 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:30.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:30 smithi026 conmon[83720]: cluster 2023-11-16T01:34:28.247513+0000 mgr.smithi026.yidchs (mgr.14180) 456 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T01:34:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:30 smithi155 conmon[87969]: cluster 2023-11-16T01:34:28.247513+0000 mgr.smithi026.yidchs (mgr.14180) 456 : cluster [DBG] 2023-11-16T01:34:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:30 smithi155 conmon[87969]: pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 85 B/s wr, 1 op/s 2023-11-16T01:34:30.671 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:31 smithi026 conmon[83720]: audit 2023-11-16T01:34:29.938800+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:31 smithi026 conmon[83720]: 14180) 457 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:31 smithi155 conmon[87969]: audit 2023-11-16T01: 2023-11-16T01:34:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:31 smithi155 conmon[87969]: 34:29.938800+0000 mgr.smithi026.yidchs (mgr.14180) 457 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:31.672 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:32 smithi026 conmon[83720]: cluster 2023-11-16T01:34:30.247952+0000 mgr.smithi026.yidchs 2023-11-16T01:34:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:32 smithi026 conmon[83720]: (mgr.14180) 458 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:32.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:32 smithi155 conmon[87969]: cluster 2023-11-16T01:34:30.247952+0000 mgr.smithi026.yidchs (mgr.14180) 458 2023-11-16T01:34:32.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:32 smithi155 conmon[87969]: : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:33.868 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:33.868 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:34.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:34 smithi026 conmon[83720]: cluster 2023-11-16T01:34:32.248479+0000 mgr.smithi026.yidchs (mgr.14180) 459 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:34 smithi155 conmon[87969]: cluster 2023-11-16T01:34:32.248479+0000 mgr.smithi026.yidchs (mgr.14180) 459 : cluster 2023-11-16T01:34:34.528 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:34 smithi155 conmon[87969]: [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:34.612 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:35 smithi026 conmon[83720]: audit 2023-11-16T01:34:33.863572+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:34:35.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:35 smithi026 conmon[83720]: ) 460 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:35 smithi155 conmon[87969]: audit 2023-11-16T01:34:33.863572+0000 mgr.smithi026.yidchs (mgr.14180) 460 : audit 2023-11-16T01:34:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:35 smithi155 conmon[87969]: [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:35.613 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:36 smithi026 conmon[83720]: cluster 2023-11-16T01:34:34.248871+0000 mgr.smithi026.yidchs 2023-11-16T01:34:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:36 smithi026 conmon[83720]: (mgr.14180) 461 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:36 smithi155 conmon[87969]: cluster 2023-11-16T01:34:34.248871+0000 mgr.smithi026.yidchs (mgr.14180) 461 2023-11-16T01:34:36.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:36 smithi155 conmon[87969]: : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:37.238 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:37 smithi026 conmon[83720]: cluster 2023-11-16T01:34:36.249299+0000 mgr.smithi026.yidchs (mgr.14180) 462 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:37 smithi155 conmon[87969]: cluster 2023-11-16T01:34:36.249299+0000 mgr.smithi026.yidchs (mgr.14180) 462 : cluster [DBG] 2023-11-16T01:34:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:37 smithi155 conmon[87969]: pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:37.659 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:37.659 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:38 smithi026 conmon[83720]: audit 2023-11-16T01:34:37.654637+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:34:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:38 smithi026 conmon[83720]: ) 463 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:38.386 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:38.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:38 smithi155 conmon[87969]: audit 2023-11-16T01:34:37.654637+0000 mgr.smithi026.yidchs (mgr.14180) 463 : audit 2023-11-16T01:34:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:38 smithi155 conmon[87969]: [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:39.387 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:39.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:39 smithi026 conmon[83720]: cluster 2023-11-16T01:34:38.250076+0000 mgr.smithi026.yidchs (mgr.14180) 464 2023-11-16T01:34:39.419 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:39 smithi026 conmon[83720]: : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:39 smithi155 conmon[87969]: cluster 2023-11-16T01:34:38.250076+0000 mgr.smithi026.yidchs (mgr.14180) 464 2023-11-16T01:34:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:39 smithi155 conmon[87969]: : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:41.505 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:41.506 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:42.209 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:41 smithi026 conmon[83720]: cluster 2023-11-16T01:34:40.250640+0000 mgr.smithi026.yidchs (mgr.14180) 465 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:42.226 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:42.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:41 smithi155 conmon[87969]: cluster 2023-11-16T01:34:40.250640+0000 mgr.smithi026.yidchs (mgr.14180) 465 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:43.227 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:43.241 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:42 smithi155 conmon[87969]: audit 2023-11-16T01:34:41.501144+0000 mgr.smithi026.yidchs (mgr.14180) 466 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:43.258 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:42 smithi026 conmon[83720]: audit 2023-11-16T01:34:41.501144+0000 mgr.smithi026.yidchs (mgr.14180) 466 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:44.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:43 smithi026 conmon[83720]: cluster 2023-11-16T01:34:42. 2023-11-16T01:34:44.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:43 smithi026 conmon[83720]: 251370+0000 mgr.smithi026.yidchs (mgr.14180) 467 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:43 smithi155 conmon[87969]: cluster 2023-11-16T01:34:42.251370+0000 mgr.smithi026.yidchs (mgr.14180) 467 : 2023-11-16T01:34:44.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:43 smithi155 conmon[87969]: cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:45.406 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:45.406 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:46.184 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:45 smithi155 conmon[87969]: cluster 2023-11-16T01:34:44.251984+0000 mgr.smithi026.yidchs (mgr.14180) 468 : cluster 2023-11-16T01:34:46.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:45 smithi155 conmon[87969]: [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:45 smithi026 conmon[83720]: cluster 2023-11-16T01:34:44.251984+0000 mgr.smithi026.yidchs (mgr.14180) 468 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:47.184 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:47.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:46 smithi026 conmon[83720]: audit 2023-11-16T01:34:45.401077+0000 mgr.smithi026.yidchs (mgr.14180) 469 : 2023-11-16T01:34:47.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:46 smithi026 conmon[83720]: audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:46 smithi155 conmon[87969]: audit 2023-11-16T01:34:45.401077+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:47.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:46 smithi155 conmon[87969]: 14180) 469 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:47 smithi155 conmon[87969]: cluster 2023-11-16T01:34:46.252523+0000 mgr.smithi026.yidchs (mgr.14180) 470 2023-11-16T01:34:48.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:47 smithi155 conmon[87969]: : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:47 smithi026 conmon[83720]: cluster 2023-11-16T01:34:46.252523+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:47 smithi026 conmon[83720]: 14180) 470 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:49.239 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:49.239 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:49.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:49 smithi155 conmon[87969]: cluster 2023-11-16T01:34:48.253057+0000 mgr.smithi026.yidchs (mgr.14180) 471 : cluster [DBG] 2023-11-16T01:34:50.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:49 smithi155 conmon[87969]: pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:49 smithi026 conmon[83720]: cluster 2023-11-16T01:34:48.253057+0000 mgr.smithi026.yidchs (mgr.14180) 471 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:50.979 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:50 smithi155 conmon[87969]: audit 2023-11-16T01:34:49.234216+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:34:51.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:50 smithi155 conmon[87969]: 14180) 472 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:50 smithi026 conmon[83720]: audit 2023-11-16T01:34:49.234216+0000 mgr.smithi026.yidchs 2023-11-16T01:34:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:50 smithi026 conmon[83720]: (mgr.14180) 472 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:51 smithi155 conmon[87969]: cluster 2023-11-16T01:34:50.253557+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:34:52.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:51 smithi155 conmon[87969]: ) 473 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:51 smithi026 conmon[83720]: cluster 2023-11-16T01:34:50.253557+0000 mgr.smithi026.yidchs 2023-11-16T01:34:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:51 smithi026 conmon[83720]: (mgr.14180) 473 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:53.186 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:34:53.186 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:34:53.939 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:34:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:53 smithi155 conmon[87969]: cluster 2023-11-16T01:34:52.254152+0000 mgr.smithi026.yidchs (mgr.14180) 474 : cluster 2023-11-16T01:34:54.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:53 smithi155 conmon[87969]: [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:53 smithi026 conmon[83720]: cluster 2023-11-16T01:34:52.254152+0000 mgr.smithi026.yidchs (mgr.14180) 474 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:54.940 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:34:55.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:54 smithi155 conmon[87969]: audit 2023-11-16T01:34:53.181385+0000 mgr.smithi026.yidchs (mgr.14180) 475 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:54 smithi026 conmon[83720]: audit 2023-11-16T01:34:53.181385+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:34:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:54 smithi026 conmon[83720]: .14180) 475 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:34:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:55 smithi155 conmon[87969]: cluster 2023-11-16T01:34:54.254580+0000 mgr.smithi026.yidchs (mgr.14180) 476 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:56.314 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:55 smithi026 conmon[83720]: cluster 2023-11-16T01:34:54.254580+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:34:56.315 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:55 smithi026 conmon[83720]: .14180) 476 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:34:57.013 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:05.426 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:57 smithi155 conmon[87969]: cluster 2023-11-16T01:34:56.255246+0000 mgr.smithi026.yidchs (mgr.14180) 477 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:57 smithi155 conmon[87969]: audit 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:57 smithi155 conmon[87969]: 2023-11-16T01:34:57.008445+0000 mgr.smithi026.yidchs (mgr.14180) 478 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:59 smithi155 conmon[87969]: cluster 2023-11-16T01:34:58.255883+0000 mgr.smithi026.yidchs (mgr.14180) 479 : cluster 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:34:59 smithi155 conmon[87969]: [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:01 smithi155 conmon[87969]: cluster 2023-11-16T01:35:00.256540+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:01 smithi155 conmon[87969]: 480 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:03 smithi155 conmon[87969]: cluster 2023-11-16T01:35:02.257242+0000 mgr.smithi026.yidchs (mgr.14180) 481 : cluster 2023-11-16T01:35:05.428 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:03 smithi155 conmon[87969]: [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:57 smithi026 conmon[83720]: cluster 2023-11-16T01:34:56.255246+0000 mgr.smithi026.yidchs (mgr.14180) 477 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:57 smithi026 conmon[83720]: audit 2023-11-16T01:34:57.008445+0000 mgr.smithi026.yidchs (mgr.14180) 478 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:59 smithi026 conmon[83720]: cluster 2023-11-16T01:34:58.255883+0000 mgr.smithi026.yidchs (mgr.14180) 479 : 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:34:59 smithi026 conmon[83720]: cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:01 smithi026 conmon[83720]: cluster 2023-11-16T01:35:00.256540+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:01 smithi026 conmon[83720]: 480 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:03 smithi026 conmon[83720]: cluster 2023-11-16T01:35:02.257242+0000 mgr.smithi026.yidchs (mgr.14180) 481 2023-11-16T01:35:05.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:03 smithi026 conmon[83720]: : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:05 smithi026 conmon[83720]: cluster 2023-11-16T01:35:04.257747+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:35:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:05 smithi026 conmon[83720]: ) 482 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:06.431 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:05 smithi155 conmon[87969]: cluster 2023-11-16T01:35:04.257747+0000 mgr.smithi026.yidchs (mgr.14180) 482 : 2023-11-16T01:35:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:05 smithi155 conmon[87969]: cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:08.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:07 smithi026 conmon[83720]: cluster 2023-11-16T01:35:06.258289+0000 mgr.smithi026.yidchs (mgr.14180) 483 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:07 smithi155 conmon[87969]: cluster 2023-11-16T01:35:06.258289+0000 mgr.smithi026.yidchs (mgr.14180) 483 : cluster 2023-11-16T01:35:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:07 smithi155 conmon[87969]: [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:08.522 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:08.523 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:09.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:10.256 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:10.286 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:10 smithi026 conmon[83720]: cluster 2023-11-16T01:35:08.258765+0000 mgr.smithi026.yidchs (mgr.14180) 484 : cluster [DBG] 2023-11-16T01:35:10.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:10 smithi026 conmon[83720]: pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:10.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:10 smithi026 conmon[83720]: audit 2023-11-16T01:35:08.517279+0000 mgr.smithi026.yidchs (mgr.14180) 485 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:10 smithi155 conmon[87969]: cluster 2023-11-16T01:35:08.258765+0000 mgr.smithi026.yidchs (mgr.14180) 484 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:10 smithi155 conmon[87969]: audit 2023-11-16T01:35:08 2023-11-16T01:35:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:10 smithi155 conmon[87969]: .517279+0000 mgr.smithi026.yidchs (mgr.14180) 485 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:12.294 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:12.295 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:12.316 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:12 smithi026 conmon[83720]: cluster 2023-11-16T01:35:10.259232+0000 mgr.smithi026.yidchs (mgr.14180) 486 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:12 smithi155 conmon[87969]: cluster 2023-11-16T01:35:10.259232+0000 mgr.smithi026.yidchs (mgr.14180) 486 2023-11-16T01:35:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:12 smithi155 conmon[87969]: : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:12.929 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:13.930 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:14.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:14 smithi026 conmon[83720]: cluster 2023-11-16T01:35:12.259799+0000 mgr.smithi026.yidchs (mgr.14180) 487 2023-11-16T01:35:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:14 smithi026 conmon[83720]: : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:14 smithi026 conmon[83720]: audit 2023-11-16T01:35:12.289697+0000 mgr.smithi026.yidchs (mgr.14180) 488 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:14 smithi155 conmon[87969]: cluster 2023-11-16T01:35:12.259799+0000 mgr.smithi026.yidchs (mgr.14180) 487 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:14 smithi155 conmon[87969]: audit 2023-11-16T01:35:12.289697+0000 mgr.smithi026.yidchs (mgr.14180) 488 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:16.086 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:16.087 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:16.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:16 smithi026 conmon[83720]: cluster 2023-11-16T01:35:14.260285+0000 mgr.smithi026.yidchs (mgr.14180) 489 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:16.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:16 smithi155 conmon[87969]: cluster 2023-11-16T01:35:14.260285+0000 mgr.smithi026.yidchs (mgr.14180) 489 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:16.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:17.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:17 smithi026 conmon[83720]: audit 2023-11-16T01:35:16.081463+0000 mgr.smithi026.yidchs (mgr.14180) 490 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:17 smithi155 conmon[87969]: audit 2023-11-16T01:35:16.081463+0000 mgr.smithi026.yidchs (mgr.14180) 490 : audit [DBG] 2023-11-16T01:35:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:17 smithi155 conmon[87969]: from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:17.807 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:18.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:18 smithi026 conmon[83720]: cluster 2023-11-16T01:35:16.260866+0000 mgr.smithi026.yidchs 2023-11-16T01:35:18.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:18 smithi026 conmon[83720]: (mgr.14180) 491 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:18 smithi155 conmon[87969]: cluster 2023-11-16T01:35:16.260866+0000 mgr.smithi026.yidchs (mgr.14180) 491 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:19.950 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:19.950 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:20 smithi026 conmon[83720]: cluster 2023-11-16T01:35:18.261350+0000 mgr.smithi026.yidchs (mgr.14180) 492 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:20 smithi155 conmon[87969]: cluster 2023-11-16T01:35:18.261350+0000 mgr.smithi026.yidchs (mgr.14180) 492 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:20.729 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:21 smithi026 conmon[83720]: audit 2023-11-16T01:35:19.945304+0000 mgr.smithi026.yidchs (mgr.14180) 493 : 2023-11-16T01:35:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:21 smithi026 conmon[83720]: audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:21 smithi155 conmon[87969]: audit 2023-11-16T01:35:19.945304+0000 mgr.smithi026.yidchs (mgr.14180) 493 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:21 smithi155 conmon[87969]: 2023-11-16T01:35:21.730 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:22.025 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:22 smithi026 conmon[83720]: cluster 2023-11-16T01:35:20.261785+0000 mgr.smithi026.yidchs 2023-11-16T01:35:22.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:22 smithi026 conmon[83720]: (mgr.14180) 494 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:22 smithi155 conmon[87969]: cluster 2023-11-16T01:35:20.261785+0000 mgr.smithi026.yidchs (mgr.14180) 494 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:23.956 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:23.956 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:24.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:24 smithi026 conmon[83720]: cluster 2023-11-16T01:35:22.262523+0000 mgr.smithi026.yidchs (mgr.14180) 495 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:24 smithi155 conmon[87969]: cluster 2023-11-16T01:35:22.262523+0000 mgr.smithi026.yidchs (mgr.14180) 495 : cluster [DBG] 2023-11-16T01:35:24.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:24 smithi155 conmon[87969]: pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:24.669 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:25.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:25 smithi026 conmon[83720]: audit 2023-11-16T01:35:23.951130+0000 mgr.smithi026.yidchs (mgr.14180) 496 2023-11-16T01:35:25.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:25 smithi026 conmon[83720]: : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:25 smithi155 conmon[87969]: audit 2023-11-16T01:35:23.951130+0000 mgr.smithi026.yidchs (mgr.14180) 496 : audit [DBG] 2023-11-16T01:35:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:25 smithi155 conmon[87969]: from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:25.670 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:26 smithi026 conmon[83720]: cluster 2023-11-16T01:35:24.262925+0000 mgr.smithi026.yidchs ( 2023-11-16T01:35:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:26 smithi026 conmon[83720]: mgr.14180) 497 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:26 smithi155 conmon[87969]: cluster 2023-11-16T01:35:24.262925+0000 mgr.smithi026.yidchs (mgr.14180) 497 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:26 smithi155 conmon[87969]: 2023-11-16T01:35:27.806 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:27.807 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:28.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:28 smithi026 conmon[83720]: cluster 2023-11-16T01:35:26.263377+0000 mgr.smithi026.yidchs (mgr.14180) 498 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:28 smithi155 conmon[87969]: cluster 2023-11-16T01:35:26.263377+0000 mgr.smithi026.yidchs (mgr.14180) 498 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:28.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:29.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:29 smithi026 conmon[83720]: audit 2023-11-16T01:35:27.801644+0000 mgr.smithi026.yidchs (mgr.14180) 499 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:29 smithi155 conmon[87969]: audit 2023-11-16T01:35:27.801644+0000 mgr.smithi026.yidchs (mgr.14180) 499 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:29.502 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:30.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:30 smithi026 conmon[83720]: cluster 2023-11-16T01:35:28.264091+0000 mgr.smithi026.yidchs (mgr.14180) 500 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:30 smithi155 conmon[87969]: cluster 2023-11-16T01:35:28.264091+0000 mgr.smithi026.yidchs (mgr.14180) 500 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:31.624 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:31.624 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:32.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:32 smithi026 conmon[83720]: cluster 2023-11-16T01:35:30.264641+0000 mgr.smithi026.yidchs (mgr.14180) 501 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:32.309 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:32 smithi155 conmon[87969]: cluster 2023-11-16T01:35:30.264641+0000 mgr.smithi026.yidchs (mgr.14180) 501 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:33.310 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:33 smithi026 conmon[83720]: audit 2023-11-16T01:35:31.618937+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:35:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:33 smithi026 conmon[83720]: ) 502 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:33 smithi155 conmon[87969]: audit 2023-11-16T01:35:31.618937+0000 mgr.smithi026.yidchs (mgr.14180) 502 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:34.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:34 smithi026 conmon[83720]: cluster 2023-11-16T01:35:32.265515+0000 mgr.smithi026.yidchs 2023-11-16T01:35:34.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:34 smithi026 conmon[83720]: (mgr.14180) 503 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:34 smithi155 conmon[87969]: cluster 2023-11-16T01:35:32.265515+0000 mgr.smithi026.yidchs (mgr.14180) 503 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:35.403 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:35.403 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:36.167 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:36 smithi026 conmon[83720]: cluster 2023-11-16T01:35:34.266083+0000 mgr.smithi026.yidchs (mgr.14180) 504 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:36 smithi155 conmon[87969]: cluster 2023-11-16T01:35:34.266083+0000 mgr.smithi026.yidchs (mgr.14180) 504 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:36 smithi155 conmon[87969]: 2023-11-16T01:35:37.168 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:37.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:37 smithi026 conmon[83720]: audit 2023-11-16T01:35:35.398063+0000 mgr.smithi026.yidchs (mgr.14180) 505 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:37 smithi155 conmon[87969]: audit 2023-11-16T01:35:35.398063+0000 mgr.smithi026.yidchs (mgr.14180) 505 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:38 smithi026 conmon[83720]: cluster 2023-11-16T01: 2023-11-16T01:35:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:38 smithi026 conmon[83720]: 35:36.266584+0000 mgr.smithi026.yidchs (mgr.14180) 506 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:38 smithi155 conmon[87969]: cluster 2023-11-16T01:35:36.266584+0000 mgr.smithi026.yidchs (mgr.14180) 506 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:39.292 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:39.293 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:39.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:40.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:40 smithi026 conmon[83720]: cluster 2023-11-16T01:35:38.267334+0000 mgr.smithi026.yidchs (mgr.14180) 507 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:40 smithi155 conmon[87969]: cluster 2023-11-16T01:35:38.267334+0000 mgr.smithi026.yidchs (mgr.14180) 507 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:40.928 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:41 smithi026 conmon[83720]: audit 2023-11-16T01: 2023-11-16T01:35:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:41 smithi026 conmon[83720]: 35:39.288029+0000 mgr.smithi026.yidchs (mgr.14180) 508 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:41 smithi155 conmon[87969]: audit 2023-11-16T01:35:39.288029+0000 mgr.smithi026.yidchs (mgr.14180) 508 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:42.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:42 smithi026 conmon[83720]: cluster 2023-11-16T01:35:40.267886+0000 mgr.smithi026.yidchs (mgr.14180) 509 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:42 smithi155 conmon[87969]: cluster 2023-11-16T01:35:40.267886+0000 mgr.smithi026.yidchs (mgr.14180) 509 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:43.066 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:43.066 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:43.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:44 smithi026 conmon[83720]: cluster 2023-11-16T01:35:42.268493+0000 mgr.smithi026.yidchs (mgr.14180) 510 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:44.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:44 smithi026 conmon[83720]: audit 2023-11-16T01:35:43.061211+0000 mgr.smithi026.yidchs (mgr.14180) 511 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:44 smithi155 conmon[87969]: cluster 2023-11-16T01:35:42.268493+0000 mgr.smithi026.yidchs (mgr.14180) 510 : cluster [DBG] 2023-11-16T01:35:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:44 smithi155 conmon[87969]: pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:44.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:44 smithi155 conmon[87969]: audit 2023-11-16T01:35:43.061211+0000 mgr.smithi026.yidchs (mgr.14180) 511 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:44.928 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:46 smithi026 conmon[83720]: cluster 2023-11-16T01:35:44.268998+0000 mgr.smithi026.yidchs (mgr.14180) 512 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:46 smithi155 conmon[87969]: cluster 2023-11-16T01:35:44.268998+0000 mgr.smithi026.yidchs (mgr.14180) 512 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:46.920 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:46.920 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:47.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:48.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:48 smithi026 conmon[83720]: cluster 2023-11-16T01:35:46.269462+0000 mgr.smithi026.yidchs (mgr.14180) 513 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:48.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:48 smithi026 conmon[83720]: audit 2023-11-16T01:35:46.914960+0000 mgr.smithi026.yidchs (mgr.14180) 514 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:48 smithi155 conmon[87969]: cluster 2023-11-16T01:35:46.269462+0000 mgr.smithi026.yidchs (mgr.14180) 513 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:48 smithi155 conmon[87969]: 2023-11-16T01:35:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:48 smithi155 conmon[87969]: audit 2023-11-16T01:35:46.914960+0000 mgr.smithi026.yidchs (mgr.14180) 514 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:48.626 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:50.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:50 smithi026 conmon[83720]: cluster 2023-11-16T01:35:48.270108+0000 mgr.smithi026.yidchs 2023-11-16T01:35:50.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:50 smithi026 conmon[83720]: (mgr.14180) 515 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:50 smithi155 conmon[87969]: cluster 2023-11-16T01:35:48.270108+0000 mgr.smithi026.yidchs (mgr.14180) 515 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:50.696 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:50.696 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:51.423 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:52.424 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:52.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:52 smithi026 conmon[83720]: cluster 2023-11-16T01:35:50.270814+0000 mgr.smithi026.yidchs (mgr.14180) 516 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:52.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:52 smithi026 conmon[83720]: audit 2023-11-16T01:35:50.691292+0000 mgr.smithi026.yidchs (mgr.14180) 517 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:52 smithi155 conmon[87969]: cluster 2023-11-16T01:35:50.270814+0000 mgr.smithi026.yidchs (mgr.14180) 516 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:52 smithi155 conmon[87969]: audit 2023-11-16T01:35:50.691292+0000 mgr.smithi026.yidchs (mgr.14180) 517 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:53 smithi026 conmon[83720]: cluster 2023-11-16T01:35:52.271602+0000 2023-11-16T01:35:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:53 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 518 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:53 smithi155 conmon[87969]: cluster 2023-11-16T01:35:52.271602+0000 mgr.smithi026.yidchs (mgr.14180) 518 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:54.583 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:54.583 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:55.264 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:35:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:55 smithi155 conmon[87969]: cluster 2023-11-16T01:35:54.272138+0000 mgr.smithi026.yidchs (mgr.14180) 519 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:55 smithi155 conmon[87969]: audit 2023-11-16T01:35:54.578397 2023-11-16T01:35:56.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:55 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 520 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:56.265 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:35:56.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:55 smithi026 conmon[83720]: cluster 2023-11-16T01:35:54.272138+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:35:56.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:55 smithi026 conmon[83720]: ) 519 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:56.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:55 smithi026 conmon[83720]: audit 2023-11-16T01:35:54.578397+0000 mgr.smithi026.yidchs (mgr.14180) 520 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:35:58.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:57 smithi155 conmon[87969]: cluster 2023-11-16T01:35:56.272694+0000 mgr.smithi026.yidchs (mgr.14180) 521 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:58.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:57 smithi026 conmon[83720]: cluster 2023-11-16T01:35:56.272694+0000 mgr.smithi026.yidchs (mgr.14180) 521 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:35:58.407 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:35:58.407 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:35:59.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:00.173 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:59 smithi155 conmon[87969]: cluster 2023-11-16T01:35:58.273242+0000 mgr.smithi026.yidchs (mgr.14180) 522 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:59 smithi155 conmon[87969]: audit 2023-11-16T01:35:58 2023-11-16T01:36:00.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:35:59 smithi155 conmon[87969]: .402606+0000 mgr.smithi026.yidchs (mgr.14180) 523 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:59 smithi026 conmon[83720]: cluster 2023-11-16T01:35:58.273242+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:36:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:59 smithi026 conmon[83720]: 14180) 522 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:35:59 smithi026 conmon[83720]: audit 2023-11-16T01:35:58.402606+0000 mgr.smithi026.yidchs (mgr.14180) 523 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:02.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:01 smithi026 conmon[83720]: cluster 2023-11-16T01:36:00.273714+0000 mgr.smithi026.yidchs (mgr.14180) 524 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:02.184 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:02.185 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:02.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:01 smithi155 conmon[87969]: cluster 2023-11-16T01:36:00.273714+0000 mgr.smithi026.yidchs (mgr.14180) 524 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:02.903 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:03.905 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:03 smithi155 conmon[87969]: audit 2023-11-16T01:36:02.179283+0000 mgr.smithi026.yidchs (mgr.14180) 525 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:04.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:03 smithi155 conmon[87969]: cluster 2023-11-16T01:36:02.274444+0000 mgr.smithi026.yidchs (mgr.14180) 526 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:03 smithi026 conmon[83720]: audit 2023-11-16T01:36: 2023-11-16T01:36:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:03 smithi026 conmon[83720]: 02.179283+0000 mgr.smithi026.yidchs (mgr.14180) 525 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:04.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:03 smithi026 conmon[83720]: cluster 2023-11-16T01:36:02.274444+0000 mgr.smithi026.yidchs (mgr.14180) 526 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:05.969 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:05.969 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:05 smithi155 conmon[87969]: cluster 2023-11-16T01:36:04.274837+0000 mgr.smithi026.yidchs (mgr.14180) 527 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:05 smithi026 conmon[83720]: cluster 2023-11-16T01:36:04.274837+0000 mgr.smithi026.yidchs (mgr.14180) 527 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:06.604 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:07.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:06 smithi155 conmon[87969]: audit 2023-11-16T01:36:05.964384+0000 mgr.smithi026.yidchs (mgr.14180) 528 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:07.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:06 smithi026 conmon[83720]: audit 2023-11-16T01:36:05.964384+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:36:07.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:06 smithi026 conmon[83720]: 14180) 528 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:07.604 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:07 smithi155 conmon[87969]: cluster 2023-11-16T01:36:06.275466+0000 mgr.smithi026.yidchs (mgr.14180) 529 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:07 smithi155 conmon[87969]: 2023-11-16T01:36:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:07 smithi026 conmon[83720]: cluster 2023-11-16T01:36:06.275466+0000 mgr.smithi026.yidchs 2023-11-16T01:36:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:07 smithi026 conmon[83720]: (mgr.14180) 529 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:09.731 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:09.731 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:10.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:09 smithi026 conmon[83720]: cluster 2023-11-16T01:36:08.276214+0000 mgr.smithi026.yidchs (mgr.14180) 530 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:10.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:09 smithi155 conmon[87969]: cluster 2023-11-16T01:36:08.276214+0000 mgr.smithi026.yidchs (mgr.14180) 530 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:10.471 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:10 smithi026 conmon[83720]: audit 2023-11-16T01:36:09.726227+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:36:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:10 smithi026 conmon[83720]: .14180) 531 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:11.472 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:10 smithi155 conmon[87969]: audit 2023-11-16T01:36:09.726227+0000 mgr.smithi026.yidchs (mgr.14180) 531 : audit 2023-11-16T01:36:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:10 smithi155 conmon[87969]: [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:11 smithi026 conmon[83720]: cluster 2023-11-16T01:36:10.276619+0000 2023-11-16T01:36:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:11 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 532 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:11 smithi155 conmon[87969]: cluster 2023-11-16T01:36:10.276619+0000 mgr.smithi026.yidchs (mgr.14180) 532 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:13.537 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:13.537 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:14.212 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:14.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:13 smithi026 conmon[83720]: cluster 2023-11-16T01:36:12.277174+0000 mgr.smithi026.yidchs (mgr.14180) 533 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:13 smithi155 conmon[87969]: cluster 2023-11-16T01:36:12.277174+0000 mgr.smithi026.yidchs (mgr.14180) 533 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:15.214 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:15.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:15 smithi026 conmon[83720]: audit 2023-11-16T01:36:13.532111+0000 mgr.smithi026.yidchs (mgr.14180) 534 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:15 smithi155 conmon[87969]: audit 2023-11-16T01:36:13.532111+0000 mgr.smithi026.yidchs (mgr.14180) 534 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:16 smithi026 conmon[83720]: cluster 2023-11-16T01:36:14.277685+0000 mgr.smithi026.yidchs 2023-11-16T01:36:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:16 smithi026 conmon[83720]: (mgr.14180) 535 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:16 smithi155 conmon[87969]: cluster 2023-11-16T01:36:14.277685+0000 mgr.smithi026.yidchs (mgr.14180) 535 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:17.216 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:17.216 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:17.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:18 smithi026 conmon[83720]: cluster 2023-11-16T01:36:16.278304+0000 mgr.smithi026.yidchs (mgr.14180) 536 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:18 smithi155 conmon[87969]: cluster 2023-11-16T01:36:16.278304+0000 mgr.smithi026.yidchs (mgr.14180) 536 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:18.929 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:19 smithi026 conmon[83720]: audit 2023-11-16T01:36:17.211233 2023-11-16T01:36:19.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:19 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 537 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:19 smithi155 conmon[87969]: audit 2023-11-16T01:36:17.211233+0000 mgr.smithi026.yidchs (mgr.14180) 537 : 2023-11-16T01:36:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:19 smithi155 conmon[87969]: audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:20.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:20 smithi026 conmon[83720]: cluster 2023-11-16T01:36:18.278805 2023-11-16T01:36:20.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:20 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 538 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:20 smithi155 conmon[87969]: cluster 2023-11-16T01:36:18.278805+0000 mgr.smithi026.yidchs (mgr.14180) 538 : cluster 2023-11-16T01:36:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:20 smithi155 conmon[87969]: [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:21.085 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:21.085 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:21.852 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:22.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:22 smithi026 conmon[83720]: cluster 2023-11-16T01:36:20.279354+0000 mgr.smithi026.yidchs (mgr.14180) 539 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:22.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:22 smithi026 conmon[83720]: audit 2023-11-16T01:36:21.077756+0000 mgr.smithi026.yidchs (mgr.14180) 540 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:22 smithi155 conmon[87969]: cluster 2023-11-16T01:36:20.279354+0000 mgr.smithi026.yidchs (mgr.14180) 539 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:22 smithi155 conmon[87969]: audit 2023-11-16T01:36:21.077756+0000 mgr.smithi026.yidchs (mgr.14180) 540 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:22.853 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:24 smithi026 conmon[83720]: cluster 2023-11-16T01:36:22.279999+0000 mgr.smithi026.yidchs ( 2023-11-16T01:36:24.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:24 smithi026 conmon[83720]: mgr.14180) 541 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:24 smithi155 conmon[87969]: cluster 2023-11-16T01:36:22.279999+0000 mgr.smithi026.yidchs (mgr.14180) 541 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:24.897 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:24.897 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:25.601 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:26 smithi026 conmon[83720]: cluster 2023-11-16T01:36:24.280368+0000 mgr.smithi026.yidchs (mgr.14180) 542 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:26 smithi026 conmon[83720]: audit 2023-11-16T01:36:24.892425+0000 mgr.smithi026.yidchs (mgr.14180) 543 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:26 smithi155 conmon[87969]: cluster 2023-11-16T01:36:24.280368+0000 mgr.smithi026.yidchs (mgr.14180) 542 : 2023-11-16T01:36:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:26 smithi155 conmon[87969]: cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:26 smithi155 conmon[87969]: audit 2023-11-16T01:36:24.892425+0000 mgr.smithi026.yidchs (mgr.14180) 543 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:26.602 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:28.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:28 smithi026 conmon[83720]: cluster 2023-11-16T01:36:26.281184+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:36:28.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:28 smithi026 conmon[83720]: ) 544 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:28 smithi155 conmon[87969]: cluster 2023-11-16T01:36:26.281184+0000 mgr.smithi026.yidchs (mgr.14180) 544 : cluster [DBG] 2023-11-16T01:36:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:28 smithi155 conmon[87969]: pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:28.775 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:28.775 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:29.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:30.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:30 smithi026 conmon[83720]: cluster 2023-11-16T01:36:28.281730+0000 mgr.smithi026.yidchs (mgr.14180) 545 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:30.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:30 smithi026 conmon[83720]: audit 2023-11-16T01:36:28.770285+0000 mgr.smithi026.yidchs (mgr.14180) 546 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:30 smithi155 conmon[87969]: cluster 2023-11-16T01:36:28.281730+0000 mgr.smithi026.yidchs (mgr.14180) 545 : cluster 2023-11-16T01:36:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:30 smithi155 conmon[87969]: [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:30 smithi155 conmon[87969]: audit 2023-11-16T01:36:28.770285+0000 mgr.smithi026.yidchs (mgr.14180) 546 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:30.512 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:32.220 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:32 smithi026 conmon[83720]: cluster 2023-11-16T01:36:30.282414+0000 mgr.smithi026.yidchs (mgr.14180) 547 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:32 smithi155 conmon[87969]: cluster 2023-11-16T01:36:30.282414+0000 mgr.smithi026.yidchs (mgr.14180) 547 : 2023-11-16T01:36:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:32 smithi155 conmon[87969]: cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:32.632 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:32.632 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:33.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:34.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:34 smithi026 conmon[83720]: cluster 2023-11-16T01:36:32.282961+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:36:34.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:34 smithi026 conmon[83720]: 548 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:34.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:34 smithi026 conmon[83720]: audit 2023-11-16T01:36:32.627332+0000 mgr.smithi026.yidchs (mgr.14180) 549 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:34.363 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:34 smithi155 conmon[87969]: cluster 2023-11-16T01:36:32.282961+0000 mgr.smithi026.yidchs (mgr.14180) 548 : 2023-11-16T01:36:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:34 smithi155 conmon[87969]: cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:34 smithi155 conmon[87969]: audit 2023-11-16T01:36:32.627332+0000 mgr.smithi026.yidchs (mgr.14180) 549 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:36 smithi026 conmon[83720]: cluster 2023-11-16T01:36:34.283386+0000 mgr.smithi026.yidchs (mgr.14180) 550 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:36.431 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:36.432 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:36 smithi155 conmon[87969]: cluster 2023-11-16T01:36:34.283386+0000 mgr.smithi026.yidchs (mgr.14180) 550 : cluster 2023-11-16T01:36:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:36 smithi155 conmon[87969]: [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:37.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:38.143 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:38 smithi026 conmon[83720]: cluster 2023-11-16T01:36:36.283835+0000 mgr.smithi026.yidchs (mgr.14180) 551 : cluster [DBG] 2023-11-16T01:36:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:38 smithi026 conmon[83720]: pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:38 smithi026 conmon[83720]: audit 2023-11-16T01:36:36.426860+0000 mgr.smithi026.yidchs (mgr.14180) 552 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:38 smithi155 conmon[87969]: cluster 2023-11-16T01:36:36.283835+0000 mgr.smithi026.yidchs (mgr.14180) 551 : cluster [DBG] 2023-11-16T01:36:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:38 smithi155 conmon[87969]: pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:38 smithi155 conmon[87969]: audit 2023-11-16T01:36:36.426860+0000 mgr.smithi026.yidchs (mgr.14180) 552 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:40.183 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:40.183 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:40.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:40 smithi026 conmon[83720]: cluster 2023-11-16T01:36:38.284325+0000 mgr.smithi026.yidchs (mgr.14180) 553 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:40 smithi155 conmon[87969]: cluster 2023-11-16T01:36:38.284325+0000 mgr.smithi026.yidchs (mgr.14180) 553 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:40 smithi155 conmon[87969]: 2023-11-16T01:36:40.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:41.943 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:42 smithi026 conmon[83720]: audit 2023-11-16T01:36:40.178479+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:36:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:42 smithi026 conmon[83720]: 14180) 554 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:42 smithi026 conmon[83720]: cluster 2023-11-16T01:36:40.284783+0000 mgr.smithi026.yidchs (mgr.14180) 555 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:42 smithi155 conmon[87969]: audit 2023-11-16T01:36:40.178479+0000 mgr.smithi026.yidchs (mgr.14180) 554 2023-11-16T01:36:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:42 smithi155 conmon[87969]: : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:42 smithi155 conmon[87969]: cluster 2023-11-16T01:36:40.284783+0000 mgr.smithi026.yidchs (mgr.14180) 555 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:44.080 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:44.080 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.180505Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:44.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:44 smithi026 conmon[83720]: cluster 2023-11-16T01:36:42.285310+0000 mgr.smithi026.yidchs (mgr.14180) 556 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:44 smithi155 conmon[87969]: cluster 2023-11-16T01:36:42.285310+0000 mgr.smithi026.yidchs (mgr.14180) 556 : cluster 2023-11-16T01:36:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:44 smithi155 conmon[87969]: [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:44.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:45.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:45 smithi026 conmon[83720]: audit 2023-11-16T01:36:44.074870+0000 mgr.smithi026.yidchs ( 2023-11-16T01:36:45.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:45 smithi026 conmon[83720]: mgr.14180) 557 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:45 smithi155 conmon[87969]: audit 2023-11-16T01:36:44.074870+0000 mgr.smithi026.yidchs (mgr.14180) 557 : audit [DBG] 2023-11-16T01:36:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:45 smithi155 conmon[87969]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:45.800 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:46 smithi026 conmon[83720]: cluster 2023-11-16T01:36:44.285718+0000 mgr.smithi026.yidchs ( 2023-11-16T01:36:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:46 smithi026 conmon[83720]: mgr.14180) 558 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:46.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:46 smithi026 conmon[83720]: audit 2023-11-16T01:36:45.557209+0000 mon.smithi026 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.bfinsk"}]: dispatch 2023-11-16T01:36:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:46 smithi155 conmon[87969]: cluster 2023-11-16T01:36:44.285718+0000 mgr.smithi026.yidchs (mgr.14180) 558 : cluster 2023-11-16T01:36:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:46 smithi155 conmon[87969]: [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:46 smithi155 conmon[87969]: audit 2023-11-16T01:36:45.557209+0000 mon.smithi026 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.bfinsk"}]: dispatch 2023-11-16T01:36:47.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:36:45.556575+0000 mgr.smithi026.yidchs (mgr.14180) 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:36:45.556823+0000 mgr.smithi026.yidchs (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:36:45.558091+0000 mgr.smithi026.yidchs (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:47 smithi026 conmon[83720]: cephadm 2023-11-16T01:36:45.559856+0000 mgr.smithi026.yidchs (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.ejdzjh on smithi026 2023-11-16T01:36:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: cephadm 2023-11-16T01:36:45.556575+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:36:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 559 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-16T01:36:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-16T01:36:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:36:47.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:36:47.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:36:47.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:36:47.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:36:47.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-16T01:36:47.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: -rate-limit 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: cephadm 2023-11-16T01:36:45.556823+0000 mgr.smithi026.yidchs (mgr.14180) 560 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: cephadm 2023-11-16T01:36:45.558091+0000 mgr.smithi026.yidchs (mgr.14180) 561 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.bfinsk ... 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:34:49Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:35:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:36:05Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:36:47.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-16T01:36:47.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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-16T01:36:47.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:36:47.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:47 smithi155 conmon[87969]: cephadm 2023-11-16T01:36:45.559856+0000 mgr.smithi026.yidchs (mgr.14180) 562 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.ejdzjh on smithi026 2023-11-16T01:36:47.972 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:47.972 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:48 smithi026 conmon[83720]: cluster 2023-11-16T01:36:46.286178+0000 mgr.smithi026.yidchs ( 2023-11-16T01:36:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:48 smithi026 conmon[83720]: mgr.14180) 563 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:48 smithi155 conmon[87969]: cluster 2023-11-16T01:36:46.286178+0000 mgr.smithi026.yidchs (mgr.14180) 563 : 2023-11-16T01:36:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:48 smithi155 conmon[87969]: cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:48.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:49.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:49 smithi026 conmon[83720]: audit 2023-11-16T01:36:47.966547+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:36:49.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:49 smithi026 conmon[83720]: .14180) 564 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:49 smithi155 conmon[87969]: audit 2023-11-16T01:36:47.966547+0000 mgr.smithi026.yidchs (mgr.14180) 564 : audit 2023-11-16T01:36:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:49 smithi155 conmon[87969]: [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:49.679 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:50 smithi026 conmon[83720]: cluster 2023-11-16T01:36:48.286686+0000 mgr.smithi026.yidchs 2023-11-16T01:36:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:50 smithi026 conmon[83720]: (mgr.14180) 565 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:50 smithi155 conmon[87969]: cluster 2023-11-16T01:36:48.286686+0000 mgr.smithi026.yidchs (mgr.14180) 565 : 2023-11-16T01:36:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:50 smithi155 conmon[87969]: cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:51.864 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:51.864 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:52 smithi026 conmon[83720]: cluster 2023-11-16T01:36:50.287099+0000 mgr.smithi026.yidchs (mgr.14180) 566 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:52 smithi155 conmon[87969]: cluster 2023-11-16T01:36:50.287099+0000 mgr.smithi026.yidchs (mgr.14180) 566 : cluster 2023-11-16T01:36:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:52 smithi155 conmon[87969]: [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:52.634 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:53 smithi026 conmon[83720]: audit 2023-11-16T01:36:51.859474+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:36:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:53 smithi026 conmon[83720]: 14180) 567 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:53 smithi155 conmon[87969]: audit 2023-11-16T01:36:51.859474+0000 mgr.smithi026.yidchs (mgr.14180) 567 : audit 2023-11-16T01:36:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:53 smithi155 conmon[87969]: [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:53.635 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:54.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:54 smithi026 conmon[83720]: cluster 2023-11-16T01:36:52.287968+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:36:54.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:54 smithi026 conmon[83720]: 14180) 568 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:54 smithi155 conmon[87969]: cluster 2023-11-16T01:36:52.287968+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:36:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:54 smithi155 conmon[87969]: 568 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:55.693 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:55.693 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:36:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:56 smithi026 conmon[83720]: cluster 2023-11-16T01:36:54.288368+0000 mgr.smithi026.yidchs (mgr.14180) 569 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:56.421 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:36:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:56 smithi155 conmon[87969]: cluster 2023-11-16T01:36:54.288368+0000 mgr.smithi026.yidchs (mgr.14180) 569 : 2023-11-16T01:36:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:56 smithi155 conmon[87969]: cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:57.422 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:36:57.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:57 smithi026 conmon[83720]: audit 2023-11-16T01:36:55.688253+0000 mgr.smithi026.yidchs (mgr.14180) 570 : audit 2023-11-16T01:36:57.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:57 smithi026 conmon[83720]: [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:57 smithi155 conmon[87969]: audit 2023-11-16T01:36:55.688253+0000 mgr.smithi026.yidchs (mgr.14180) 570 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:36:58.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:58 smithi026 conmon[83720]: cluster 2023-11-16T01:36:56. 2023-11-16T01:36:58.329 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:36:58 smithi026 conmon[83720]: 289039+0000 mgr.smithi026.yidchs (mgr.14180) 571 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:58 smithi155 conmon[87969]: cluster 2023-11-16T01:36:56.289039+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:36:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:36:58 smithi155 conmon[87969]: 571 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:36:59.594 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:36:59.595 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:00.296 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:00 smithi155 conmon[87969]: cluster 2023-11-16T01:36:58.289579+0000 mgr.smithi026.yidchs (mgr.14180) 572 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:00.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:00 smithi026 conmon[83720]: cluster 2023-11-16T01:36:58.289579+0000 mgr.smithi026.yidchs (mgr.14180) 572 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:01.298 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:01 smithi155 conmon[87969]: audit 2023-11-16T01:36:59.589812+0000 mgr.smithi026.yidchs (mgr.14180) 573 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:01.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:01 smithi026 conmon[83720]: audit 2023-11-16T01:36:59.589812+0000 mgr.smithi026.yidchs (mgr.14180) 573 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:02 smithi155 conmon[87969]: cluster 2023-11-16T01:37:00.290029+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:02 smithi155 conmon[87969]: 574 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:02 smithi026 conmon[83720]: cluster 2023-11-16T01:37:00.290029+0000 mgr.smithi026.yidchs (mgr.14180) 574 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:03 smithi155 conmon[87969]: cluster 2023-11-16T01:37:02.290752+0000 mgr.smithi026.yidchs (mgr.14180) 575 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:03.525 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:03.525 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:03.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:03 smithi026 conmon[83720]: cluster 2023-11-16T01:37:02.290752+0000 mgr.smithi026.yidchs (mgr.14180) 575 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:04.254 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:04 smithi155 conmon[87969]: audit 2023-11-16T01:37:03.520439+0000 mgr.smithi026.yidchs (mgr.14180) 576 : audit 2023-11-16T01:37:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:04 smithi155 conmon[87969]: [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:04 smithi026 conmon[83720]: audit 2023-11-16T01:37:03.520439+0000 2023-11-16T01:37:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:04 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 576 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:05.255 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:06.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:05 smithi026 conmon[83720]: cluster 2023-11-16T01:37:04 2023-11-16T01:37:06.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:05 smithi026 conmon[83720]: .291195+0000 mgr.smithi026.yidchs (mgr.14180) 577 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:05 smithi155 conmon[87969]: cluster 2023-11-16T01:37:04.291195+0000 mgr.smithi026.yidchs (mgr.14180) 577 : cluster [DBG] 2023-11-16T01:37:06.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:05 smithi155 conmon[87969]: pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:07.388 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:07.388 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:08.095 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:07 smithi155 conmon[87969]: cluster 2023-11-16T01:37:06.291819+0000 mgr.smithi026.yidchs (mgr.14180) 578 : cluster [DBG] 2023-11-16T01:37:08.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:07 smithi155 conmon[87969]: pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:07 smithi026 conmon[83720]: cluster 2023-11-16T01:37:06.291819+0000 mgr.smithi026.yidchs (mgr.14180) 578 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:09.096 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:09.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:08 smithi155 conmon[87969]: audit 2023-11-16T01:37:07.382957+0000 mgr.smithi026.yidchs (mgr.14180) 579 : audit 2023-11-16T01:37:09.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:08 smithi155 conmon[87969]: [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:08 smithi026 conmon[83720]: audit 2023-11-16T01:37:07.382957+0000 mgr.smithi026.yidchs (mgr.14180) 579 : audit 2023-11-16T01:37:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:08 smithi026 conmon[83720]: [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:09 smithi026 conmon[83720]: cluster 2023-11-16T01:37:08.292438+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:37:10.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:09 smithi026 conmon[83720]: 14180) 580 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:09 smithi155 conmon[87969]: cluster 2023-11-16T01:37:08.292438+0000 mgr.smithi026.yidchs (mgr.14180) 580 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:09 smithi155 conmon[87969]: 2023-11-16T01:37:11.118 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:11.118 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:11.826 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:12.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:11 smithi026 conmon[83720]: cluster 2023-11-16T01:37:10.292955+0000 mgr.smithi026.yidchs (mgr.14180) 581 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:11 smithi155 conmon[87969]: cluster 2023-11-16T01:37:10.292955+0000 mgr.smithi026.yidchs (mgr.14180) 581 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:12.827 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:13.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:12 smithi026 conmon[83720]: audit 2023-11-16T01:37:11.113002+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:37:13.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:12 smithi026 conmon[83720]: 14180) 582 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:13 smithi155 conmon[87969]: audit 2023-11-16T01:37:11.113002+0000 mgr.smithi026.yidchs (mgr.14180) 582 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:14 smithi026 conmon[83720]: cluster 2023-11-16T01:37:12.293720+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:37:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:14 smithi026 conmon[83720]: 14180) 583 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:14 smithi155 conmon[87969]: cluster 2023-11-16T01:37:12.293720+0000 mgr.smithi026.yidchs (mgr.14180) 583 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:14 smithi155 conmon[87969]: 2023-11-16T01:37:14.989 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:14.989 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:15.760 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:16 smithi026 conmon[83720]: cluster 2023-11-16T01:37:14.294203+0000 mgr.smithi026.yidchs (mgr.14180) 584 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:16 smithi026 conmon[83720]: audit 2023-11-16T01:37:14.983988+0000 mgr.smithi026.yidchs (mgr.14180) 585 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:16 smithi155 conmon[87969]: cluster 2023-11-16T01:37:14.294203+0000 mgr.smithi026.yidchs (mgr.14180) 584 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:16 smithi155 conmon[87969]: audit 2023-11-16T01:37:14.983988+0000 mgr.smithi026.yidchs (mgr.14180) 585 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:16.761 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:18 smithi026 conmon[83720]: cluster 2023-11-16T01:37:16.294809 2023-11-16T01:37:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:18 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 586 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:18 smithi155 conmon[87969]: cluster 2023-11-16T01:37:16.294809+0000 mgr.smithi026.yidchs (mgr.14180) 586 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:18.963 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:18.963 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:19.660 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:20 smithi026 conmon[83720]: cluster 2023-11-16T01:37:18.295373+0000 mgr.smithi026.yidchs (mgr.14180) 587 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:20 smithi026 conmon[83720]: audit 2023-11-16T01:37:18.958161+0000 mgr.smithi026.yidchs (mgr.14180) 588 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:20 smithi155 conmon[87969]: cluster 2023-11-16T01:37:18.295373+0000 mgr.smithi026.yidchs (mgr.14180) 587 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:20 smithi155 conmon[87969]: audit 2023-11-16T01:37:18.958161+0000 mgr.smithi026.yidchs (mgr.14180) 588 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:20.661 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:22 smithi026 conmon[83720]: cluster 2023-11-16T01:37:20.296045+0000 mgr.smithi026.yidchs (mgr.14180) 589 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:22 smithi155 conmon[87969]: cluster 2023-11-16T01:37:20.296045+0000 mgr.smithi026.yidchs (mgr.14180) 589 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:22.716 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:22.716 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:23.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:24.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:24 smithi026 conmon[83720]: cluster 2023-11-16T01:37:22.296659+0000 mgr.smithi026.yidchs ( 2023-11-16T01:37:24.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:24 smithi026 conmon[83720]: mgr.14180) 590 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:24.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:24 smithi026 conmon[83720]: audit 2023-11-16T01:37:22.711086+0000 mgr.smithi026.yidchs (mgr.14180) 591 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:24.399 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:24 smithi155 conmon[87969]: cluster 2023-11-16T01:37:22.296659+0000 mgr.smithi026.yidchs (mgr.14180) 590 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:24 smithi155 conmon[87969]: audit 2023-11-16T01:37:22.711086+0000 mgr.smithi026.yidchs (mgr.14180) 591 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:26.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:26 smithi026 conmon[83720]: cluster 2023-11-16T01:37:24.297224+0000 mgr.smithi026.yidchs (mgr.14180) 592 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:26 smithi155 conmon[87969]: cluster 2023-11-16T01:37:24.297224+0000 mgr.smithi026.yidchs (mgr.14180) 592 : cluster [DBG] 2023-11-16T01:37:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:26 smithi155 conmon[87969]: pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:26.572 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:26.572 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:27.251 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:28.252 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:28.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:28 smithi026 conmon[83720]: cluster 2023-11-16T01:37:26.297837+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:28.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:28 smithi026 conmon[83720]: 593 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:28.283 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:28 smithi026 conmon[83720]: audit 2023-11-16T01:37:26.566589+0000 mgr.smithi026.yidchs (mgr.14180) 594 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:28 smithi155 conmon[87969]: cluster 2023-11-16T01:37:26.297837+0000 mgr.smithi026.yidchs (mgr.14180) 593 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:28 smithi155 conmon[87969]: 2023-11-16T01:37:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:28 smithi155 conmon[87969]: audit 2023-11-16T01:37:26.566589+0000 mgr.smithi026.yidchs (mgr.14180) 594 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:30.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:30 smithi026 conmon[83720]: cluster 2023-11-16T01:37:28.298406+0000 mgr.smithi026.yidchs (mgr.14180) 595 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:30.403 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:30.403 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:30 smithi155 conmon[87969]: cluster 2023-11-16T01:37:28.298406+0000 mgr.smithi026.yidchs (mgr.14180) 595 : cluster [DBG] 2023-11-16T01:37:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:30 smithi155 conmon[87969]: pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:31.157 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:32.158 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:32.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:32 smithi026 conmon[83720]: cluster 2023-11-16T01:37:30.298831+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:37:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:32 smithi026 conmon[83720]: ) 596 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:32.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:32 smithi026 conmon[83720]: audit 2023-11-16T01:37:30.398303+0000 mgr.smithi026.yidchs (mgr.14180) 597 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:32 smithi155 conmon[87969]: cluster 2023-11-16T01:37:30.298831+0000 mgr.smithi026.yidchs (mgr.14180) 596 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:32 smithi155 conmon[87969]: audit 2023-11-16T01:37:30.398303+0000 mgr.smithi026.yidchs (mgr.14180) 597 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:34.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:34 smithi026 conmon[83720]: cluster 2023-11-16T01:37:32.299417+0000 mgr.smithi026.yidchs (mgr.14180) 598 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:34.329 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:34.329 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:34 smithi155 conmon[87969]: cluster 2023-11-16T01:37:32.299417+0000 mgr.smithi026.yidchs (mgr.14180) 598 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:34 smithi155 conmon[87969]: 2023-11-16T01:37:35.013 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:36.014 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:36.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:36 smithi026 conmon[83720]: cluster 2023-11-16T01:37:34.299982+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:37:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:36 smithi026 conmon[83720]: .14180) 599 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:36 smithi026 conmon[83720]: audit 2023-11-16T01:37:34.324063+0000 mgr.smithi026.yidchs (mgr.14180) 600 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:36 smithi155 conmon[87969]: cluster 2023-11-16T01:37:34.299982+0000 mgr.smithi026.yidchs (mgr.14180) 599 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:36 smithi155 conmon[87969]: 2023-11-16T01:37:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:36 smithi155 conmon[87969]: audit 2023-11-16T01:37:34.324063+0000 mgr.smithi026.yidchs (mgr.14180) 600 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:38.044 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:38.044 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:38 smithi026 conmon[83720]: cluster 2023-11-16T01:37:36.300424+0000 mgr.smithi026.yidchs (mgr.14180) 601 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:38 smithi155 conmon[87969]: cluster 2023-11-16T01:37:36.300424+0000 mgr.smithi026.yidchs (mgr.14180) 601 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:38.739 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:39 smithi026 conmon[83720]: audit 2023-11-16T01:37:38.038452+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:37:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:39 smithi026 conmon[83720]: 14180) 602 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:39 smithi155 conmon[87969]: audit 2023-11-16T01:37:38.038452+0000 mgr.smithi026.yidchs (mgr.14180) 602 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:39.739 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:40.319 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:40 smithi026 conmon[83720]: cluster 2023-11-16T01:37:38.300923+0000 2023-11-16T01:37:40.320 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:40 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 603 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:40 smithi155 conmon[87969]: cluster 2023-11-16T01:37:38.300923+0000 mgr.smithi026.yidchs (mgr.14180) 603 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:41.854 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:41.854 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:42 smithi026 conmon[83720]: cluster 2023-11-16T01:37:40.301332+0000 mgr.smithi026.yidchs (mgr.14180) 604 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:42.446 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:42 smithi155 conmon[87969]: cluster 2023-11-16T01:37:40.301332+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:42 smithi155 conmon[87969]: 604 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:43 smithi026 conmon[83720]: audit 2023-11-16T01:37:41.849059+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:43 smithi026 conmon[83720]: 605 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:43.448 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:43 smithi155 conmon[87969]: audit 2023-11-16T01:37:41.849059+0000 mgr.smithi026.yidchs (mgr.14180) 605 : audit [DBG] 2023-11-16T01:37:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:43 smithi155 conmon[87969]: from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:44.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:44 smithi026 conmon[83720]: cluster 2023-11-16T01:37:42.302100+0000 2023-11-16T01:37:44.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:44 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 606 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:44 smithi155 conmon[87969]: cluster 2023-11-16T01:37:42.302100+0000 mgr.smithi026.yidchs (mgr.14180) 606 : cluster [DBG] 2023-11-16T01:37:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:44 smithi155 conmon[87969]: pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:45.616 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:45.723 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:46.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:46 smithi026 conmon[83720]: cluster 2023-11-16T01:37:44.302474+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:37:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:46 smithi026 conmon[83720]: ) 607 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:46 smithi155 conmon[87969]: cluster 2023-11-16T01:37:44.302474+0000 mgr.smithi026.yidchs (mgr.14180) 607 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:46 smithi155 conmon[87969]: 2023-11-16T01:37:47.239 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:47 smithi026 conmon[83720]: audit 2023-11-16T01:37:45.611329+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:47.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:47 smithi026 conmon[83720]: 608 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:47 smithi155 conmon[87969]: audit 2023-11-16T01:37:45.611329+0000 mgr.smithi026.yidchs (mgr.14180) 608 : audit [DBG] 2023-11-16T01:37:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:47 smithi155 conmon[87969]: from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:48 smithi026 conmon[83720]: cluster 2023-11-16T01:37:46.303106+0000 mgr.smithi026.yidchs (mgr.14180) 609 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:48 smithi155 conmon[87969]: cluster 2023-11-16T01:37:46.303106+0000 mgr.smithi026.yidchs (mgr.14180) 609 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:49.281 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:49.281 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:49.964 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:50 smithi026 conmon[83720]: cluster 2023-11-16T01:37:48.303607+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:37:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:50 smithi026 conmon[83720]: 610 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:50 smithi155 conmon[87969]: cluster 2023-11-16T01:37:48.303607+0000 mgr.smithi026.yidchs (mgr.14180) 610 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:50.965 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:37:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:51 smithi026 conmon[83720]: audit 2023-11-16T01:37:49.276682+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:37:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:51 smithi026 conmon[83720]: 14180) 611 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:51 smithi155 conmon[87969]: audit 2023-11-16T01:37:49.276682+0000 mgr.smithi026.yidchs (mgr.14180) 611 : audit [DBG] 2023-11-16T01:37:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:51 smithi155 conmon[87969]: from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:52.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:52 smithi026 conmon[83720]: cluster 2023-11-16T01:37:50.304096+0000 mgr.smithi026.yidchs (mgr.14180) 612 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:52 smithi155 conmon[87969]: cluster 2023-11-16T01:37:50.304096+0000 mgr.smithi026.yidchs (mgr.14180) 612 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:52 smithi155 conmon[87969]: 2023-11-16T01:37:53.007 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:37:53.007 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:37:53.771 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:37:54.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:54 smithi026 conmon[83720]: cluster 2023-11-16T01:37:52.304656+0000 mgr.smithi026.yidchs (mgr.14180) 613 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:54.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:54 smithi026 conmon[83720]: audit 2023-11-16T01:37:53.001369+0000 mgr.smithi026.yidchs (mgr.14180) 614 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:54 smithi155 conmon[87969]: cluster 2023-11-16T01:37:52.304656+0000 mgr.smithi026.yidchs (mgr.14180) 613 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:37:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:54 smithi155 conmon[87969]: audit 2023-11-16T01:37:53.001369+0000 mgr.smithi026.yidchs (mgr.14180) 614 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:37:54.773 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:00.351 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:56 smithi155 conmon[87969]: cluster 2023-11-16T01:37:54.305233+0000 mgr.smithi026.yidchs (mgr.14180) 615 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:00.351 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:37:58 smithi155 conmon[87969]: cluster 2023-11-16T01:37:56.305963+0000 mgr.smithi026.yidchs (mgr.14180) 616 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:56 smithi026 conmon[83720]: cluster 2023-11-16T01:37:54.305233+0000 mgr.smithi026.yidchs (mgr.14180) 615 : 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:56 smithi026 conmon[83720]: cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:58 smithi026 conmon[83720]: cluster 2023-11-16T01:37:56.305963+0000 mgr.smithi026.yidchs 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:37:58 smithi026 conmon[83720]: (mgr.14180) 616 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:00 smithi026 conmon[83720]: cluster 2023-11-16T01:37:58.306773+0000 mgr.smithi026.yidchs (mgr.14180) 617 : cluster [DBG] 2023-11-16T01:38:00.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:00 smithi026 conmon[83720]: pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:00 smithi155 conmon[87969]: cluster 2023-11-16T01:37:58.306773+0000 mgr.smithi026.yidchs (mgr.14180) 617 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:02 smithi155 conmon[87969]: cluster 2023-11-16T01:38:00.307272+0000 mgr.smithi026.yidchs (mgr.14180) 618 : cluster [DBG] 2023-11-16T01:38:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:02 smithi155 conmon[87969]: pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:02.539 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:02.539 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:02.567 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:02 smithi026 conmon[83720]: cluster 2023-11-16T01:38:00.307272+0000 mgr.smithi026.yidchs (mgr.14180) 618 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:03.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:04.242 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:04 smithi155 conmon[87969]: cluster 2023-11-16T01:38:02.308028+0000 mgr.smithi026.yidchs (mgr.14180) 619 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:04.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:04 smithi155 conmon[87969]: audit 2023-11-16T01:38:02.534327+0000 mgr.smithi026.yidchs (mgr.14180) 620 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:04.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:04 smithi026 conmon[83720]: cluster 2023-11-16T01:38:02.308028 2023-11-16T01:38:04.599 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:04 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 619 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:04.602 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:04 smithi026 conmon[83720]: audit 2023-11-16T01:38:02.534327+0000 mgr.smithi026.yidchs (mgr.14180) 620 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:06.319 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:06.320 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:06.342 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:06 smithi026 conmon[83720]: cluster 2023-11-16T01:38:04.308469+0000 mgr.smithi026.yidchs (mgr.14180) 621 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:06 smithi155 conmon[87969]: cluster 2023-11-16T01:38:04.308469+0000 mgr.smithi026.yidchs (mgr.14180) 621 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:06 smithi155 conmon[87969]: 2023-11-16T01:38:07.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:08.082 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:08 smithi155 conmon[87969]: cluster 2023-11-16T01:38:06.308931+0000 mgr.smithi026.yidchs (mgr.14180) 622 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:08 smithi155 conmon[87969]: audit 2023-11-16T01:38:06.314763+0000 mgr.smithi026.yidchs (mgr.14180) 623 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:08.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:08 smithi026 conmon[83720]: cluster 2023-11-16T01:38:06.308931+0000 mgr.smithi026.yidchs (mgr.14180) 622 : cluster [DBG] 2023-11-16T01:38:08.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:08 smithi026 conmon[83720]: pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:08.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:08 smithi026 conmon[83720]: audit 2023-11-16T01:38:06.314763+0000 mgr.smithi026.yidchs (mgr.14180) 623 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:10.263 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:10.263 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:10 smithi155 conmon[87969]: cluster 2023-11-16T01:38:08.309409+0000 mgr.smithi026.yidchs (mgr.14180) 624 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:10 smithi155 conmon[87969]: 2023-11-16T01:38:10.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:10 smithi026 conmon[83720]: cluster 2023-11-16T01:38:08.309409+0000 mgr.smithi026.yidchs (mgr.14180) 624 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:10.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:11.980 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:12 smithi026 conmon[83720]: audit 2023-11-16T01:38:10.258251+0000 mgr.smithi026.yidchs (mgr.14180) 625 : 2023-11-16T01:38:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:12 smithi026 conmon[83720]: audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:12 smithi026 conmon[83720]: cluster 2023-11-16T01:38:10.309840+0000 mgr.smithi026.yidchs (mgr.14180) 626 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:12 smithi155 conmon[87969]: audit 2023-11-16T01:38:10.258251+0000 mgr.smithi026.yidchs (mgr.14180) 625 : audit 2023-11-16T01:38:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:12 smithi155 conmon[87969]: [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:12 smithi155 conmon[87969]: cluster 2023-11-16T01:38:10.309840+0000 mgr.smithi026.yidchs (mgr.14180) 626 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:14.122 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:14.122 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:14.378 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:14 smithi026 conmon[83720]: cluster 2023-11-16T01:38:12.310657+0000 mgr.smithi026.yidchs (mgr.14180) 627 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:14 smithi155 conmon[87969]: cluster 2023-11-16T01:38:12.310657+0000 mgr.smithi026.yidchs (mgr.14180) 627 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:14.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:15.868 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:16.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:16 smithi026 conmon[83720]: audit 2023-11-16T01:38:14.117265+0000 mgr.smithi026.yidchs (mgr.14180) 628 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:16 smithi026 conmon[83720]: cluster 2023-11-16T01:38:14.311049+0000 mgr.smithi026.yidchs (mgr.14180) 629 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:16 smithi155 conmon[87969]: audit 2023-11-16T01:38:14.117265+0000 mgr.smithi026.yidchs (mgr.14180) 628 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:16 smithi155 conmon[87969]: 2023-11-16T01:38:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:16 smithi155 conmon[87969]: cluster 2023-11-16T01:38:14.311049+0000 mgr.smithi026.yidchs (mgr.14180) 629 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:18.040 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:18.040 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:18.274 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:18 smithi026 conmon[83720]: cluster 2023-11-16T01:38:16.311472+0000 mgr.smithi026.yidchs (mgr.14180) 630 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:18 smithi155 conmon[87969]: cluster 2023-11-16T01:38:16.311472+0000 mgr.smithi026.yidchs (mgr.14180) 630 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:18.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:19 smithi026 conmon[83720]: audit 2023-11-16T01:38:18.034966+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:38:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:19 smithi026 conmon[83720]: 14180) 631 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:19 smithi155 conmon[87969]: audit 2023-11-16T01:38:18.034966+0000 mgr.smithi026.yidchs (mgr.14180) 631 : audit [DBG] 2023-11-16T01:38:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:19 smithi155 conmon[87969]: from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:19.735 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:20.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:20 smithi026 conmon[83720]: cluster 2023-11-16T01:38:18.312031+0000 2023-11-16T01:38:20.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:20 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 632 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:20 smithi155 conmon[87969]: cluster 2023-11-16T01:38:18.312031+0000 mgr.smithi026.yidchs (mgr.14180) 632 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:22.006 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:22.006 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:22 smithi026 conmon[83720]: cluster 2023-11-16T01:38:20.312437+0000 mgr.smithi026.yidchs (mgr.14180) 633 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:22 smithi155 conmon[87969]: cluster 2023-11-16T01:38:20.312437+0000 mgr.smithi026.yidchs (mgr.14180) 633 : cluster [DBG] 2023-11-16T01:38:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:22 smithi155 conmon[87969]: pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:22.774 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:23.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:23 smithi026 conmon[83720]: audit 2023-11-16T01:38:22.000986+0000 mgr.smithi026.yidchs 2023-11-16T01:38:23.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:23 smithi026 conmon[83720]: (mgr.14180) 634 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:23 smithi155 conmon[87969]: audit 2023-11-16T01:38:22.000986+0000 mgr.smithi026.yidchs (mgr.14180) 634 : audit [DBG] 2023-11-16T01:38:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:23 smithi155 conmon[87969]: from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:23.775 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:24 smithi026 conmon[83720]: cluster 2023-11-16T01:38:22 2023-11-16T01:38:24.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:24 smithi026 conmon[83720]: .312973+0000 mgr.smithi026.yidchs (mgr.14180) 635 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:24.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:24 smithi155 conmon[87969]: cluster 2023-11-16T01:38:22.312973+0000 mgr.smithi026.yidchs (mgr.14180) 635 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:25.990 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:25.991 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:26 smithi026 conmon[83720]: cluster 2023-11-16T01:38:24.313334+0000 mgr.smithi026.yidchs (mgr.14180) 636 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:26 smithi155 conmon[87969]: cluster 2023-11-16T01:38:24.313334+0000 mgr.smithi026.yidchs (mgr.14180) 636 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:26.706 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:27 smithi026 conmon[83720]: audit 2023-11-16T01:38:25.982936+0000 mgr.smithi026.yidchs (mgr.14180) 637 : audit 2023-11-16T01:38:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:27 smithi026 conmon[83720]: [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:27 smithi155 conmon[87969]: audit 2023-11-16T01:38:25.982936+0000 mgr.smithi026.yidchs (mgr.14180) 637 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:27.707 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:28.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:28 smithi026 conmon[83720]: cluster 2023-11-16T01:38:26.314008+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:38:28.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:28 smithi026 conmon[83720]: 14180) 638 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:28 smithi155 conmon[87969]: cluster 2023-11-16T01:38:26.314008+0000 mgr.smithi026.yidchs (mgr.14180) 638 : cluster 2023-11-16T01:38:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:28 smithi155 conmon[87969]: [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:30.008 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:30.008 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:30.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:30 smithi026 conmon[83720]: cluster 2023-11-16T01:38:28.314629+0000 mgr.smithi026.yidchs (mgr.14180) 639 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:30 smithi155 conmon[87969]: cluster 2023-11-16T01:38:28.314629+0000 mgr.smithi026.yidchs (mgr.14180) 639 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:30.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:31.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:31 smithi026 conmon[83720]: audit 2023-11-16T01:38:30.001501+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:38:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:31 smithi026 conmon[83720]: 640 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:31.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:31 smithi155 conmon[87969]: audit 2023-11-16T01:38:30.001501+0000 mgr.smithi026.yidchs (mgr.14180) 640 : audit 2023-11-16T01:38:31.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:31 smithi155 conmon[87969]: [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:31.685 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:32.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:32 smithi026 conmon[83720]: cluster 2023-11-16T01:38:30.315182+0000 mgr.smithi026.yidchs (mgr.14180) 641 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:32 smithi155 conmon[87969]: cluster 2023-11-16T01:38:30.315182+0000 mgr.smithi026.yidchs (mgr.14180) 641 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:33.859 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:33.860 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:34.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:34 smithi026 conmon[83720]: cluster 2023-11-16T01:38:32.315866+0000 mgr.smithi026.yidchs (mgr.14180) 642 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:34 smithi155 conmon[87969]: cluster 2023-11-16T01:38:32.315866+0000 mgr.smithi026.yidchs (mgr.14180) 642 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:34.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:35 smithi026 conmon[83720]: audit 2023-11-16T01:38:33.854746+0000 mgr.smithi026.yidchs (mgr.14180) 643 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:35 smithi155 conmon[87969]: audit 2023-11-16T01:38:33.854746+0000 mgr.smithi026.yidchs (mgr.14180) 643 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:35.599 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:36 smithi026 conmon[83720]: cluster 2023-11-16T01:38:34.316432+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:38:36.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:36 smithi026 conmon[83720]: ) 644 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:36 smithi155 conmon[87969]: cluster 2023-11-16T01:38:34.316432+0000 mgr.smithi026.yidchs (mgr.14180) 644 : cluster [DBG] 2023-11-16T01:38:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:36 smithi155 conmon[87969]: pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:37.602 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:37.602 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:38.295 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:38.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:38 smithi026 conmon[83720]: cluster 2023-11-16T01:38:36.316979+0000 mgr.smithi026.yidchs (mgr.14180) 645 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:38 smithi155 conmon[87969]: cluster 2023-11-16T01:38:36.316979+0000 mgr.smithi026.yidchs (mgr.14180) 645 : cluster [DBG] 2023-11-16T01:38:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:38 smithi155 conmon[87969]: pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:39.296 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:39.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:39 smithi026 conmon[83720]: audit 2023-11-16T01:38:37.597404+0000 mgr.smithi026.yidchs (mgr.14180) 646 : audit [DBG] 2023-11-16T01:38:39.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:39 smithi026 conmon[83720]: from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:39 smithi155 conmon[87969]: audit 2023-11-16T01:38:37.597404+0000 mgr.smithi026.yidchs (mgr.14180) 646 : audit 2023-11-16T01:38:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:39 smithi155 conmon[87969]: [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:40.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:40 smithi026 conmon[83720]: cluster 2023-11-16T01:38:38.317460+0000 2023-11-16T01:38:40.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:40 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 647 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:40 smithi155 conmon[87969]: cluster 2023-11-16T01:38:38.317460+0000 mgr.smithi026.yidchs (mgr.14180) 647 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:40 smithi155 conmon[87969]: 2023-11-16T01:38:41.520 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:41.521 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:42.271 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:42 smithi026 conmon[83720]: cluster 2023-11-16T01:38:40.318075+0000 mgr.smithi026.yidchs (mgr.14180) 648 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:42 smithi155 conmon[87969]: cluster 2023-11-16T01:38:40.318075+0000 mgr.smithi026.yidchs (mgr.14180) 648 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:43.272 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:43 smithi026 conmon[83720]: audit 2023-11-16T01:38:41.515478+0000 mgr.smithi026.yidchs (mgr.14180) 649 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:43 smithi155 conmon[87969]: audit 2023-11-16T01:38:41.515478+0000 mgr.smithi026.yidchs (mgr.14180) 649 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:44.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:44 smithi026 conmon[83720]: cluster 2023-11-16T01:38:42.318650+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:38:44.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:44 smithi026 conmon[83720]: .14180) 650 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:44 smithi155 conmon[87969]: cluster 2023-11-16T01:38:42.318650+0000 mgr.smithi026.yidchs (mgr.14180) 650 : cluster [DBG] 2023-11-16T01:38:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:44 smithi155 conmon[87969]: pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:45.453 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:45.453 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:46.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:46 smithi026 conmon[83720]: cluster 2023-11-16T01:38:44.319281+0000 mgr.smithi026.yidchs (mgr.14180) 651 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:46 smithi155 conmon[87969]: cluster 2023-11-16T01:38:44.319281+0000 mgr.smithi026.yidchs (mgr.14180) 651 : cluster [DBG] 2023-11-16T01:38:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:46 smithi155 conmon[87969]: pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:47.180 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:47.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:47 smithi026 conmon[83720]: audit 2023-11-16T01:38:45.448125+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:38:47.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:47 smithi026 conmon[83720]: ) 652 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:47 smithi155 conmon[87969]: audit 2023-11-16T01:38:45.448125+0000 mgr.smithi026.yidchs (mgr.14180) 652 : audit 2023-11-16T01:38:47.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:47 smithi155 conmon[87969]: [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:48 smithi026 conmon[83720]: cluster 2023-11-16T01:38:46.319776+0000 mgr.smithi026.yidchs ( 2023-11-16T01:38:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:48 smithi026 conmon[83720]: mgr.14180) 653 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:48 smithi155 conmon[87969]: cluster 2023-11-16T01:38:46.319776+0000 mgr.smithi026.yidchs ( 2023-11-16T01:38:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:48 smithi155 conmon[87969]: mgr.14180) 653 : cluster [DBG] pgmap v464: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:49.356 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:49.357 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:49.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:50.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:50 smithi026 conmon[83720]: cluster 2023-11-16T01:38:48.320262+0000 mgr.smithi026.yidchs (mgr.14180) 654 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:50 smithi155 conmon[87969]: cluster 2023-11-16T01:38:48.320262+0000 mgr.smithi026.yidchs (mgr.14180) 654 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:50.995 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:51 smithi026 conmon[83720]: audit 2023-11-16T01:38:49.351324+0000 mgr.smithi026.yidchs (mgr.14180) 655 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:51 smithi155 conmon[87969]: audit 2023-11-16T01:38:49.351324+0000 mgr.smithi026.yidchs (mgr.14180) 655 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:51 smithi155 conmon[87969]: 2023-11-16T01:38:52.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:52 smithi026 conmon[83720]: cluster 2023-11-16T01:38:50.320925+0000 mgr.smithi026.yidchs ( 2023-11-16T01:38:52.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:52 smithi026 conmon[83720]: mgr.14180) 656 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:52 smithi155 conmon[87969]: cluster 2023-11-16T01:38:50.320925+0000 mgr.smithi026.yidchs (mgr.14180) 656 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:53.142 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:53.143 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:53.832 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:54 smithi155 conmon[87969]: cluster 2023-11-16T01:38:52.321500+0000 mgr.smithi026.yidchs (mgr.14180) 657 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:54.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:54 smithi026 conmon[83720]: cluster 2023-11-16T01:38:52.321500+0000 mgr.smithi026.yidchs 2023-11-16T01:38:54.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:54 smithi026 conmon[83720]: (mgr.14180) 657 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:54.834 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:38:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:55 smithi026 conmon[83720]: audit 2023-11-16T01:38:53.137416+0000 mgr.smithi026.yidchs (mgr.14180) 658 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:55 smithi155 conmon[87969]: audit 2023-11-16T01:38:53.137416+0000 mgr.smithi026.yidchs (mgr.14180) 658 : audit [DBG] 2023-11-16T01:38:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:55 smithi155 conmon[87969]: from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:56.398 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:56 smithi026 conmon[83720]: cluster 2023-11-16T01:38:54.322228+0000 mgr.smithi026.yidchs 2023-11-16T01:38:56.399 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:56 smithi026 conmon[83720]: (mgr.14180) 659 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:56 smithi155 conmon[87969]: cluster 2023-11-16T01:38:54.322228+0000 mgr.smithi026.yidchs (mgr.14180) 659 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:38:57.106 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:38:57.106 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:38:57.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:38:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:58 smithi026 conmon[83720]: cluster 2023-11-16T01:38:56.322754+0000 mgr.smithi026.yidchs (mgr.14180) 660 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T01:38:58.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:38:58 smithi026 conmon[83720]: audit 2023-11-16T01:38:57.100640+0000 mgr.smithi026.yidchs (mgr.14180) 661 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:58 smithi155 conmon[87969]: cluster 2023-11-16T01:38:56.322754+0000 mgr.smithi026.yidchs (mgr.14180) 660 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T01:38:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:38:58 smithi155 conmon[87969]: audit 2023-11-16T01:38:57.100640+0000 mgr.smithi026.yidchs (mgr.14180) 661 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:38:58.913 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:00.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:00 smithi026 conmon[83720]: cluster 2023-11-16T01:38:58.323384+0000 mgr.smithi026.yidchs (mgr.14180) 662 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-16T01:39:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:00 smithi155 conmon[87969]: cluster 2023-11-16T01:38:58.323384+0000 mgr.smithi026.yidchs (mgr.14180) 662 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-16T01:39:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:00 smithi155 conmon[87969]: 2023-11-16T01:39:01.225 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:01.225 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:01.976 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:02.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:02 smithi026 conmon[83720]: cluster 2023-11-16T01:39:00.324029+0000 mgr.smithi026.yidchs (mgr.14180) 663 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 0 B/s wr, 155 op/s 2023-11-16T01:39:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:02 smithi155 conmon[87969]: cluster 2023-11-16T01:39:00.324029+0000 mgr.smithi026.yidchs (mgr.14180) 663 : cluster 2023-11-16T01:39:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:02 smithi155 conmon[87969]: [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 93 KiB/s rd, 0 B/s wr, 155 op/s 2023-11-16T01:39:02.977 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:03.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:03 smithi026 conmon[83720]: audit 2023-11-16T01:39:01.219575+0000 mgr.smithi026.yidchs (mgr.14180) 664 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:03 smithi155 conmon[87969]: audit 2023-11-16T01:39:01.219575+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:39:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:03 smithi155 conmon[87969]: 14180) 664 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:04.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:04 smithi026 conmon[83720]: cluster 2023-11-16T01:39:02.324660+0000 mgr.smithi026.yidchs (mgr.14180) 665 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 235 op/s 2023-11-16T01:39:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:04 smithi155 conmon[87969]: cluster 2023-11-16T01:39:02.324660+0000 mgr.smithi026.yidchs (mgr.14180) 665 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 141 KiB/s rd, 0 B/s wr, 235 op/s 2023-11-16T01:39:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:04 smithi155 conmon[87969]: 2023-11-16T01:39:05.022 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:05.022 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:05.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:06 smithi155 conmon[87969]: cluster 2023-11-16T01:39:04.325214+0000 mgr.smithi026.yidchs (mgr.14180) 666 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-16T01:39:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:06 smithi155 conmon[87969]: audit 2023-11-16T01:39:05.016616 2023-11-16T01:39:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:06 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 667 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:06 smithi026 conmon[83720]: cluster 2023-11-16T01:39:04.325214+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:39:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:06 smithi026 conmon[83720]: 14180) 666 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-16T01:39:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:06 smithi026 conmon[83720]: audit 2023-11-16T01:39:05.016616+0000 mgr.smithi026.yidchs (mgr.14180) 667 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:06.727 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:08.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:08 smithi026 conmon[83720]: cluster 2023-11-16T01:39:06.325819+0000 mgr.smithi026.yidchs (mgr.14180) 668 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-16T01:39:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:08 smithi155 conmon[87969]: cluster 2023-11-16T01:39:06.325819+0000 mgr.smithi026.yidchs (mgr.14180) 668 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 KiB/s rd, 0 B/s wr, 238 op/s 2023-11-16T01:39:08.896 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:08.896 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:09 smithi026 conmon[83720]: cluster 2023-11-16T01:39:08.326560+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:39:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:09 smithi026 conmon[83720]: .14180) 669 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-16T01:39:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:09 smithi026 conmon[83720]: audit 2023-11-16T01:39:08.891488+0000 mgr.smithi026.yidchs (mgr.14180) 670 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:09 smithi155 conmon[87969]: cluster 2023-11-16T01:39:08.326560+0000 mgr.smithi026.yidchs (mgr.14180) 669 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 133 KiB/s rd, 0 B/s wr, 221 op/s 2023-11-16T01:39:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:09 smithi155 conmon[87969]: audit 2023-11-16T01:39:08.891488+0000 mgr.smithi026.yidchs (mgr.14180) 670 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:09.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:10.626 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:12 smithi026 conmon[83720]: cluster 2023-11-16T01:39:10.327269+0000 mgr.smithi026.yidchs (mgr.14180) 671 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 129 op/s 2023-11-16T01:39:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:12 smithi155 conmon[87969]: cluster 2023-11-16T01:39:10.327269+0000 mgr.smithi026.yidchs (mgr.14180) 671 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 129 op/s 2023-11-16T01:39:12.806 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:12.807 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:13.498 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:14 smithi026 conmon[83720]: cluster 2023-11-16T01:39:12.327981+0000 2023-11-16T01:39:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:14 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 672 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 82 op/s 2023-11-16T01:39:14.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:14 smithi026 conmon[83720]: audit 2023-11-16T01:39:12.801945+0000 mgr.smithi026.yidchs (mgr.14180) 673 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:14 smithi155 conmon[87969]: cluster 2023-11-16T01:39:12.327981+0000 mgr.smithi026.yidchs (mgr.14180) 672 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 49 KiB/s rd, 0 B/s wr, 82 op/s 2023-11-16T01:39:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:14 smithi155 conmon[87969]: audit 2023-11-16T01:39:12.801945+0000 mgr.smithi026.yidchs (mgr.14180) 673 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:14.499 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:16.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:16 smithi026 conmon[83720]: cluster 2023-11-16T01:39:14.328463+0000 mgr.smithi026.yidchs (mgr.14180) 674 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-16T01:39:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:16 smithi155 conmon[87969]: cluster 2023-11-16T01:39:14.328463+0000 mgr.smithi026.yidchs (mgr.14180) 674 : cluster [DBG] 2023-11-16T01:39:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:16 smithi155 conmon[87969]: pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 0 B/s wr, 2 op/s 2023-11-16T01:39:16.605 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:16.606 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:31:31.683715Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.ddlodo on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-ddlodo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.ddlodo\nDeploy daemon haproxy.rgw.foo.smithi155.ddlodo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:29:35Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:12Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:30:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.731194Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.afeqoo on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-afeqoo\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.afeqoo\nDeploy daemon haproxy.rgw.foo.smithi026.afeqoo ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:32:08Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:32:45Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:33:24Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:34:04.736573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ftyial on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:17.374 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:18 smithi026 conmon[83720]: cluster 2023-11-16T01:39:16.329094+0000 mgr.smithi026.yidchs (mgr.14180) 675 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:18 smithi026 conmon[83720]: audit 2023-11-16T01:39:16.600868+0000 mgr.smithi026.yidchs (mgr.14180) 676 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:18.375 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:18 smithi155 conmon[87969]: cluster 2023-11-16T01:39:16.329094+0000 mgr.smithi026.yidchs (mgr.14180) 675 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:18 smithi155 conmon[87969]: audit 2023-11-16T01:39:16.600868+0000 mgr.smithi026.yidchs (mgr.14180) 676 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:19.323 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:19 smithi026 conmon[83720]: audit 2023-11-16T01:39:18.666812 2023-11-16T01:39:19.323 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:19 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.ejdzjh"}]: dispatch 2023-11-16T01:39:19.323 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:19 smithi026 conmon[83720]: audit 2023-11-16T01:39:18.674132+0000 mon.smithi026 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:39:19.323 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:19 smithi026 conmon[83720]: audit 2023-11-16T01:39:18.945391+0000 mon.smithi026 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:19 smithi155 conmon[87969]: audit 2023-11-16T01:39:18.666812+0000 mon.smithi026 (mon.0 2023-11-16T01:39:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:19 smithi155 conmon[87969]: ) 693 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.ejdzjh"}]: dispatch 2023-11-16T01:39:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:19 smithi155 conmon[87969]: audit 2023-11-16T01:39:18.674132+0000 mon.smithi026 (mon.0) 694 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:39:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:19 smithi155 conmon[87969]: audit 2023-11-16T01:39:18.945391+0000 mon.smithi026 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:20.193 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cluster 2023-11-16T01:39:18.329895+0000 mgr.smithi026.yidchs (mgr.14180) 677 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:20.193 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:18.666264+0000 mgr.smithi026.yidchs (mgr.14180) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.194 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.196 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:18.666462+0000 mgr.smithi026.yidchs (mgr.14180) 679 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:18.667435+0000 mgr.smithi026.yidchs (mgr.14180) 680 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.197 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:18.668645+0000 mgr.smithi026.yidchs (mgr.14180) 681 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:18.669724+0000 mgr.smithi026.yidchs (mgr.14180) 682 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cluster 2023-11-16T01:39:18.670535+0000 mgr.smithi026.yidchs (mgr.14180) 683 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:20.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:20 smithi026 conmon[83720]: cluster 2023-11-16T01:39:19.027478+0000 mon.smithi026 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:39:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cluster 2023-11-16T01:39:18.329895+0000 mgr.smithi026.yidchs (mgr.14180) 677 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:18.666264+0000 mgr.smithi026.yidchs (mgr.14180) 678 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:39:20.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:39:20.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:39:20.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:39:20.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:39:20.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:39:20.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:18.666462+0000 mgr.smithi026.yidchs (mgr.14180) 679 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:18.667435+0000 mgr.smithi026.yidchs (mgr.14180) 680 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ejdzjh ... 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:22Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:37:59Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:38:38Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:39:20.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:18.668645+0000 mgr.smithi026.yidchs (mgr.14180) 681 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:18.669724+0000 mgr.smithi026.yidchs (mgr.14180) 682 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cluster 2023-11-16T01:39:18.670535+0000 mgr.smithi026.yidchs (mgr.14180) 683 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:20.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:20 smithi155 conmon[87969]: cluster 2023-11-16T01:39:19.027478+0000 mon.smithi026 (mon.0) 696 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:39:20.641 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:20.642 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:34:11.611040Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:34:06.663232Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:34:11.611175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:34:06.663376Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:34:06.663451Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:34:06.663519Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:34:06.663600Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:34:11.611305Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:34:06.663882Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:21.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:20.636662+0000 mgr.smithi026.yidchs (mgr.14180) 684 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: cluster 2023-11-16T01:39:20.671177+0000 mgr.smithi026.yidchs (mgr.14180) 685 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:20.944989+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:21.264069+0000 mon.smithi026 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:21.264871+0000 mon.smithi026 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:21.265526+0000 mon.smithi026 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:21.266169+0000 mon.smithi026 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: audit 2023-11-16T01:39:21.270677+0000 mon.smithi026 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:22.243 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:21 smithi155 conmon[87969]: 2023-11-16T01:39:22.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:20.636662+0000 mgr.smithi026.yidchs 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: (mgr.14180) 684 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: cluster 2023-11-16T01:39:20.671177+0000 mgr.smithi026.yidchs (mgr.14180) 685 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:20.944989+0000 mon.smithi026 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:21.264069+0000 mon.smithi026 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:21.264871+0000 mon.smithi026 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:21.265526+0000 mon.smithi026 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:21.266169+0000 mon.smithi026 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:22.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:21 smithi026 conmon[83720]: audit 2023-11-16T01:39:21.270677+0000 mon.smithi026 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:22.519 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:23.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:22 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:21.266680+0000 mgr.smithi026.yidchs (mgr.14180) 686 : cephadm [INF] 2023-11-16T01:39:23.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:22 smithi155 conmon[87969]: Adjusting osd_memory_target on smithi155 to 3492M 2023-11-16T01:39:23.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:22 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:21.266680 2023-11-16T01:39:23.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:22 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 686 : cephadm [INF] Adjusting osd_memory_target on smithi155 to 3492M 2023-11-16T01:39:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:24 smithi155 conmon[87969]: cluster 2023-11-16T01:39:22.671878+0000 mgr.smithi026.yidchs (mgr.14180) 687 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:24 smithi155 conmon[87969]: audit 2023-11-16T01:39:23.123954+0000 mon.smithi026 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:24.585 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:24 smithi026 conmon[83720]: cluster 2023-11-16T01:39:22.671878+0000 mgr.smithi026.yidchs (mgr.14180) 687 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:24.585 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:24 smithi026 conmon[83720]: audit 2023-11-16T01:39:23.123954+0000 mon.smithi026 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:25.287 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:25.287 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:26.041 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:26.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: cluster 2023-11-16T01:39:24.672587+0000 mgr.smithi026.yidchs (mgr.14180) 688 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.148945+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.833672+0000 mon.smithi026 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.834300+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.834835+0000 mon.smithi026 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.835404+0000 mon.smithi026 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: 2023-11-16T01:39:25.839796+0000 mon.smithi026 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.840631+0000 mon.smithi026 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.841247+0000 mon.smithi026 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:26.011606+0000 mon.smithi026 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:26 smithi026 conmon[83720]: audit 2023-11-16T01:39:26.016832+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:39:26.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: cluster 2023-11-16T01:39:24.672587+0000 mgr.smithi026.yidchs (mgr.14180) 688 : 2023-11-16T01:39:26.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.148945+0000 mon.smithi026 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.833672+0000 mon.smithi026 (mon.0) 705 : 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.834300+0000 mon.smithi026 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.834835+0000 mon.smithi026 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.835404+0000 mon.smithi026 (mon.0) 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: 708 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: -11-16T01:39:25.839796+0000 mon.smithi026 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.840631+0000 mon.smithi026 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.841247+0000 mon.smithi026 (mon. 2023-11-16T01:39:26.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: 0) 711 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:39:26.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:26.011606+0000 mon.smithi026 (mon.0) 712 2023-11-16T01:39:26.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:39:26.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: audit 2023-11-16T01:39:26.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:26 smithi155 conmon[87969]: 2023-11-16T01:39:26.016832+0000 mon.smithi026 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:39:27.042 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: audit 2023-11-16T01:39:25.282385+0000 mgr.smithi026.yidchs (mgr.14180) 689 : audit 2023-11-16T01:39:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:25.835830+0000 mgr.smithi026.yidchs (mgr.14180) 690 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 2725M 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cephadm 2023-11-16T01:39:25.844335+0000 mgr.smithi026.yidchs 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: (mgr.14180) 691 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: 01:39:26.013467+0000 mgr.smithi026.yidchs (mgr.14180) 692 : cluster 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cephadm 2023-11-16T01:39: 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: 26.025475+0000 mgr.smithi026.yidchs (mgr.14180) 693 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.fybnor on smithi155 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cluster 2023-11-16T 2023-11-16T01:39:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: 01:39:27.009789+0000 mon.smithi026 (mon 2023-11-16T01:39:27.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: .0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:39:27.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: cluster 2023-11- 2023-11-16T01:39:27.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: 16T01:39:27.009829+0000 mon.smithi026 2023-11-16T01:39:27.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:27 smithi026 conmon[83720]: (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: audit 2023-11-16T01:39:25.282385+0000 mgr.smithi026.yidchs (mgr.14180) 689 : 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:25.835830+0000 mgr.smithi026.yidchs (mgr.14180) 690 : cephadm [INF] Adjusting osd_memory_target on smithi026 to 2725M 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:25.844335+0000 mgr.smithi026.yidchs 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: (mgr.14180) 691 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cluster 2023-11-16T01:39:26.013467+0000 mgr.smithi026.yidchs (mgr.14180) 692 : cluster 2023-11-16T01:39:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cephadm 2023-11-16T01:39:26.025475 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 693 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.fybnor on smithi155 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cluster 2023 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: -11-16T01:39:27.009789+0000 mon.smithi026 (mon.0) 714 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: cluster 2023-11-16T01:39: 2023-11-16T01:39:27.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:27 smithi155 conmon[87969]: 27.009829+0000 mon.smithi026 (mon.0) 715 : cluster [INF] Cluster is now healthy 2023-11-16T01:39:29.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:29 smithi026 conmon[83720]: cluster 2023-11-16T01:39:28.014019+0000 2023-11-16T01:39:29.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:29 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 694 : cluster [DBG] pgmap v486: 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-16T01:39:29.210 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:29.211 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:29 smithi155 conmon[87969]: cluster 2023-11-16T01:39:28.014019+0000 mgr.smithi026.yidchs (mgr.14180) 694 : cluster [DBG] pgmap v486: 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-16T01:39:29.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:30.899 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:31.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:31 smithi026 conmon[83720]: audit 2023-11-16T01:39:29.205666+0000 mgr.smithi026.yidchs (mgr.14180) 695 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:31 smithi026 conmon[83720]: cluster 2023-11-16T01:39:30.014476+0000 mgr.smithi026.yidchs (mgr.14180) 696 : cluster [DBG] pgmap v487: 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-16T01:39:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:31 smithi155 conmon[87969]: audit 2023-11-16T01:39:29.205666+0000 mgr.smithi026.yidchs (mgr.14180) 695 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:31 smithi155 conmon[87969]: 2023-11-16T01:39:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:31 smithi155 conmon[87969]: cluster 2023-11-16T01:39:30.014476+0000 mgr.smithi026.yidchs (mgr.14180) 696 : cluster [DBG] pgmap v487: 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-16T01:39:33.153 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:33.153 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:33 smithi026 conmon[83720]: cluster 2023-11-16T01:39:32.014993+0000 2023-11-16T01:39:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:33 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 697 : cluster [DBG] pgmap v488: 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-16T01:39:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:33 smithi155 conmon[87969]: cluster 2023-11-16T01:39:32.014993+0000 mgr.smithi026.yidchs (mgr.14180) 697 : cluster [DBG] pgmap v488: 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-16T01:39:33.887 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:34.889 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:35 smithi026 conmon[83720]: audit 2023-11-16T01:39:33.148738+0000 mgr.smithi026.yidchs (mgr.14180) 698 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:35.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:35 smithi026 conmon[83720]: cluster 2023-11-16T01:39:34.015401+0000 mgr.smithi026.yidchs (mgr.14180) 699 : cluster [DBG] pgmap v489: 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-16T01:39:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:35 smithi155 conmon[87969]: audit 2023-11-16T01:39:33.148738+0000 mgr.smithi026.yidchs (mgr.14180) 698 : audit [DBG] 2023-11-16T01:39:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:35 smithi155 conmon[87969]: from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:35 smithi155 conmon[87969]: cluster 2023-11-16T01:39:34.015401+0000 mgr.smithi026.yidchs (mgr.14180) 699 : cluster [DBG] pgmap v489: 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-16T01:39:37.096 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:37.096 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:37 smithi026 conmon[83720]: cluster 2023-11-16T01:39:36.015922+0000 mgr.smithi026.yidchs (mgr.14180) 700 : cluster 2023-11-16T01:39:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:37 smithi026 conmon[83720]: [DBG] pgmap v490: 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-16T01:39:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:37 smithi155 conmon[87969]: cluster 2023-11-16T01:39:36.015922+0000 mgr.smithi026.yidchs (mgr.14180) 700 : cluster [DBG] pgmap v490: 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-16T01:39:37.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:38 smithi026 conmon[83720]: audit 2023-11-16T01:39:37.091215+0000 mgr.smithi026.yidchs (mgr.14180) 701 : 2023-11-16T01:39:38.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:38 smithi026 conmon[83720]: audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:38 smithi155 conmon[87969]: audit 2023-11-16T01:39:37.091215+0000 mgr.smithi026.yidchs (mgr.14180) 701 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:38.807 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:39.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:39 smithi026 conmon[83720]: cluster 2023-11-16T01:39:38.016651+0000 mgr.smithi026.yidchs (mgr.14180) 702 : cluster [DBG] pgmap v491: 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-16T01:39:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:39 smithi155 conmon[87969]: cluster 2023-11-16T01:39:38.016651+0000 mgr.smithi026.yidchs (mgr.14180) 702 : cluster [DBG] pgmap v491: 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-16T01:39:41.094 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:41.094 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:41 smithi026 conmon[83720]: cluster 2023-11-16T01:39: 2023-11-16T01:39:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:41 smithi026 conmon[83720]: 40.017203+0000 mgr.smithi026.yidchs (mgr.14180) 703 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T01:39:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:41 smithi155 conmon[87969]: cluster 2023-11-16T01:39:40.017203+0000 mgr.smithi026.yidchs (mgr.14180) 703 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-16T01:39:41.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:42 smithi026 conmon[83720]: audit 2023-11-16T01:39:41.088358+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:39:42.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:42 smithi026 conmon[83720]: .14180) 704 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:42 smithi155 conmon[87969]: audit 2023-11-16T01:39:41.088358+0000 mgr.smithi026.yidchs (mgr.14180) 704 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:42 smithi155 conmon[87969]: 2023-11-16T01:39:42.862 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:43 smithi026 conmon[83720]: cluster 2023-11-16T01:39:42.017789 2023-11-16T01:39:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:43 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 705 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:43 smithi155 conmon[87969]: cluster 2023-11-16T01:39:42.017789+0000 mgr.smithi026.yidchs (mgr.14180) 705 : cluster 2023-11-16T01:39:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:43 smithi155 conmon[87969]: [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:45.002 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:45.002 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:45 smithi026 conmon[83720]: cluster 2023-11-16T01:39:44.018352+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:39:45.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:45 smithi026 conmon[83720]: .14180) 706 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:45 smithi155 conmon[87969]: cluster 2023-11-16T01:39:44.018352+0000 mgr.smithi026.yidchs (mgr.14180) 706 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:45.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:46 smithi026 conmon[83720]: audit 2023-11-16T01:39:44.996794+0000 mgr.smithi026.yidchs (mgr.14180) 707 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:46 smithi155 conmon[87969]: audit 2023-11-16T01:39:44.996794+0000 mgr.smithi026.yidchs (mgr.14180) 707 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:46.721 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:47.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:47 smithi026 conmon[83720]: cluster 2023-11-16T01:39:46.019118 2023-11-16T01:39:47.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:47 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 708 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:47.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:47 smithi155 conmon[87969]: cluster 2023-11-16T01:39:46.019118+0000 mgr.smithi026.yidchs (mgr.14180) 708 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:48.930 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:48.930 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:49.218 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:49 smithi026 conmon[83720]: cluster 2023-11-16T01:39:48.019644+0000 mgr.smithi026.yidchs (mgr.14180) 709 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:49 smithi155 conmon[87969]: cluster 2023-11-16T01:39:48.019644+0000 mgr.smithi026.yidchs (mgr.14180) 709 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:49.737 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:50.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:50 smithi026 conmon[83720]: audit 2023-11-16T01:39:48.925493+0000 mgr.smithi026.yidchs (mgr.14180) 710 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:50 smithi155 conmon[87969]: audit 2023-11-16T01:39:48.925493+0000 mgr.smithi026.yidchs (mgr.14180) 710 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:50 smithi155 conmon[87969]: 2023-11-16T01:39:50.739 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:51 smithi026 conmon[83720]: cluster 2023-11-16T01:39:50.020155+0000 mgr.smithi026.yidchs (mgr.14180) 711 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:51 smithi155 conmon[87969]: cluster 2023-11-16T01:39:50.020155+0000 mgr.smithi026.yidchs (mgr.14180) 711 : cluster [DBG] 2023-11-16T01:39:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:51 smithi155 conmon[87969]: pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:52.951 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:52.951 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:53.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:53 smithi026 conmon[83720]: cluster 2023-11-16T01:39:52.020725+0000 mgr.smithi026.yidchs (mgr.14180) 712 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:53 smithi155 conmon[87969]: cluster 2023-11-16T01:39:52.020725+0000 mgr.smithi026.yidchs (mgr.14180) 712 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:53.660 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:54.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:54 smithi026 conmon[83720]: audit 2023-11-16T01:39:52.946235+0000 mgr.smithi026.yidchs (mgr.14180) 713 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:54 smithi155 conmon[87969]: audit 2023-11-16T01:39:52.946235+0000 mgr.smithi026.yidchs (mgr.14180) 713 : 2023-11-16T01:39:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:54 smithi155 conmon[87969]: audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:54.661 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:55.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:55 smithi026 conmon[83720]: cluster 2023-11-16T01:39:54.021116+0000 mgr.smithi026.yidchs ( 2023-11-16T01:39:55.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:55 smithi026 conmon[83720]: mgr.14180) 714 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:55 smithi155 conmon[87969]: cluster 2023-11-16T01:39:54.021116+0000 mgr.smithi026.yidchs (mgr.14180) 714 : cluster 2023-11-16T01:39:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:55 smithi155 conmon[87969]: [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:56.861 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:39:56.861 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:39:57.142 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:57 smithi026 conmon[83720]: cluster 2023-11-16T01:39:56.021810+0000 mgr.smithi026.yidchs (mgr.14180) 715 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:57 smithi155 conmon[87969]: cluster 2023-11-16T01:39:56.021810+0000 mgr.smithi026.yidchs (mgr.14180) 715 : cluster [DBG] 2023-11-16T01:39:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:57 smithi155 conmon[87969]: pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:57.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:39:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:58 smithi155 conmon[87969]: audit 2023-11-16T01:39:56.855806+0000 mgr.smithi026.yidchs (mgr.14180) 716 : audit [DBG] 2023-11-16T01:39:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:58 smithi155 conmon[87969]: from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:58.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:58 smithi026 conmon[83720]: audit 2023-11-16T01:39:56.855806+0000 mgr.smithi026.yidchs (mgr.14180) 716 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:39:58.655 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:39:59.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:59 smithi026 conmon[83720]: cluster 2023-11-16T01:39:58.022556+0000 mgr.smithi026.yidchs 2023-11-16T01:39:59.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:39:59 smithi026 conmon[83720]: (mgr.14180) 717 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:39:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:59 smithi155 conmon[87969]: cluster 2023-11-16T01:39:58.022556+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:39:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:39:59 smithi155 conmon[87969]: ) 717 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:00.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:00 smithi026 conmon[83720]: cluster 2023-11-16T01:40:00.000085 2023-11-16T01:40:00.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:00 smithi026 conmon[83720]: +0000 mon.smithi026 (mon.0) 716 : cluster [INF] overall HEALTH_OK 2023-11-16T01:40:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:00 smithi155 conmon[87969]: cluster 2023-11-16T01:40:00.000085+0000 mon.smithi026 (mon.0) 716 : cluster [INF] 2023-11-16T01:40:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:00 smithi155 conmon[87969]: overall HEALTH_OK 2023-11-16T01:40:00.925 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:00.926 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:01.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:01 smithi026 conmon[83720]: cluster 2023-11-16T01:40:00.023142+0000 mgr.smithi026.yidchs (mgr.14180) 718 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:01 smithi155 conmon[87969]: cluster 2023-11-16T01:40:00.023142+0000 mgr.smithi026.yidchs (mgr.14180) 718 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:01.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:02 smithi155 conmon[87969]: audit 2023-11-16T01:40:00.921133+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:40:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:02 smithi155 conmon[87969]: 719 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:02 smithi026 conmon[83720]: audit 2023-11-16T01:40:00.921133+0000 mgr.smithi026.yidchs (mgr.14180) 719 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:02.693 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:03.460 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:03 smithi026 conmon[83720]: cluster 2023-11-16T01:40:02.023735+0000 2023-11-16T01:40:03.460 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:03 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 720 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:03 smithi155 conmon[87969]: cluster 2023-11-16T01:40:02.023735+0000 mgr.smithi026.yidchs (mgr.14180) 720 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:04.961 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:04.962 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:05 smithi026 conmon[83720]: cluster 2023-11-16T01:40:04.024117+0000 2023-11-16T01:40:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:05 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 721 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:05 smithi155 conmon[87969]: cluster 2023-11-16T01:40:04.024117+0000 mgr.smithi026.yidchs (mgr.14180) 721 : cluster [DBG] 2023-11-16T01:40:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:05 smithi155 conmon[87969]: pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:05.717 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:06 smithi155 conmon[87969]: audit 2023-11-16T01:40:04.957059+0000 mgr.smithi026.yidchs (mgr.14180) 722 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:06 smithi026 conmon[83720]: audit 2023-11-16T01:40:04.957059+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:40:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:06 smithi026 conmon[83720]: .14180) 722 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:06.718 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:07.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:07 smithi026 conmon[83720]: cluster 2023-11-16T01:40:06 2023-11-16T01:40:07.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:07 smithi026 conmon[83720]: .024697+0000 mgr.smithi026.yidchs (mgr.14180) 723 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:07 smithi155 conmon[87969]: cluster 2023-11-16T01:40:06.024697+0000 mgr.smithi026.yidchs (mgr.14180) 723 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:08.969 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:08.969 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:09 smithi026 conmon[83720]: cluster 2023-11-16T01:40:08.025422+0000 mgr.smithi026.yidchs (mgr.14180) 724 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:09 smithi155 conmon[87969]: cluster 2023-11-16T01:40:08.025422+0000 mgr.smithi026.yidchs (mgr.14180) 724 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:09.699 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:10 smithi155 conmon[87969]: audit 2023-11-16T01:40:08.964581+0000 mgr.smithi026.yidchs (mgr.14180) 725 : audit 2023-11-16T01:40:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:10 smithi155 conmon[87969]: [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:10.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:10 smithi026 conmon[83720]: audit 2023-11-16T01:40:08.964581+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:40:10.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:10 smithi026 conmon[83720]: 725 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:10.701 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:11.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:11 smithi026 conmon[83720]: cluster 2023-11-16T01 2023-11-16T01:40:11.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:11 smithi026 conmon[83720]: :40:10.025906+0000 mgr.smithi026.yidchs (mgr.14180) 726 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:11 smithi155 conmon[87969]: cluster 2023-11-16T01:40:10.025906+0000 mgr.smithi026.yidchs (mgr.14180) 726 2023-11-16T01:40:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:11 smithi155 conmon[87969]: : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:12.676 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:12.676 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:13.307 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:13 smithi155 conmon[87969]: cluster 2023-11-16T01:40:12.026469+0000 mgr.smithi026.yidchs (mgr.14180) 727 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:13.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:13 smithi026 conmon[83720]: cluster 2023-11-16T01:40:12.026469+0000 mgr.smithi026.yidchs (mgr.14180) 727 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:14.308 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:14 smithi155 conmon[87969]: audit 2023-11-16T01:40:12.671312+0000 mgr.smithi026.yidchs (mgr.14180) 728 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:14.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:14 smithi026 conmon[83720]: audit 2023-11-16T01:40:12.671312+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:40:14.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:14 smithi026 conmon[83720]: 728 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:15 smithi155 conmon[87969]: cluster 2023-11-16T01:40:14.026941+0000 mgr.smithi026.yidchs (mgr.14180) 729 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:15.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:15 smithi026 conmon[83720]: cluster 2023-11-16T01:40:14.026941+0000 2023-11-16T01:40:15.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:15 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 729 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:16.293 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:16.294 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:16.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:16 smithi026 conmon[83720]: cluster 2023-11-16T01:40:16.027440+0000 mgr.smithi026.yidchs (mgr.14180) 730 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:16 smithi155 conmon[87969]: cluster 2023-11-16T01:40:16.027440+0000 mgr.smithi026.yidchs (mgr.14180) 730 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:16.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:17 smithi155 conmon[87969]: audit 2023-11-16T01:40:16.288120+0000 mgr.smithi026.yidchs (mgr.14180) 731 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:17 smithi155 conmon[87969]: 2023-11-16T01:40:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:17 smithi026 conmon[83720]: audit 2023-11-16T01:40:16.288120+0000 mgr.smithi026.yidchs (mgr.14180) 731 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:17.872 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:18.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:18 smithi026 conmon[83720]: cluster 2023-11-16T01:40:18.027933 2023-11-16T01:40:18.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:18 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 732 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:18 smithi155 conmon[87969]: cluster 2023-11-16T01:40:18.027933+0000 mgr.smithi026.yidchs (mgr.14180) 732 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:19.806 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:19.807 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:20.414 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:21 smithi026 conmon[83720]: audit 2023-11-16T01:40:19.801790+0000 mgr.smithi026.yidchs (mgr.14180) 733 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:21 smithi026 conmon[83720]: cluster 2023-11-16T01:40:20.028339+0000 mgr.smithi026.yidchs (mgr.14180) 734 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:21.415 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:21 smithi155 conmon[87969]: audit 2023-11-16T01:40:19.801790+0000 mgr.smithi026.yidchs (mgr.14180) 733 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:21 smithi155 conmon[87969]: cluster 2023-11-16T01:40:20.028339+0000 mgr.smithi026.yidchs (mgr.14180) 734 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:23.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:23 smithi026 conmon[83720]: cluster 2023-11-16T01:40:22.028793+0000 mgr.smithi026.yidchs (mgr.14180) 735 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:23.355 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:23.355 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:23.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:23 smithi155 conmon[87969]: cluster 2023-11-16T01:40:22.028793+0000 mgr.smithi026.yidchs (mgr.14180) 735 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:23.945 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:25 smithi026 conmon[83720]: audit 2023-11-16T01:40:23.350043+0000 mgr.smithi026.yidchs (mgr.14180) 736 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:25 smithi026 conmon[83720]: cluster 2023-11-16T01:40:24.029249+0000 mgr.smithi026.yidchs (mgr.14180) 737 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:25 smithi155 conmon[87969]: audit 2023-11-16T01:40:23.350043+0000 mgr.smithi026.yidchs (mgr.14180) 736 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:25 smithi155 conmon[87969]: cluster 2023-11-16T01:40:24.029249+0000 mgr.smithi026.yidchs (mgr.14180) 737 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:25.787 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:27.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:27 smithi026 conmon[83720]: cluster 2023-11-16T01:40:26.029717+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:40:27.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:27 smithi026 conmon[83720]: ) 738 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:27 smithi155 conmon[87969]: cluster 2023-11-16T01:40:26.029717+0000 mgr.smithi026.yidchs (mgr.14180) 738 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:27.676 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:27.676 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:28.213 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:29.215 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:29 smithi155 conmon[87969]: audit 2023-11-16T01:40:27.671152+0000 mgr.smithi026.yidchs (mgr.14180) 739 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:29 smithi155 conmon[87969]: cluster 2023-11-16T01:40:28.030426+0000 mgr.smithi026.yidchs (mgr.14180) 740 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:29 smithi026 conmon[83720]: audit 2023-11-16T01:40:27.671152+0000 mgr.smithi026.yidchs (mgr.14180) 739 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:29 smithi026 conmon[83720]: cluster 2023-11-16T01:40:28.030426+0000 mgr.smithi026.yidchs (mgr.14180) 740 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:31.221 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:31.221 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:31.436 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:31 smithi026 conmon[83720]: cluster 2023-11-16T01:40:30.030936+0000 mgr.smithi026.yidchs (mgr.14180) 741 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:31 smithi155 conmon[87969]: cluster 2023-11-16T01:40:30.030936+0000 mgr.smithi026.yidchs (mgr.14180) 741 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:31.829 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:32.830 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:33 smithi026 conmon[83720]: audit 2023-11-16T01:40:31.215336+0000 mgr.smithi026.yidchs ( 2023-11-16T01:40:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:33 smithi026 conmon[83720]: mgr.14180) 742 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:33 smithi026 conmon[83720]: cluster 2023-11-16T01:40:32.031772+0000 mgr.smithi026.yidchs (mgr.14180) 743 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:33 smithi155 conmon[87969]: audit 2023-11-16T01:40:31.215336+0000 mgr.smithi026.yidchs (mgr.14180) 742 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:33 smithi155 conmon[87969]: 2023-11-16T01:40:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:33 smithi155 conmon[87969]: cluster 2023-11-16T01:40:32.031772+0000 mgr.smithi026.yidchs (mgr.14180) 743 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:34.787 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:34.788 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:35.371 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:35 smithi026 conmon[83720]: cluster 2023-11-16T01:40:34.032205+0000 mgr.smithi026.yidchs (mgr.14180) 744 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:35.387 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:35 smithi155 conmon[87969]: cluster 2023-11-16T01:40:34.032205+0000 mgr.smithi026.yidchs (mgr.14180) 744 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:36.388 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:36.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:36 smithi026 conmon[83720]: audit 2023-11-16T01:40:34.782640+0000 mgr.smithi026.yidchs (mgr.14180) 745 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:36 smithi155 conmon[87969]: audit 2023-11-16T01:40:34.782640+0000 mgr.smithi026.yidchs (mgr.14180) 745 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:37 smithi155 conmon[87969]: cluster 2023-11-16T01:40:36.032855+0000 mgr.smithi026.yidchs (mgr.14180) 746 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:37 smithi155 conmon[87969]: 2023-11-16T01:40:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:37 smithi026 conmon[83720]: cluster 2023-11-16T01:40:36.032855+0000 2023-11-16T01:40:37.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:37 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 746 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:38.258 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:38.259 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:38.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:39 smithi155 conmon[87969]: cluster 2023-11-16T01:40:38.033336+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:40:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:39 smithi155 conmon[87969]: 747 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:39.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:39 smithi026 conmon[83720]: cluster 2023-11-16T01:40:38.033336+0000 mgr.smithi026.yidchs (mgr.14180) 747 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:39.803 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:40.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:40 smithi026 conmon[83720]: audit 2023-11-16T01:40:38.252078+0000 mgr.smithi026.yidchs 2023-11-16T01:40:40.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:40 smithi026 conmon[83720]: (mgr.14180) 748 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:40 smithi155 conmon[87969]: audit 2023-11-16T01:40:38.252078+0000 mgr.smithi026.yidchs (mgr.14180) 748 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:41.321 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:41 smithi026 conmon[83720]: cluster 2023-11-16T01:40:40.033750+0000 mgr.smithi026.yidchs (mgr.14180) 749 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:41 smithi155 conmon[87969]: cluster 2023-11-16T01:40:40.033750+0000 mgr.smithi026.yidchs (mgr.14180) 749 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:41.657 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:41.657 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:42.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:43.245 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:43 smithi155 conmon[87969]: audit 2023-11-16T01:40:41.652384+0000 mgr.smithi026.yidchs (mgr.14180) 750 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:43 smithi155 conmon[87969]: cluster 2023-11-16T01:40:42.034556+0000 mgr.smithi026.yidchs (mgr.14180) 751 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:43 smithi026 conmon[83720]: audit 2023-11-16T01:40:41.652384+0000 mgr.smithi026.yidchs (mgr.14180) 750 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:43 smithi026 conmon[83720]: cluster 2023-11-16T01:40:42.034556+0000 mgr.smithi026.yidchs (mgr.14180) 751 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:45.209 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:45.210 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:45.417 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:45 smithi026 conmon[83720]: cluster 2023-11-16T01:40:44.035006+0000 mgr.smithi026.yidchs (mgr.14180) 752 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:45 smithi155 conmon[87969]: cluster 2023-11-16T01:40:44.035006+0000 mgr.smithi026.yidchs (mgr.14180) 752 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:45 smithi155 conmon[87969]: 2023-11-16T01:40:45.801 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:46.803 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:47 smithi155 conmon[87969]: audit 2023-11-16T01:40:45.204723+0000 mgr.smithi026.yidchs (mgr.14180) 753 : audit [DBG] 2023-11-16T01:40:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:47 smithi155 conmon[87969]: from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:47 smithi155 conmon[87969]: cluster 2023-11-16T01:40:46.035525+0000 mgr.smithi026.yidchs (mgr.14180) 754 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:47.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:47 smithi026 conmon[83720]: audit 2023-11-16T01:40:45.204723+0000 mgr.smithi026.yidchs 2023-11-16T01:40:47.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:47 smithi026 conmon[83720]: (mgr.14180) 753 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:47.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:47 smithi026 conmon[83720]: cluster 2023-11-16T01:40:46.035525+0000 mgr.smithi026.yidchs (mgr.14180) 754 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:48.748 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:48.749 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:49.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:49 smithi155 conmon[87969]: cluster 2023-11-16T01:40:48.036247+0000 mgr.smithi026.yidchs (mgr.14180) 755 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:49.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:49 smithi026 conmon[83720]: cluster 2023-11-16T01:40:48.036247+0000 mgr.smithi026.yidchs (mgr.14180) 755 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:50.334 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:50 smithi155 conmon[87969]: audit 2023-11-16T01:40:48.743488+0000 mgr.smithi026.yidchs (mgr.14180) 756 : audit [DBG] 2023-11-16T01:40:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:50 smithi155 conmon[87969]: from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:50.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:50 smithi026 conmon[83720]: audit 2023-11-16T01:40:48.743488+0000 2023-11-16T01:40:50.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:50 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 756 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:51 smithi155 conmon[87969]: cluster 2023-11-16T01:40:50.036963+0000 mgr.smithi026.yidchs (mgr.14180) 757 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:51.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:51 smithi026 conmon[83720]: cluster 2023-11-16T01:40:50.036963+0000 mgr.smithi026.yidchs 2023-11-16T01:40:51.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:51 smithi026 conmon[83720]: (mgr.14180) 757 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:52.254 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:40:52.254 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:40:52.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:52 smithi026 conmon[83720]: cluster 2023-11-16T01:40:52.037521+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:40:52.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:52 smithi026 conmon[83720]: 14180) 758 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:52 smithi155 conmon[87969]: cluster 2023-11-16T01:40:52.037521+0000 mgr.smithi026.yidchs (mgr.14180) 758 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:40:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:52 smithi155 conmon[87969]: 2023-11-16T01:40:52.792 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:40:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:53 smithi155 conmon[87969]: audit 2023-11-16T01:40:52.248721+0000 mgr.smithi026.yidchs (mgr.14180) 759 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:53 smithi026 conmon[83720]: audit 2023-11-16T01:40:52.248721+0000 mgr.smithi026.yidchs (mgr.14180) 759 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:40:53.793 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:40:54.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:54 smithi026 conmon[83720]: cluster 2023-11-16 2023-11-16T01:41:04.833 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:54 smithi026 conmon[83720]: T01:40:54.037842+0000 mgr.smithi026.yidchs (mgr.14180) 760 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.845 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:54 smithi155 conmon[87969]: cluster 2023-11-16T01:40:54.037842+0000 mgr.smithi026.yidchs (mgr.14180) 760 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.875 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:57 smithi155 conmon[87969]: audit 2023-11-16T01:40:55.747874+0000 mgr.smithi026.yidchs (mgr.14180) 761 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:57 smithi155 conmon[87969]: 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:57 smithi155 conmon[87969]: cluster 2023-11-16T01:40:56.038285+0000 mgr.smithi026.yidchs (mgr.14180) 762 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:59 smithi155 conmon[87969]: cluster 2023-11-16T01:40:58.038877+0000 mgr.smithi026.yidchs (mgr.14180) 763 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:40:59 smithi155 conmon[87969]: 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:01 smithi155 conmon[87969]: cluster 2023-11-16T01:41:00.039546+0000 mgr.smithi026.yidchs (mgr.14180) 764 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.876 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:03 smithi155 conmon[87969]: cluster 2023-11-16T01:41:02.040291+0000 mgr.smithi026.yidchs (mgr.14180) 765 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.877 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:04.877 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:04.877 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:57 smithi026 conmon[83720]: audit 2023-11-16T01:40:55.747874+0000 mgr.smithi026.yidchs (mgr.14180) 761 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:57 smithi026 conmon[83720]: cluster 2023-11-16T01:40:56.038285+0000 mgr.smithi026.yidchs (mgr.14180) 762 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:59 smithi026 conmon[83720]: cluster 2023-11-16T01:40:58.038877+0000 mgr.smithi026.yidchs (mgr.14180) 763 : 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:40:59 smithi026 conmon[83720]: cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:01 smithi026 conmon[83720]: cluster 2023-11-16T01:41:00.039546+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:01 smithi026 conmon[83720]: 764 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:03 smithi026 conmon[83720]: cluster 2023-11-16T01:41:02.040291+0000 mgr.smithi026.yidchs (mgr.14180) 765 : 2023-11-16T01:41:04.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:03 smithi026 conmon[83720]: cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:05 smithi026 conmon[83720]: cluster 2023-11-16T01:41:04.040698+0000 mgr.smithi026.yidchs (mgr.14180) 766 : cluster 2023-11-16T01:41:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:05 smithi026 conmon[83720]: [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:05 smithi155 conmon[87969]: cluster 2023-11-16T01:41:04.040698+0000 mgr.smithi026.yidchs (mgr.14180) 766 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:05.878 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:07.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:07 smithi026 conmon[83720]: cluster 2023-11-16T01:41:06.041195+0000 mgr.smithi026.yidchs (mgr.14180) 767 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:07 smithi155 conmon[87969]: cluster 2023-11-16T01:41:06.041195+0000 mgr.smithi026.yidchs (mgr.14180) 767 : cluster [DBG] 2023-11-16T01:41:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:07 smithi155 conmon[87969]: pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:07.802 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:07.802 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:08.382 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:09 smithi026 conmon[83720]: audit 2023-11-16T01:41:07.797270+0000 mgr.smithi026.yidchs 2023-11-16T01:41:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:09 smithi026 conmon[83720]: (mgr.14180) 768 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:09 smithi026 conmon[83720]: cluster 2023-11-16T01:41:08.041686+0000 mgr.smithi026.yidchs (mgr.14180) 769 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:09.383 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:09.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:09 smithi155 conmon[87969]: audit 2023-11-16T01:41:07.797270+0000 mgr.smithi026.yidchs (mgr.14180) 768 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:09.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:09 smithi155 conmon[87969]: cluster 2023-11-16T01:41:08.041686+0000 mgr.smithi026.yidchs (mgr.14180) 769 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:11.272 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:11.272 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:11 smithi026 conmon[83720]: cluster 2023-11-16T01:41:10.042126+0000 mgr.smithi026.yidchs (mgr.14180) 770 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:11 smithi155 conmon[87969]: cluster 2023-11-16T01:41:10.042126+0000 mgr.smithi026.yidchs (mgr.14180) 770 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:11.812 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:12.813 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:13 smithi026 conmon[83720]: audit 2023-11-16T01:41:11.266643 2023-11-16T01:41:13.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:13 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 771 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:13.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:13 smithi026 conmon[83720]: cluster 2023-11-16T01:41:12.042663+0000 mgr.smithi026.yidchs (mgr.14180) 772 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:13 smithi155 conmon[87969]: audit 2023-11-16T01:41:11.266643+0000 mgr.smithi026.yidchs (mgr.14180) 771 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:13 smithi155 conmon[87969]: cluster 2023-11-16T01:41:12.042663+0000 mgr.smithi026.yidchs (mgr.14180) 772 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:14.772 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:14.772 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:15.340 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:15 smithi026 conmon[83720]: cluster 2023-11-16T01:41:14 2023-11-16T01:41:15.340 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:15 smithi026 conmon[83720]: .043101+0000 mgr.smithi026.yidchs (mgr.14180) 773 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:15.354 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:15.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:15 smithi155 conmon[87969]: cluster 2023-11-16T01:41:14.043101+0000 mgr.smithi026.yidchs (mgr.14180) 773 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:16 smithi026 conmon[83720]: audit 2023-11-16T01:41:14.767136+0000 mgr.smithi026.yidchs 2023-11-16T01:41:16.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:16 smithi026 conmon[83720]: (mgr.14180) 774 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:16.356 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:16 smithi155 conmon[87969]: audit 2023-11-16T01:41:14.767136+0000 mgr.smithi026.yidchs (mgr.14180) 774 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:17.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:17 smithi026 conmon[83720]: cluster 2023-11-16T01:41:16.043632+0000 mgr.smithi026.yidchs (mgr.14180) 775 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:17 smithi155 conmon[87969]: cluster 2023-11-16T01:41:16.043632+0000 mgr.smithi026.yidchs (mgr.14180) 775 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:18.297 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:18.298 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:18.888 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:19 smithi026 conmon[83720]: cluster 2023-11-16T01:41:18.044133+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:41:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:19 smithi026 conmon[83720]: .14180) 776 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:19 smithi155 conmon[87969]: cluster 2023-11-16T01:41:18.044133+0000 mgr.smithi026.yidchs (mgr.14180) 776 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:19.889 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:20 smithi026 conmon[83720]: audit 2023-11-16T01:41:18.292809+0000 mgr.smithi026.yidchs (mgr.14180) 777 : audit 2023-11-16T01:41:20.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:20 smithi026 conmon[83720]: [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:20 smithi155 conmon[87969]: audit 2023-11-16T01:41:18.292809+0000 mgr.smithi026.yidchs (mgr.14180) 777 2023-11-16T01:41:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:20 smithi155 conmon[87969]: : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:21.383 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:21 smithi026 conmon[83720]: cluster 2023-11-16T01:41:20.044677+0000 mgr.smithi026.yidchs (mgr.14180) 778 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:21 smithi155 conmon[87969]: cluster 2023-11-16T01:41:20.044677+0000 mgr.smithi026.yidchs (mgr.14180) 778 : cluster 2023-11-16T01:41:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:21 smithi155 conmon[87969]: [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:21.795 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:21.795 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:22.329 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:23.329 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:23.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:23 smithi026 conmon[83720]: audit 2023-11-16T01:41:21.789977+0000 mgr.smithi026.yidchs (mgr.14180) 779 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:23.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:23 smithi026 conmon[83720]: cluster 2023-11-16T01:41:22.045336+0000 mgr.smithi026.yidchs (mgr.14180) 780 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:23 smithi155 conmon[87969]: audit 2023-11-16T01:41:21.789977+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:41:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:23 smithi155 conmon[87969]: ) 779 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:23 smithi155 conmon[87969]: cluster 2023-11-16T01:41:22.045336+0000 mgr.smithi026.yidchs (mgr.14180) 780 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:25.125 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:25.125 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:25.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:25 smithi155 conmon[87969]: cluster 2023-11-16T01:41:24.045965+0000 mgr.smithi026.yidchs (mgr.14180) 781 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:25 smithi026 conmon[83720]: cluster 2023-11-16T01:41:24.045965+0000 mgr.smithi026.yidchs (mgr.14180) 781 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:25.677 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:26 smithi155 conmon[87969]: audit 2023-11-16T01:41:25.120487+0000 mgr.smithi026.yidchs (mgr.14180) 782 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:26.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:26 smithi026 conmon[83720]: audit 2023-11-16T01:41:25.120487+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:41:26.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:26 smithi026 conmon[83720]: 14180) 782 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:26.678 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:27.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:27 smithi026 conmon[83720]: cluster 2023-11-16T01:41:26.046545+0000 mgr.smithi026.yidchs (mgr.14180) 783 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:27 smithi155 conmon[87969]: cluster 2023-11-16T01:41:26.046545+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:41:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:27 smithi155 conmon[87969]: 783 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:28.606 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:28.607 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:29.144 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:29 smithi155 conmon[87969]: cluster 2023-11-16T01:41:28.047137+0000 mgr.smithi026.yidchs (mgr.14180) 784 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:29 smithi026 conmon[83720]: cluster 2023-11-16T01:41:28.047137+0000 mgr.smithi026.yidchs (mgr.14180) 784 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:30.144 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:30 smithi155 conmon[87969]: audit 2023-11-16T01:41:28.601409+0000 mgr.smithi026.yidchs (mgr.14180) 785 : audit [DBG] 2023-11-16T01:41:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:30 smithi155 conmon[87969]: from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:30.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:30 smithi026 conmon[83720]: audit 2023-11-16T01:41:28.601409+0000 mgr.smithi026.yidchs (mgr.14180) 785 : audit [DBG] 2023-11-16T01:41:30.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:30 smithi026 conmon[83720]: from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:31 smithi026 conmon[83720]: cluster 2023-11-16T01:41:30.047994+0000 mgr.smithi026.yidchs 2023-11-16T01:41:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:31 smithi026 conmon[83720]: (mgr.14180) 786 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:31 smithi155 conmon[87969]: cluster 2023-11-16T01:41:30.047994+0000 mgr.smithi026.yidchs (mgr.14180) 786 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:32.044 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:32.044 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:32.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:33 smithi155 conmon[87969]: audit 2023-11-16T01:41:32.039356+0000 mgr.smithi026.yidchs (mgr.14180) 787 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:33 smithi155 conmon[87969]: cluster 2023-11-16T01:41:32.048517+0000 mgr.smithi026.yidchs (mgr.14180) 788 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:33.568 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:33 smithi026 conmon[83720]: audit 2023-11-16T01:41:32.039356+0000 mgr.smithi026.yidchs (mgr.14180) 787 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:33 smithi026 conmon[83720]: cluster 2023-11-16T01:41:32.048517+0000 mgr.smithi026.yidchs (mgr.14180) 788 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:35 smithi155 conmon[87969]: cluster 2023-11-16T01:41:34.049072+0000 mgr.smithi026.yidchs (mgr.14180) 789 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:35.497 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:35.497 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:35.518 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:35 smithi026 conmon[83720]: cluster 2023-11-16T01:41:34.049072+0000 mgr.smithi026.yidchs (mgr.14180) 789 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:36.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:37.101 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:37.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:37 smithi155 conmon[87969]: audit 2023-11-16T01:41:35.492523+0000 mgr.smithi026.yidchs (mgr.14180) 790 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:37.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:37 smithi155 conmon[87969]: cluster 2023-11-16T01:41:36.049508+0000 2023-11-16T01:41:37.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:37 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 791 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:37.577 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:37 smithi026 conmon[83720]: audit 2023-11-16T01:41:35.492523+0000 mgr.smithi026.yidchs (mgr.14180) 790 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:37.577 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:37 smithi026 conmon[83720]: cluster 2023-11-16T01:41:36.049508+0000 mgr.smithi026.yidchs (mgr.14180) 791 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:39.031 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:39.031 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:39.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:39 smithi026 conmon[83720]: cluster 2023-11-16T01:41:38.050185+0000 mgr.smithi026.yidchs (mgr.14180) 792 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:39 smithi155 conmon[87969]: cluster 2023-11-16T01:41:38.050185+0000 mgr.smithi026.yidchs (mgr.14180) 792 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:39.610 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:40 smithi155 conmon[87969]: audit 2023-11-16T01:41:39.025808+0000 mgr.smithi026.yidchs (mgr.14180) 793 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:40.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:40 smithi026 conmon[83720]: audit 2023-11-16T01:41:39.025808+0000 mgr.smithi026.yidchs (mgr.14180) 793 : audit 2023-11-16T01:41:40.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:40 smithi026 conmon[83720]: [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:40.611 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:41.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:41 smithi026 conmon[83720]: cluster 2023-11-16T01:41:40.050752+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:41:41.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:41 smithi026 conmon[83720]: .14180) 794 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:41 smithi155 conmon[87969]: cluster 2023-11-16T01:41:40.050752+0000 mgr.smithi026.yidchs (mgr.14180) 794 : cluster [DBG] 2023-11-16T01:41:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:41 smithi155 conmon[87969]: pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:42.507 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:42.507 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:43.033 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:43 smithi026 conmon[83720]: cluster 2023-11-16T01:41:42.051297+0000 mgr.smithi026.yidchs (mgr.14180) 795 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:43 smithi155 conmon[87969]: cluster 2023-11-16T01:41:42.051297+0000 mgr.smithi026.yidchs (mgr.14180) 795 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:44.034 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:44.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:44 smithi026 conmon[83720]: audit 2023-11-16T01:41:42.502580+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:41:44.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:44 smithi026 conmon[83720]: .14180) 796 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:44 smithi155 conmon[87969]: audit 2023-11-16T01:41:42.502580+0000 mgr.smithi026.yidchs (mgr.14180) 796 : audit [DBG] 2023-11-16T01:41:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:44 smithi155 conmon[87969]: from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:45.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:45 smithi026 conmon[83720]: cluster 2023-11-16T01:41:44.051704+0000 mgr.smithi026.yidchs 2023-11-16T01:41:45.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:45 smithi026 conmon[83720]: (mgr.14180) 797 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:45 smithi155 conmon[87969]: cluster 2023-11-16T01:41:44.051704+0000 mgr.smithi026.yidchs (mgr.14180) 797 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:45.953 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:45.953 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:46 smithi026 conmon[83720]: audit 2023-11-16T01:41:45.947508+0000 mgr.smithi026.yidchs (mgr.14180) 798 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:46 smithi026 conmon[83720]: cluster 2023-11-16T01:41:46.052240+0000 mgr.smithi026.yidchs (mgr.14180) 799 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:46 smithi155 conmon[87969]: audit 2023-11-16T01:41:45.947508+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:41:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:46 smithi155 conmon[87969]: ) 798 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:46 smithi155 conmon[87969]: cluster 2023-11-16T01:41:46.052240+0000 mgr.smithi026.yidchs (mgr.14180) 799 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:46.524 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:47.526 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:49.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:49 smithi026 conmon[83720]: cluster 2023-11-16T01:41:48.053040+0000 2023-11-16T01:41:49.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:49 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 800 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:49.459 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:49.459 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:49 smithi155 conmon[87969]: cluster 2023-11-16T01:41:48.053040+0000 mgr.smithi026.yidchs (mgr.14180) 800 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:50.039 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:51.040 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:51 smithi026 conmon[83720]: audit 2023-11-16T01:41:49.454584+0000 mgr.smithi026.yidchs (mgr.14180) 801 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:51 smithi026 conmon[83720]: cluster 2023-11-16T01:41:50.053485+0000 mgr.smithi026.yidchs (mgr.14180) 802 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:51 smithi155 conmon[87969]: audit 2023-11-16T01:41:49.454584+0000 mgr.smithi026.yidchs (mgr.14180) 801 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:51 smithi155 conmon[87969]: cluster 2023-11-16T01:41:50.053485+0000 mgr.smithi026.yidchs (mgr.14180) 802 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:52.952 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:52.953 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:53.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:53 smithi026 conmon[83720]: cluster 2023-11-16T01:41:52.053992+0000 2023-11-16T01:41:53.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:53 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 803 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:53 smithi155 conmon[87969]: cluster 2023-11-16T01:41:52.053992+0000 mgr.smithi026.yidchs (mgr.14180) 803 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:53.525 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:54 smithi155 conmon[87969]: audit 2023-11-16T01:41:52.947370+0000 mgr.smithi026.yidchs (mgr.14180) 804 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:54.526 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:54.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:54 smithi026 conmon[83720]: audit 2023-11-16T01:41:52.947370+0000 mgr.smithi026.yidchs (mgr.14180) 804 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:55 smithi026 conmon[83720]: cluster 2023-11-16T01:41:54.054475+0000 2023-11-16T01:41:55.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:55 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 805 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:55 smithi155 conmon[87969]: cluster 2023-11-16T01:41:54.054475+0000 mgr.smithi026.yidchs (mgr.14180) 805 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:56.397 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:56.398 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:34:04.737772Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.bytndj on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:41:56.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:41:57.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:57 smithi026 conmon[83720]: cluster 2023-11-16T01:41:56.054990+0000 mgr.smithi026.yidchs (mgr.14180) 806 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:57 smithi155 conmon[87969]: cluster 2023-11-16T01:41:56.054990+0000 mgr.smithi026.yidchs (mgr.14180) 806 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:57.966 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:41:58.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:58 smithi026 conmon[83720]: audit 2023-11-16T01:41:56.392333+0000 mgr.smithi026.yidchs ( 2023-11-16T01:41:58.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:58 smithi026 conmon[83720]: mgr.14180) 807 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:58 smithi155 conmon[87969]: audit 2023-11-16T01:41:56.392333+0000 mgr.smithi026.yidchs (mgr.14180) 807 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:41:59.450 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:41:59 smithi026 conmon[83720]: cluster 2023-11-16T01:41:58.055536+0000 mgr.smithi026.yidchs (mgr.14180) 808 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:41:59 smithi155 conmon[87969]: cluster 2023-11-16T01:41:58.055536+0000 mgr.smithi026.yidchs (mgr.14180) 808 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:41:59.866 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:41:59.866 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:00 smithi026 conmon[83720]: audit 2023-11-16T01:41:59.152236+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.fybnor"}]: dispatch 2023-11-16T01:42:00.489 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:00 smithi155 conmon[87969]: audit 2023-11-16T01:41:59.152236+0000 mon.smithi026 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.fybnor"}]: dispatch 2023-11-16T01:42:01.490 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: cephadm 2023-11-16T01:41:59.151738+0000 mgr.smithi026.yidchs (mgr.14180) 809 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: cephadm 2023-11-16T01:41:59.151942+0000 mgr.smithi026.yidchs (mgr.14180) 810 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: cephadm 2023-11-16T01:41:59.152921+0000 mgr.smithi026.yidchs (mgr.14180) 811 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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-16T01:42:01.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: cephadm 2023-11-16T01:41:59.154373+0000 mgr.smithi026.yidchs (mgr.14180) 812 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.tmnhdr on smithi026 2023-11-16T01:42:01.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: audit 2023-11-16T01:41:59.861579+0000 mgr.smithi026.yidchs (mgr.14180) 813 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:01.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:01 smithi155 conmon[87969]: cluster 2023-11-16T01:42:00.055974+0000 mgr.smithi026.yidchs (mgr.14180) 814 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:01.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: cephadm 2023-11-16T01:41:59.151738+0000 mgr.smithi026.yidchs (mgr.14180) 809 : cephadm 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: E 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: RROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: cephadm 2023-11-16T01:41:59.151942+0000 mgr.smithi026.yidchs (mgr.14180) 810 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: cephadm 2023-11-16T01:41:59.152921+0000 mgr.smithi026.yidchs (mgr.14180) 811 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.fybnor ... 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:40: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-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:41: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-16T01:42:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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-16T01:42:01.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:42:01.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: cephadm 2023-11-16T01:41:59.154373+0000 mgr.smithi026.yidchs (mgr.14180) 812 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.tmnhdr on smithi026 2023-11-16T01:42:01.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: audit 2023-11-16T01:41:59.861579+0000 mgr.smithi026.yidchs (mgr.14180) 813 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:01.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:01 smithi026 conmon[83720]: cluster 2023-11-16T01:42:00.055974+0000 mgr.smithi026.yidchs (mgr.14180) 814 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:03.335 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:03.336 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:03 smithi026 conmon[83720]: cluster 2023-11-16T01:42:02 2023-11-16T01:42:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:03 smithi026 conmon[83720]: .056490+0000 mgr.smithi026.yidchs (mgr.14180) 815 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:03 smithi155 conmon[87969]: cluster 2023-11-16T01:42:02.056490+0000 mgr.smithi026.yidchs (mgr.14180) 815 : 2023-11-16T01:42:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:03 smithi155 conmon[87969]: cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:03.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:04.894 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:05 smithi026 conmon[83720]: audit 2023-11-16T01:42:03.330111+0000 mgr.smithi026.yidchs (mgr.14180) 816 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:05 smithi026 conmon[83720]: cluster 2023-11-16T01:42:04.057172+0000 mgr.smithi026.yidchs (mgr.14180) 817 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:05 smithi155 conmon[87969]: audit 2023-11-16T01:42:03.330111+0000 mgr.smithi026.yidchs (mgr.14180) 816 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:05 smithi155 conmon[87969]: cluster 2023-11-16T01:42:04.057172+0000 mgr.smithi026.yidchs (mgr.14180) 817 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:06.759 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:06.760 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:07.329 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:07 smithi155 conmon[87969]: cluster 2023-11-16T01:42:06.057676+0000 mgr.smithi026.yidchs (mgr.14180) 818 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:07 smithi026 conmon[83720]: cluster 2023-11-16T01:42:06.057676+0000 mgr.smithi026.yidchs (mgr.14180) 818 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:08.330 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:08 smithi155 conmon[87969]: audit 2023-11-16T01:42:06.754171+0000 mgr.smithi026.yidchs (mgr.14180) 819 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:08.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:08 smithi026 conmon[83720]: audit 2023-11-16T01:42:06.754171+0000 mgr.smithi026.yidchs ( 2023-11-16T01:42:08.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:08 smithi026 conmon[83720]: mgr.14180) 819 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:09 smithi155 conmon[87969]: cluster 2023-11-16T01:42:08.058539+0000 mgr.smithi026.yidchs (mgr.14180) 820 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:09 smithi155 conmon[87969]: 2023-11-16T01:42:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:09 smithi026 conmon[83720]: cluster 2023-11-16T01:42:08.058539+0000 mgr.smithi026.yidchs (mgr.14180) 820 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:10.276 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:10.276 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:10.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:11 smithi026 conmon[83720]: cluster 2023-11-16T01:42:10.058993+0000 mgr.smithi026.yidchs (mgr.14180) 821 : cluster 2023-11-16T01:42:11.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:11 smithi026 conmon[83720]: [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:11 smithi155 conmon[87969]: cluster 2023-11-16T01:42:10.058993+0000 mgr.smithi026.yidchs (mgr.14180) 821 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:11.880 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:12 smithi026 conmon[83720]: audit 2023-11-16T01:42:10.270795+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:42:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:12 smithi026 conmon[83720]: 14180) 822 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:12 smithi155 conmon[87969]: audit 2023-11-16T01:42:10.270795+0000 mgr.smithi026.yidchs (mgr.14180) 822 : audit [DBG] 2023-11-16T01:42:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:12 smithi155 conmon[87969]: from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:13.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:13 smithi026 conmon[83720]: cluster 2023-11-16T01:42:12.059548+0000 mgr.smithi026.yidchs (mgr.14180) 823 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:13 smithi155 conmon[87969]: cluster 2023-11-16T01:42:12.059548+0000 mgr.smithi026.yidchs (mgr.14180) 823 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:13.790 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:13.790 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:14.438 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:15.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:15 smithi026 conmon[83720]: audit 2023-11-16T01:42:13.785102+0000 mgr.smithi026.yidchs (mgr.14180) 824 : audit [DBG] 2023-11-16T01:42:15.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:15 smithi026 conmon[83720]: from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:15.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:15 smithi026 conmon[83720]: cluster 2023-11-16T01:42:14.060110+0000 mgr.smithi026.yidchs (mgr.14180) 825 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:15.439 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:15 smithi155 conmon[87969]: audit 2023-11-16T01:42:13.785102+0000 mgr.smithi026.yidchs (mgr.14180) 824 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:15 smithi155 conmon[87969]: cluster 2023-11-16T01:42:14.060110 2023-11-16T01:42:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:15 smithi155 conmon[87969]: +0000 mgr.smithi026.yidchs (mgr.14180) 825 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:17.274 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:17.274 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:17.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:17 smithi026 conmon[83720]: cluster 2023-11-16T01:42:16.060763+0000 mgr.smithi026.yidchs (mgr.14180) 826 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:17 smithi155 conmon[87969]: cluster 2023-11-16T01:42:16.060763+0000 mgr.smithi026.yidchs (mgr.14180) 826 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:17.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:18.820 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:19.302 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:19 smithi026 conmon[83720]: audit 2023-11-16T01:42:17.269183+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:42:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:19 smithi026 conmon[83720]: .14180) 827 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:19 smithi026 conmon[83720]: cluster 2023-11-16T01:42:18.061580+0000 mgr.smithi026.yidchs (mgr.14180) 828 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:19 smithi155 conmon[87969]: audit 2023-11-16T01:42:17.269183+0000 mgr.smithi026.yidchs (mgr.14180) 827 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:19 smithi155 conmon[87969]: 2023-11-16T01:42:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:19 smithi155 conmon[87969]: cluster 2023-11-16T01:42:18.061580+0000 mgr.smithi026.yidchs (mgr.14180) 828 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:20.778 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:20.778 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:21.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:21 smithi026 conmon[83720]: cluster 2023-11-16T01:42:20.061997+0000 mgr.smithi026.yidchs (mgr.14180) 829 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:21.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:21 smithi155 conmon[87969]: cluster 2023-11-16T01:42:20.061997+0000 mgr.smithi026.yidchs (mgr.14180) 829 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:22.412 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:22.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:22 smithi026 conmon[83720]: audit 2023-11-16T01:42:20.773705+0000 mgr.smithi026.yidchs (mgr.14180) 830 : audit 2023-11-16T01:42:22.443 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:22 smithi026 conmon[83720]: [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:22 smithi155 conmon[87969]: audit 2023-11-16T01:42:20.773705+0000 mgr.smithi026.yidchs (mgr.14180) 830 2023-11-16T01:42:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:22 smithi155 conmon[87969]: : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:23.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:23 smithi026 conmon[83720]: cluster 2023-11-16T01:42:22.062913+0000 mgr.smithi026.yidchs 2023-11-16T01:42:23.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:23 smithi026 conmon[83720]: (mgr.14180) 831 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:23 smithi155 conmon[87969]: cluster 2023-11-16T01:42:22.062913+0000 mgr.smithi026.yidchs (mgr.14180) 831 : 2023-11-16T01:42:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:23 smithi155 conmon[87969]: cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:24.327 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:24.328 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:24.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:25.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:25 smithi026 conmon[83720]: cluster 2023-11-16T01:42:24.063284+0000 mgr.smithi026.yidchs (mgr.14180) 832 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:25 smithi155 conmon[87969]: cluster 2023-11-16T01:42:24.063284+0000 mgr.smithi026.yidchs (mgr.14180) 832 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:25.910 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:26 smithi026 conmon[83720]: audit 2023-11-16T01:42:24.321126+0000 mgr.smithi026.yidchs ( 2023-11-16T01:42:26.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:26 smithi026 conmon[83720]: mgr.14180) 833 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:26 smithi155 conmon[87969]: audit 2023-11-16T01:42:24.321126+0000 mgr.smithi026.yidchs (mgr.14180) 833 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:26 smithi155 conmon[87969]: 2023-11-16T01:42:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:27 smithi026 conmon[83720]: cluster 2023-11-16T01:42:26.063766 2023-11-16T01:42:27.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:27 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 834 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:27 smithi155 conmon[87969]: cluster 2023-11-16T01:42:26.063766+0000 mgr.smithi026.yidchs (mgr.14180) 834 : cluster [DBG] 2023-11-16T01:42:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:27 smithi155 conmon[87969]: pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:27.716 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:27.716 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:28.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:29.284 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:29 smithi155 conmon[87969]: audit 2023-11-16T01:42:27.711640+0000 mgr.smithi026.yidchs (mgr.14180) 835 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:29 smithi155 conmon[87969]: cluster 2023-11-16T01:42:28.064254+0000 mgr.smithi026.yidchs (mgr.14180) 836 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:29 smithi026 conmon[83720]: audit 2023-11-16T01:42:27.711640+0000 mgr.smithi026.yidchs (mgr.14180) 835 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:29 smithi026 conmon[83720]: cluster 2023-11-16T01:42:28.064254+0000 mgr.smithi026.yidchs (mgr.14180) 836 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:31.224 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:31.224 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:31.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:31 smithi026 conmon[83720]: cluster 2023-11-16T01:42:30.064899+0000 mgr.smithi026.yidchs (mgr.14180) 837 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:31 smithi155 conmon[87969]: cluster 2023-11-16T01:42:30.064899+0000 mgr.smithi026.yidchs (mgr.14180) 837 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:31.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:32.828 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:33.409 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:33 smithi026 conmon[83720]: audit 2023-11-16T01:42:31.219039+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:42:33.409 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:33 smithi026 conmon[83720]: .14180) 838 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:33.410 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:33 smithi026 conmon[83720]: cluster 2023-11-16T01:42:32.065528+0000 mgr.smithi026.yidchs (mgr.14180) 839 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:33 smithi155 conmon[87969]: audit 2023-11-16T01:42:31.219039+0000 mgr.smithi026.yidchs (mgr.14180) 838 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:33 smithi155 conmon[87969]: cluster 2023-11-16T01:42:32.065528+0000 mgr.smithi026.yidchs (mgr.14180) 839 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:34.753 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:34.754 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:35.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:35 smithi155 conmon[87969]: cluster 2023-11-16T01:42:34.066010+0000 mgr.smithi026.yidchs (mgr.14180) 840 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:35 smithi026 conmon[83720]: cluster 2023-11-16T01:42:34.066010+0000 2023-11-16T01:42:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:35 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 840 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:36.300 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:36 smithi155 conmon[87969]: audit 2023-11-16T01:42:34.748783+0000 mgr.smithi026.yidchs (mgr.14180) 841 : audit 2023-11-16T01:42:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:36 smithi155 conmon[87969]: [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:36.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:36 smithi026 conmon[83720]: audit 2023-11-16T01:42:34.748783+0000 mgr.smithi026.yidchs (mgr.14180) 841 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:37 smithi155 conmon[87969]: cluster 2023-11-16T01:42:36.066690+0000 mgr.smithi026.yidchs (mgr.14180) 842 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:37.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:37 smithi026 conmon[83720]: cluster 2023-11-16T01:42:36.066690+0000 2023-11-16T01:42:37.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:37 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 842 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:38.217 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:38.217 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:38.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:39 smithi155 conmon[87969]: cluster 2023-11-16T01:42:38.067381+0000 mgr.smithi026.yidchs (mgr.14180) 843 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:39.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:39 smithi026 conmon[83720]: cluster 2023-11-16T01:42:38.067381+0000 mgr.smithi026.yidchs (mgr.14180) 843 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:39.800 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:40.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:40 smithi026 conmon[83720]: audit 2023-11-16T01:42:38.211332+0000 mgr.smithi026.yidchs 2023-11-16T01:42:40.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:40 smithi026 conmon[83720]: (mgr.14180) 844 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:40 smithi155 conmon[87969]: audit 2023-11-16T01:42:38.211332+0000 mgr.smithi026.yidchs (mgr.14180) 844 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:40 smithi155 conmon[87969]: 2023-11-16T01:42:41.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:41 smithi026 conmon[83720]: cluster 2023-11-16T01:42:40.067862+0000 mgr.smithi026.yidchs (mgr.14180) 845 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:41 smithi155 conmon[87969]: cluster 2023-11-16T01:42:40.067862+0000 mgr.smithi026.yidchs (mgr.14180) 845 : cluster [DBG] 2023-11-16T01:42:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:41 smithi155 conmon[87969]: pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:41.717 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:41.717 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:42.332 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:43.334 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:43 smithi155 conmon[87969]: audit 2023-11-16T01:42:41.712188+0000 mgr.smithi026.yidchs (mgr.14180) 846 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:43 smithi155 conmon[87969]: cluster 2023-11-16T01:42:42.068446+0000 mgr.smithi026.yidchs (mgr.14180) 847 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:43 smithi026 conmon[83720]: audit 2023-11-16T01:42:41.712188+0000 mgr.smithi026.yidchs (mgr.14180) 846 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:43.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:43 smithi026 conmon[83720]: cluster 2023-11-16T01:42:42.068446+0000 mgr.smithi026.yidchs (mgr.14180) 847 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:45.329 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:45.330 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:45.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:45 smithi026 conmon[83720]: cluster 2023-11-16T01:42:44.068868+0000 mgr.smithi026.yidchs (mgr.14180) 848 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:45 smithi155 conmon[87969]: cluster 2023-11-16T01:42:44.068868+0000 mgr.smithi026.yidchs (mgr.14180) 848 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:45.907 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:46 smithi155 conmon[87969]: audit 2023-11-16T01:42:45.324613+0000 mgr.smithi026.yidchs (mgr.14180) 849 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:46 smithi155 conmon[87969]: cluster 2023-11-16T01:42:46.069430+0000 mgr.smithi026.yidchs (mgr.14180) 850 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:46.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:46 smithi026 conmon[83720]: audit 2023-11-16T01:42:45. 2023-11-16T01:42:46.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:46 smithi026 conmon[83720]: 324613+0000 mgr.smithi026.yidchs (mgr.14180) 849 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:46.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:46 smithi026 conmon[83720]: cluster 2023-11-16T01:42:46.069430+0000 mgr.smithi026.yidchs (mgr.14180) 850 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:46.908 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:48.844 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:48.845 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:49.387 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:49 smithi026 conmon[83720]: cluster 2023-11-16T01:42:48.069966+0000 mgr.smithi026.yidchs (mgr.14180) 851 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:49.405 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:49 smithi155 conmon[87969]: cluster 2023-11-16T01:42:48.069966+0000 mgr.smithi026.yidchs (mgr.14180) 851 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:49 smithi155 conmon[87969]: 2023-11-16T01:42:50.406 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:50.436 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:50 smithi026 conmon[83720]: audit 2023-11-16T01:42:48.839284+0000 mgr.smithi026.yidchs (mgr.14180) 852 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:50 smithi155 conmon[87969]: audit 2023-11-16T01:42:48.839284+0000 mgr.smithi026.yidchs (mgr.14180) 852 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:51.247 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:51 smithi026 conmon[83720]: cluster 2023-11-16T01:42:50.070466+0000 2023-11-16T01:42:51.247 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:51 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 853 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:51 smithi155 conmon[87969]: cluster 2023-11-16T01:42:50.070466+0000 mgr.smithi026.yidchs (mgr.14180) 853 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:52.269 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:52.269 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:52.870 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:53 smithi155 conmon[87969]: cluster 2023-11-16T01:42:52.071178+0000 mgr.smithi026.yidchs (mgr.14180) 854 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:53 smithi026 conmon[83720]: cluster 2023-11-16T01:42:52.071178+0000 mgr.smithi026.yidchs (mgr.14180) 854 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:53.872 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:54.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:54 smithi026 conmon[83720]: audit 2023-11-16T01:42:52.263963+0000 mgr.smithi026.yidchs (mgr.14180) 855 : audit [DBG] 2023-11-16T01:42:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:54 smithi026 conmon[83720]: from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:54 smithi155 conmon[87969]: audit 2023-11-16T01:42:52.263963+0000 mgr.smithi026.yidchs (mgr.14180) 855 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:55.399 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:55 smithi026 conmon[83720]: cluster 2023-11-16T01:42:54.071564+0000 mgr.smithi026.yidchs (mgr.14180) 856 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:55 smithi155 conmon[87969]: cluster 2023-11-16T01:42:54.071564+0000 mgr.smithi026.yidchs (mgr.14180) 856 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:55.792 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:55.792 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:56.329 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:42:57.330 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:42:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:57 smithi155 conmon[87969]: audit 2023-11-16T01:42:55.786845+0000 mgr.smithi026.yidchs (mgr.14180) 857 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:57 smithi155 conmon[87969]: cluster 2023-11-16T01:42:56.072038+0000 mgr.smithi026.yidchs 2023-11-16T01:42:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:57 smithi155 conmon[87969]: (mgr.14180) 858 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:57.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:57 smithi026 conmon[83720]: audit 2023-11-16T01:42:55.786845+0000 mgr.smithi026.yidchs (mgr.14180) 857 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:42:57.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:57 smithi026 conmon[83720]: cluster 2023-11-16T01:42:56.072038+0000 mgr.smithi026.yidchs (mgr.14180) 858 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:59.207 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:42:59.207 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:42:59.404 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:59 smithi026 conmon[83720]: cluster 2023-11-16T01:42:58.072781+0000 mgr.smithi026.yidchs (mgr.14180) 859 : 2023-11-16T01:42:59.405 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:42:59 smithi026 conmon[83720]: cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:59 smithi155 conmon[87969]: cluster 2023-11-16T01:42:58.072781+0000 mgr.smithi026.yidchs (mgr.14180) 859 : cluster [DBG] 2023-11-16T01:42:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:42:59 smithi155 conmon[87969]: pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:42:59.813 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:00.814 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:01 smithi155 conmon[87969]: audit 2023-11-16T01:42:59.201338+0000 mgr.smithi026.yidchs (mgr.14180) 860 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:01 smithi155 conmon[87969]: cluster 2023-11-16T01:43:00.073365+0000 mgr.smithi026.yidchs (mgr.14180) 861 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:01.508 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:01 smithi026 conmon[83720]: audit 2023-11-16T01:42:59.201338+0000 mgr.smithi026.yidchs (mgr.14180) 860 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:01.508 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:01 smithi026 conmon[83720]: cluster 2023-11-16T01:43:00.073365+0000 mgr.smithi026.yidchs (mgr.14180) 861 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:02.765 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:02.765 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:03.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:03 smithi155 conmon[87969]: cluster 2023-11-16T01:43:02.073937+0000 mgr.smithi026.yidchs (mgr.14180) 862 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:03.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:03 smithi026 conmon[83720]: cluster 2023-11-16T01:43:02.073937+0000 mgr.smithi026.yidchs ( 2023-11-16T01:43:03.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:03 smithi026 conmon[83720]: mgr.14180) 862 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:04.363 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:04 smithi155 conmon[87969]: audit 2023-11-16T01:43:02.759920+0000 mgr.smithi026.yidchs (mgr.14180) 863 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:04 smithi026 conmon[83720]: audit 2023-11-16T01:43:02.759920+0000 mgr.smithi026.yidchs (mgr.14180) 863 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:05 smithi155 conmon[87969]: cluster 2023-11-16T01:43:04.074565+0000 mgr.smithi026.yidchs (mgr.14180) 864 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:05.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:05 smithi026 conmon[83720]: cluster 2023-11-16T01:43:04.074565+0000 mgr.smithi026.yidchs (mgr.14180) 864 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:06.278 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:06.278 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:06.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:06 smithi026 conmon[83720]: cluster 2023-11-16T01:43:06.075064+0000 mgr.smithi026.yidchs 2023-11-16T01:43:06.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:06 smithi026 conmon[83720]: (mgr.14180) 865 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:06 smithi155 conmon[87969]: cluster 2023-11-16T01:43:06.075064+0000 mgr.smithi026.yidchs (mgr.14180) 865 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:06.903 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:07 smithi155 conmon[87969]: audit 2023-11-16T01:43:06.272498+0000 mgr.smithi026.yidchs (mgr.14180) 866 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:07 smithi026 conmon[83720]: audit 2023-11-16T01:43:06.272498+0000 2023-11-16T01:43:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:07 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 866 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:07.904 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:08 smithi026 conmon[83720]: cluster 2023-11-16T01:43:08.075575+0000 mgr.smithi026.yidchs (mgr.14180) 867 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:08.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:08 smithi155 conmon[87969]: cluster 2023-11-16T01:43:08.075575+0000 mgr.smithi026.yidchs (mgr.14180) 867 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:09.849 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:09.850 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:10.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:11.405 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:11.437 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:11 smithi026 conmon[83720]: audit 2023-11-16T01:43:09.844409+0000 mgr.smithi026.yidchs (mgr.14180) 868 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:11.437 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:11 smithi026 conmon[83720]: cluster 2023-11-16T01:43:10.076109+0000 mgr.smithi026.yidchs (mgr.14180) 869 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:11 smithi155 conmon[87969]: audit 2023-11-16T01:43:09.844409+0000 mgr.smithi026.yidchs (mgr.14180) 868 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:11 smithi155 conmon[87969]: cluster 2023-11-16T01:43:10.076109+0000 mgr.smithi026.yidchs (mgr.14180) 869 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:13.317 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:13.317 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:13.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:13 smithi026 conmon[83720]: cluster 2023-11-16T01:43:12.076671+0000 mgr.smithi026.yidchs (mgr.14180) 870 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:13 smithi155 conmon[87969]: cluster 2023-11-16T01:43:12.076671+0000 mgr.smithi026.yidchs (mgr.14180) 870 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:13.886 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:14.888 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:15.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:15 smithi026 conmon[83720]: audit 2023-11-16T01:43:13.312263+0000 mgr.smithi026.yidchs (mgr.14180) 871 : 2023-11-16T01:43:15.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:15 smithi026 conmon[83720]: audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:15.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:15 smithi026 conmon[83720]: cluster 2023-11-16T01:43:14.077129+0000 mgr.smithi026.yidchs (mgr.14180) 872 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:15 smithi155 conmon[87969]: audit 2023-11-16T01:43:13.312263+0000 mgr.smithi026.yidchs (mgr.14180) 871 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:15 smithi155 conmon[87969]: cluster 2023-11-16T01:43:14.077129+0000 mgr.smithi026.yidchs (mgr.14180) 872 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:16.772 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:16.772 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:17.324 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:17 smithi155 conmon[87969]: cluster 2023-11-16T01:43:16.077761+0000 mgr.smithi026.yidchs (mgr.14180) 873 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:17 smithi026 conmon[83720]: cluster 2023-11-16T01:43:16.077761+0000 mgr.smithi026.yidchs (mgr.14180) 873 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:18.325 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:18 smithi155 conmon[87969]: audit 2023-11-16T01:43:16.767658+0000 mgr.smithi026.yidchs (mgr.14180) 874 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:18.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:18 smithi026 conmon[83720]: audit 2023-11-16T01:43:16.767658+0000 mgr.smithi026.yidchs (mgr.14180) 874 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:19 smithi155 conmon[87969]: cluster 2023-11-16T01:43:18.078546+0000 mgr.smithi026.yidchs (mgr.14180) 875 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:19.582 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:19 smithi026 conmon[83720]: cluster 2023-11-16T01:43:18.078546+0000 mgr.smithi026.yidchs (mgr.14180) 875 : 2023-11-16T01:43:19.582 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:19 smithi026 conmon[83720]: cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:20.225 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:20.225 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:20.810 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:21 smithi155 conmon[87969]: cluster 2023-11-16T01:43:20.078974+0000 mgr.smithi026.yidchs (mgr.14180) 876 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:21.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:21 smithi026 conmon[83720]: cluster 2023-11-16T01:43:20.078974+0000 mgr.smithi026.yidchs (mgr.14180) 876 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:21.812 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:22.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:22 smithi026 conmon[83720]: audit 2023-11-16T01:43:20.220020+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:43:22.482 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:22 smithi026 conmon[83720]: .14180) 877 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:22 smithi155 conmon[87969]: audit 2023-11-16T01:43:20.220020+0000 mgr.smithi026.yidchs (mgr.14180) 877 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:23 smithi026 conmon[83720]: cluster 2023-11-16T01:43:22.079763+0000 mgr.smithi026.yidchs (mgr.14180) 878 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:23 smithi155 conmon[87969]: cluster 2023-11-16T01:43:22.079763+0000 mgr.smithi026.yidchs (mgr.14180) 878 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:23.697 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:23.697 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:24.284 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:25.284 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:25 smithi155 conmon[87969]: audit 2023-11-16T01:43:23.692351+0000 mgr.smithi026.yidchs (mgr.14180) 879 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:25 smithi155 conmon[87969]: cluster 2023-11-16T01:43:24.080417+0000 mgr.smithi026.yidchs (mgr.14180) 880 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:25 smithi026 conmon[83720]: audit 2023-11-16T01:43:23.692351+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:43:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:25 smithi026 conmon[83720]: 879 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:25 smithi026 conmon[83720]: cluster 2023-11-16T01:43:24.080417+0000 mgr.smithi026.yidchs (mgr.14180) 880 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:26 smithi155 conmon[87969]: cluster 2023-11-16T01:43:26.080920+0000 mgr.smithi026.yidchs (mgr.14180) 881 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.639 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:26 smithi026 conmon[83720]: cluster 2023-11-16T01:43:26. 2023-11-16T01:43:34.640 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:26 smithi026 conmon[83720]: 080920+0000 mgr.smithi026.yidchs (mgr.14180) 881 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:29 smithi155 conmon[87969]: audit 2023-11-16T01:43:27.210796+0000 mgr.smithi026.yidchs (mgr.14180) 882 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:34.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:29 smithi155 conmon[87969]: cluster 2023-11-16T01:43:28.081537+0000 mgr.smithi026.yidchs (mgr.14180) 883 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:31 smithi155 conmon[87969]: cluster 2023-11-16T01:43:30.082086+0000 mgr.smithi026.yidchs (mgr.14180) 884 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.641 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:33 smithi155 conmon[87969]: cluster 2023-11-16T01:43:32.082724+0000 mgr.smithi026.yidchs (mgr.14180) 885 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.641 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:34.641 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:34.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:34.645 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:29 smithi026 conmon[83720]: audit 2023-11-16T01:43:27.210796+0000 mgr.smithi026.yidchs (mgr.14180) 882 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:34.645 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:29 smithi026 conmon[83720]: cluster 2023-11-16T01:43:28.081537+0000 mgr.smithi026.yidchs (mgr.14180) 883 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.645 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:31 smithi026 conmon[83720]: cluster 2023-11-16T01:43:30.082086+0000 mgr.smithi026.yidchs (mgr.14180) 884 2023-11-16T01:43:34.645 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:31 smithi026 conmon[83720]: : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:34.645 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:33 smithi026 conmon[83720]: cluster 2023-11-16T01:43:32.082724+0000 mgr.smithi026.yidchs (mgr.14180) 885 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:35 smithi155 conmon[87969]: cluster 2023-11-16T01:43:34.083225+0000 mgr.smithi026.yidchs (mgr.14180) 886 : cluster [DBG] 2023-11-16T01:43:35.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:35 smithi155 conmon[87969]: pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:35 smithi026 conmon[83720]: cluster 2023-11-16T01:43:34.083225+0000 mgr.smithi026.yidchs (mgr.14180) 886 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:35.646 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:37 smithi155 conmon[87969]: cluster 2023-11-16T01:43:36.083701+0000 mgr.smithi026.yidchs (mgr.14180) 887 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:37.538 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:37.538 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:37.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:37 smithi026 conmon[83720]: cluster 2023-11-16T01:43:36.083701+0000 mgr.smithi026.yidchs (mgr.14180) 887 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:38.115 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:39.117 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:39 smithi155 conmon[87969]: audit 2023-11-16T01:43:37.533509+0000 mgr.smithi026.yidchs (mgr.14180) 888 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:39 smithi155 conmon[87969]: cluster 2023-11-16T01:43:38.084308+0000 mgr.smithi026.yidchs (mgr.14180) 889 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:39 smithi026 conmon[83720]: audit 2023-11-16T01:43:37. 2023-11-16T01:43:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:39 smithi026 conmon[83720]: 533509+0000 mgr.smithi026.yidchs (mgr.14180) 888 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:39 smithi026 conmon[83720]: cluster 2023-11-16T01:43:38.084308+0000 mgr.smithi026.yidchs (mgr.14180) 889 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:41.047 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:41.047 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:41 smithi026 conmon[83720]: cluster 2023-11-16T01:43:40.084766+0000 mgr.smithi026.yidchs (mgr.14180) 890 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:41 smithi155 conmon[87969]: cluster 2023-11-16T01:43:40.084766+0000 mgr.smithi026.yidchs (mgr.14180) 890 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:41.581 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:42 smithi155 conmon[87969]: audit 2023-11-16T01:43:41.041917+0000 mgr.smithi026.yidchs (mgr.14180) 891 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:42.582 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:42.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:42 smithi026 conmon[83720]: audit 2023-11-16T01:43:41.041917+0000 mgr.smithi026.yidchs (mgr.14180) 891 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:43 smithi026 conmon[83720]: cluster 2023-11-16T01:43:42.085323+0000 mgr.smithi026.yidchs (mgr.14180) 892 : cluster 2023-11-16T01:43:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:43 smithi026 conmon[83720]: [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:43 smithi155 conmon[87969]: cluster 2023-11-16T01:43:42.085323+0000 mgr.smithi026.yidchs (mgr.14180) 892 : cluster [DBG] 2023-11-16T01:43:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:43 smithi155 conmon[87969]: pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:44.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:44 smithi026 conmon[83720]: cluster 2023-11-16T01:43:44.085698+0000 mgr.smithi026.yidchs (mgr.14180) 893 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:44 smithi155 conmon[87969]: cluster 2023-11-16T01:43:44.085698+0000 mgr.smithi026.yidchs (mgr.14180) 893 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:44.495 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:44.496 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:45.097 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:46.098 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:46 smithi155 conmon[87969]: audit 2023-11-16T01:43:44.490259+0000 mgr.smithi026.yidchs (mgr.14180) 894 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:46.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:46 smithi026 conmon[83720]: audit 2023-11-16T01:43:44.490259+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:43:46.580 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:46 smithi026 conmon[83720]: 14180) 894 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:47.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:47 smithi026 conmon[83720]: cluster 2023-11-16T01:43:46.086391 2023-11-16T01:43:47.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:47 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 895 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:47 smithi155 conmon[87969]: cluster 2023-11-16T01:43:46.086391+0000 mgr.smithi026.yidchs (mgr.14180) 895 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:47.948 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:47.948 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:48.572 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:49 smithi155 conmon[87969]: audit 2023-11-16T01:43:47.942779+0000 mgr.smithi026.yidchs (mgr.14180) 896 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:49 smithi155 conmon[87969]: cluster 2023-11-16T01:43:48.086909+0000 mgr.smithi026.yidchs (mgr.14180) 897 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:49.573 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:49.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:49 smithi026 conmon[83720]: audit 2023-11-16T01:43:47.942779+0000 mgr.smithi026.yidchs (mgr.14180) 896 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:49 smithi026 conmon[83720]: cluster 2023-11-16T01:43:48.086909+0000 mgr.smithi026.yidchs (mgr.14180) 897 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:51 smithi026 conmon[83720]: cluster 2023-11-16T01:43:50.087328+0000 mgr.smithi026.yidchs (mgr.14180) 898 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:51.452 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:51.452 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:51 smithi155 conmon[87969]: cluster 2023-11-16T01:43:50.087328+0000 mgr.smithi026.yidchs (mgr.14180) 898 : cluster 2023-11-16T01:43:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:51 smithi155 conmon[87969]: [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:52.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:53.063 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:53 smithi155 conmon[87969]: audit 2023-11-16T01:43:51.447245+0000 mgr.smithi026.yidchs (mgr.14180) 899 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:53 smithi155 conmon[87969]: cluster 2023-11-16T01:43:52.088248+0000 mgr.smithi026.yidchs (mgr.14180) 900 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:53.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:53 smithi026 conmon[83720]: audit 2023-11-16T01:43:51.447245+0000 mgr.smithi026.yidchs (mgr.14180) 899 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:53.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:53 smithi026 conmon[83720]: cluster 2023-11-16T01:43:52.088248+0000 mgr.smithi026.yidchs (mgr.14180) 900 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:55.000 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:55.000 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:55 smithi026 conmon[83720]: cluster 2023-11-16T01:43:54.088930+0000 mgr.smithi026.yidchs (mgr.14180) 901 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:55 smithi155 conmon[87969]: cluster 2023-11-16T01:43:54.088930+0000 mgr.smithi026.yidchs (mgr.14180) 901 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:55.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:56 smithi155 conmon[87969]: audit 2023-11-16T01:43:54.994895+0000 mgr.smithi026.yidchs (mgr.14180) 902 : audit [DBG] 2023-11-16T01:43:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:56 smithi155 conmon[87969]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:56.537 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:43:56.570 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:56 smithi026 conmon[83720]: audit 2023-11-16T01:43:54.994895+0000 mgr.smithi026.yidchs (mgr.14180) 902 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:43:57.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:57 smithi026 conmon[83720]: cluster 2023-11-16T01:43:56.089527+0000 mgr.smithi026.yidchs 2023-11-16T01:43:57.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:57 smithi026 conmon[83720]: (mgr.14180) 903 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:57 smithi155 conmon[87969]: cluster 2023-11-16T01:43:56.089527+0000 mgr.smithi026.yidchs (mgr.14180) 903 : cluster [DBG] 2023-11-16T01:43:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:57 smithi155 conmon[87969]: pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:58.464 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:43:58.464 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:43:59.053 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:43:59.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:43:59 smithi026 conmon[83720]: cluster 2023-11-16T01:43:58.090033+0000 mgr.smithi026.yidchs (mgr.14180) 904 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:43:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:59 smithi155 conmon[87969]: cluster 2023-11-16T01:43:58.090033+0000 mgr.smithi026.yidchs (mgr.14180) 904 : cluster [DBG] 2023-11-16T01:43:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:43:59 smithi155 conmon[87969]: pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:00.054 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:00 smithi026 conmon[83720]: audit 2023-11-16T01:43:58.459607+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:44:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:00 smithi026 conmon[83720]: 14180) 905 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:00 smithi155 conmon[87969]: audit 2023-11-16T01:43:58.459607+0000 mgr.smithi026.yidchs (mgr.14180) 905 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:01.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:01 smithi026 conmon[83720]: cluster 2023-11-16T01:44:00.090495+0000 2023-11-16T01:44:01.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:01 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 906 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:01 smithi155 conmon[87969]: cluster 2023-11-16T01:44:00.090495+0000 mgr.smithi026.yidchs (mgr.14180) 906 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:01.943 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:01.943 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:02.503 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:03 smithi155 conmon[87969]: audit 2023-11-16T01:44:01.937801+0000 mgr.smithi026.yidchs (mgr.14180) 907 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:03 smithi155 conmon[87969]: cluster 2023-11-16T01:44:02.091144+0000 mgr.smithi026.yidchs (mgr.14180) 908 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:03.505 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:03.537 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:03 smithi026 conmon[83720]: audit 2023-11-16T01:44:01.937801+0000 mgr.smithi026.yidchs (mgr.14180) 907 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:03.537 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:03 smithi026 conmon[83720]: cluster 2023-11-16T01:44:02.091144+0000 mgr.smithi026.yidchs (mgr.14180) 908 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:05.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:05 smithi026 conmon[83720]: cluster 2023-11-16T01:44:04.091523+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:44:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:05 smithi026 conmon[83720]: ) 909 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:05.416 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:05.416 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:05 smithi155 conmon[87969]: cluster 2023-11-16T01:44:04.091523+0000 mgr.smithi026.yidchs (mgr.14180) 909 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:05.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:06.990 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:07.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:07 smithi026 conmon[83720]: audit 2023-11-16T01:44:05.410778+0000 mgr.smithi026.yidchs (mgr.14180) 910 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:07.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:07 smithi026 conmon[83720]: cluster 2023-11-16T01:44:06.092043+0000 mgr.smithi026.yidchs (mgr.14180) 911 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:07 smithi155 conmon[87969]: audit 2023-11-16T01:44:05.410778+0000 mgr.smithi026.yidchs (mgr.14180) 910 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:07 smithi155 conmon[87969]: cluster 2023-11-16T01:44:06.092043+0000 mgr.smithi026.yidchs (mgr.14180) 911 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:08.919 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:08.919 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:09 smithi026 conmon[83720]: cluster 2023-11-16T01:44:08.092523+0000 2023-11-16T01:44:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:09 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 912 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:09.468 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:09 smithi155 conmon[87969]: cluster 2023-11-16T01:44:08.092523+0000 mgr.smithi026.yidchs (mgr.14180) 912 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:10.470 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:10 smithi155 conmon[87969]: audit 2023-11-16T01:44:08.913783+0000 mgr.smithi026.yidchs (mgr.14180) 913 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:10 smithi155 conmon[87969]: 2023-11-16T01:44:10.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:10 smithi026 conmon[83720]: audit 2023-11-16T01:44:08.913783+0000 mgr.smithi026.yidchs (mgr.14180) 913 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:11.318 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:11 smithi026 conmon[83720]: cluster 2023-11-16T01:44:10.093182+0000 mgr.smithi026.yidchs (mgr.14180) 914 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:11 smithi155 conmon[87969]: cluster 2023-11-16T01:44:10.093182+0000 mgr.smithi026.yidchs (mgr.14180) 914 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:11 smithi155 conmon[87969]: 2023-11-16T01:44:12.366 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:12.366 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:12.977 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:13 smithi026 conmon[83720]: cluster 2023-11-16T01:44:12.093750+0000 mgr.smithi026.yidchs 2023-11-16T01:44:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:13 smithi026 conmon[83720]: (mgr.14180) 915 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:13 smithi155 conmon[87969]: cluster 2023-11-16T01:44:12.093750+0000 mgr.smithi026.yidchs (mgr.14180) 915 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:13.979 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:14 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:44:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:14 smithi026 conmon[83720]: 01:44:12.360862+0000 mgr.smithi026.yidchs (mgr.14180) 916 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:14 smithi155 conmon[87969]: audit 2023-11-16T01:44:12.360862+0000 mgr.smithi026.yidchs (mgr.14180) 916 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:15 smithi155 conmon[87969]: cluster 2023-11-16T01:44:14.094163+0000 mgr.smithi026.yidchs (mgr.14180) 917 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:15 smithi155 conmon[87969]: 2023-11-16T01:44:15.519 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:15 smithi026 conmon[83720]: cluster 2023-11-16T01:44:14.094163+0000 2023-11-16T01:44:15.519 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:15 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 917 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:15.933 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:15.933 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:16.491 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:17 smithi155 conmon[87969]: audit 2023-11-16T01:44:15.926320+0000 mgr.smithi026.yidchs (mgr.14180) 918 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:17 smithi155 conmon[87969]: cluster 2023-11-16T01:44:16.094622+0000 mgr.smithi026.yidchs (mgr.14180) 919 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:17.492 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:17.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:17 smithi026 conmon[83720]: audit 2023-11-16T01:44:15.926320+0000 mgr.smithi026.yidchs (mgr.14180) 918 : audit [DBG] 2023-11-16T01:44:17.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:17 smithi026 conmon[83720]: from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:17.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:17 smithi026 conmon[83720]: cluster 2023-11-16T01:44:16.094622+0000 mgr.smithi026.yidchs (mgr.14180) 919 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:19.338 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:19.339 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:19.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:19 smithi026 conmon[83720]: cluster 2023-11-16T01:44:18.095267+0000 mgr.smithi026.yidchs (mgr.14180) 920 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:19 smithi155 conmon[87969]: cluster 2023-11-16T01:44:18.095267+0000 mgr.smithi026.yidchs (mgr.14180) 920 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:19.950 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:20.952 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:21 smithi026 conmon[83720]: audit 2023-11-16T01:44:19.333404+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:44:21.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:21 smithi026 conmon[83720]: 14180) 921 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:21.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:21 smithi026 conmon[83720]: cluster 2023-11-16T01:44:20.095969+0000 mgr.smithi026.yidchs (mgr.14180) 922 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:21 smithi155 conmon[87969]: audit 2023-11-16T01:44:19.333404+0000 mgr.smithi026.yidchs (mgr.14180) 921 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:21 smithi155 conmon[87969]: 2023-11-16T01:44:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:21 smithi155 conmon[87969]: cluster 2023-11-16T01:44:20.095969+0000 mgr.smithi026.yidchs (mgr.14180) 922 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:22.856 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:22.857 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:23.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:23 smithi026 conmon[83720]: cluster 2023-11-16T01:44:22.096705+0000 mgr.smithi026.yidchs (mgr.14180) 923 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:23.449 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:23 smithi155 conmon[87969]: cluster 2023-11-16T01:44:22.096705+0000 mgr.smithi026.yidchs (mgr.14180) 923 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:24.450 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:24.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:24 smithi026 conmon[83720]: audit 2023-11-16T01:44:22.851734+0000 mgr.smithi026.yidchs (mgr.14180) 924 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:24 smithi155 conmon[87969]: audit 2023-11-16T01:44:22.851734+0000 mgr.smithi026.yidchs (mgr.14180) 924 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:24 smithi155 conmon[87969]: 2023-11-16T01:44:25.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:25 smithi026 conmon[83720]: cluster 2023-11-16T01:44:24. 2023-11-16T01:44:25.291 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:25 smithi026 conmon[83720]: 097130+0000 mgr.smithi026.yidchs (mgr.14180) 925 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:25 smithi155 conmon[87969]: cluster 2023-11-16T01:44:24.097130+0000 mgr.smithi026.yidchs (mgr.14180) 925 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:26.371 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:26.371 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:26.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:27.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:27 smithi026 conmon[83720]: cluster 2023-11-16T01:44:26.097589+0000 mgr.smithi026.yidchs (mgr.14180) 926 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:27 smithi155 conmon[87969]: cluster 2023-11-16T01:44:26.097589+0000 mgr.smithi026.yidchs (mgr.14180) 926 : cluster [DBG] 2023-11-16T01:44:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:27 smithi155 conmon[87969]: pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:27.933 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:28.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:28 smithi026 conmon[83720]: audit 2023-11-16T01:44:26.366485+0000 mgr.smithi026.yidchs (mgr.14180) 927 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:28.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:28 smithi026 conmon[83720]: 2023-11-16T01:44:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:28 smithi155 conmon[87969]: audit 2023-11-16T01:44:26.366485+0000 mgr.smithi026.yidchs (mgr.14180) 927 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:29.401 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:29 smithi026 conmon[83720]: cluster 2023-11-16T01:44:28.098154+0000 mgr.smithi026.yidchs 2023-11-16T01:44:29.401 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:29 smithi026 conmon[83720]: (mgr.14180) 928 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:29 smithi155 conmon[87969]: cluster 2023-11-16T01:44:28.098154+0000 mgr.smithi026.yidchs (mgr.14180) 928 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:29.795 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:29.795 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:36:45.557966Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.bfinsk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-bfinsk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.bfinsk\nDeploy daemon haproxy.rgw.foo.smithi155.bfinsk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:34:49Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:35:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:36:05Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.667340Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ejdzjh on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ejdzjh\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ejdzjh\nDeploy daemon haproxy.rgw.foo.smithi026.ejdzjh ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:37:22Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:37:59Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:38:38Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:39:18.668573Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.ctizuh on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:30.356 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:31.373 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:31.405 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:31 smithi026 conmon[83720]: audit 2023-11-16T01:44:29.790385+0000 mgr.smithi026.yidchs (mgr.14180) 929 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:31.405 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:31 smithi026 conmon[83720]: cluster 2023-11-16T01:44:30.098616+0000 mgr.smithi026.yidchs (mgr.14180) 930 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:31 smithi155 conmon[87969]: audit 2023-11-16T01:44:29.790385+0000 mgr.smithi026.yidchs (mgr.14180) 929 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:31 smithi155 conmon[87969]: 2023-11-16T01:44:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:31 smithi155 conmon[87969]: cluster 2023-11-16T01:44:30.098616+0000 mgr.smithi026.yidchs (mgr.14180) 930 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:33.265 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:33.265 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:33.456 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:33 smithi026 conmon[83720]: cluster 2023-11-16T01:44: 2023-11-16T01:44:33.456 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:33 smithi026 conmon[83720]: 32.099369+0000 mgr.smithi026.yidchs (mgr.14180) 931 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:33.456 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:33 smithi026 conmon[83720]: audit 2023-11-16T01:44:32.321570+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.tmnhdr"}]: dispatch 2023-11-16T01:44:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:33 smithi155 conmon[87969]: cluster 2023-11-16T01:44:32.099369+0000 mgr.smithi026.yidchs (mgr.14180) 931 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:33 smithi155 conmon[87969]: audit 2023-11-16T01:44:32.321570+0000 mon.smithi026 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.tmnhdr"}]: dispatch 2023-11-16T01:44:33.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cephadm 2023-11-16T01:44:32.321084+0000 mgr.smithi026.yidchs (mgr.14180) 932 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cephadm 2023-11-16T01:44:32.321247+0000 mgr.smithi026.yidchs (mgr.14180) 933 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cephadm 2023-11-16T01:44:32.322167+0000 mgr.smithi026.yidchs (mgr.14180) 934 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cephadm 2023-11-16T01:44:32.323369+0000 mgr.smithi026.yidchs (mgr.14180) 935 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:44:34.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cephadm 2023-11-16T01:44:32.325184+0000 mgr.smithi026.yidchs (mgr.14180) 936 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:44:34.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cluster 2023-11-16T01:44:32.325880+0000 mgr.smithi026.yidchs (mgr.14180) 937 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:34.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: cluster 2023-11-16T01:44:33.134968+0000 mon.smithi026 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:44:34.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:34 smithi155 conmon[87969]: audit 2023-11-16T01:44:33.228060+0000 mon.smithi026 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:44:32.321084+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: .14180) 932 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:44:34.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.596 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/ 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: increase-rate-limit 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:44:32.321247+0000 mgr.smithi026.yidchs (mgr.14180) 933 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:44:32.322167+0000 mgr.smithi026.yidchs (mgr.14180) 934 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.tmnhdr ... 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:44:34.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:42:36Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:13Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:43:51Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:44:32.323369+0000 mgr.smithi026.yidchs (mgr.14180) 935 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cephadm 2023-11-16T01:44:32.325184+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 14180) 936 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:44:34.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cluster 2023-11-16T01:44:32.325880+0000 mgr.smithi026.yidchs (mgr.14180) 937 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:34.599 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: cluster 2023-11-16T01:44:33.134968+0000 mon.smithi026 (mon.0) 719 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:44:34.599 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:44:34.599 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:34 smithi026 conmon[83720]: 01:44:33.228060+0000 mon.smithi026 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:44:34.850 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:35.406 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:35 smithi026 conmon[83720]: audit 2023-11-16T01:44:33.260671+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:44:35.407 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:35 smithi026 conmon[83720]: .14180) 938 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:35 smithi155 conmon[87969]: audit 2023-11-16T01:44:33.260671+0000 mgr.smithi026.yidchs (mgr.14180) 938 : audit [DBG] 2023-11-16T01:44:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:35 smithi155 conmon[87969]: from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:36.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:36 smithi026 conmon[83720]: cluster 2023-11-16T01:44:34.326633+0000 mgr.smithi026.yidchs (mgr.14180) 939 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:36 smithi155 conmon[87969]: cluster 2023-11-16T01:44:34.326633+0000 mgr.smithi026.yidchs (mgr.14180) 939 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:36.761 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:36.761 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:37.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:38.365 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:38 smithi155 conmon[87969]: cluster 2023-11-16T01:44:36.327278+0000 mgr.smithi026.yidchs (mgr.14180) 940 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:38 smithi155 conmon[87969]: 2023-11-16T01:44:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:38 smithi155 conmon[87969]: audit 2023-11-16T01:44:36.756648+0000 mgr.smithi026.yidchs (mgr.14180) 941 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:38.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:38 smithi026 conmon[83720]: cluster 2023-11-16T01:44:36.327278+0000 mgr.smithi026.yidchs (mgr.14180) 940 : cluster 2023-11-16T01:44:38.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:38 smithi026 conmon[83720]: [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:38.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:38 smithi026 conmon[83720]: audit 2023-11-16T01:44:36.756648+0000 mgr.smithi026.yidchs (mgr.14180) 941 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:40.245 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:40.245 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:40.438 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:40 smithi026 conmon[83720]: cluster 2023-11-16T01:44:38.328279+0000 mgr.smithi026.yidchs (mgr.14180) 942 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:40.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:40 smithi155 conmon[87969]: cluster 2023-11-16T01:44:38.328279+0000 mgr.smithi026.yidchs (mgr.14180) 942 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:40.822 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:41.823 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:42 smithi155 conmon[87969]: audit 2023-11-16T01:44:40.240199+0000 mgr.smithi026.yidchs (mgr.14180) 943 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:42 smithi155 conmon[87969]: cluster 2023-11-16T01:44 2023-11-16T01:44:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:42 smithi155 conmon[87969]: :40.328987+0000 mgr.smithi026.yidchs (mgr.14180) 944 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:42.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:42 smithi026 conmon[83720]: audit 2023-11-16T01:44: 2023-11-16T01:44:42.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:42 smithi026 conmon[83720]: 40.240199+0000 mgr.smithi026.yidchs (mgr.14180) 943 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:42.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:42 smithi026 conmon[83720]: cluster 2023-11-16T01:44:40.328987+0000 mgr.smithi026.yidchs (mgr.14180) 944 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:43.769 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:43.770 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:44.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:43 smithi026 conmon[83720]: cluster 2023-11-16T01:44:42.329654+0000 mgr.smithi026.yidchs (mgr.14180) 945 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:44.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:43 smithi026 conmon[83720]: audit 2023-11-16T01:44:42.740730+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:44:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:43 smithi155 conmon[87969]: cluster 2023-11-16T01:44:42.329654+0000 mgr.smithi026.yidchs (mgr.14180) 945 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:44.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:43 smithi155 conmon[87969]: audit 2023-11-16T01:44:42.740730+0000 mon.smithi026 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:44:44.363 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:45.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:44 smithi026 conmon[83720]: audit 2023-11-16T01:44:43.764689+0000 mgr.smithi026.yidchs 2023-11-16T01:44:45.094 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:44 smithi026 conmon[83720]: (mgr.14180) 946 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:45.242 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:44 smithi155 conmon[87969]: audit 2023-11-16T01:44:43.764689+0000 mgr.smithi026.yidchs (mgr.14180) 946 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:45.365 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:46 smithi155 conmon[87969]: cluster 2023-11-16T01:44:44.330324+0000 mgr.smithi026.yidchs (mgr.14180) 947 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:46 smithi155 conmon[87969]: 2023-11-16T01:44:46.588 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:46 smithi026 conmon[83720]: cluster 2023-11-16T01:44:44.330324+0000 mgr.smithi026.yidchs ( 2023-11-16T01:44:46.588 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:46 smithi026 conmon[83720]: mgr.14180) 947 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:47.235 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:47.235 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:47.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:48 smithi155 conmon[87969]: cluster 2023-11-16T01:44:46.331115+0000 mgr.smithi026.yidchs (mgr.14180) 948 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:48.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:48 smithi026 conmon[83720]: cluster 2023-11-16T01:44:46.331115+0000 mgr.smithi026.yidchs (mgr.14180) 948 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:48.779 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:49.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:49 smithi026 conmon[83720]: audit 2023-11-16T01:44:47.230306+0000 2023-11-16T01:44:49.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:49 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 949 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:49 smithi155 conmon[87969]: audit 2023-11-16T01:44:47.230306+0000 mgr.smithi026.yidchs (mgr.14180) 949 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:50.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:50 smithi026 conmon[83720]: cluster 2023-11-16T01:44:48.331846+0000 2023-11-16T01:44:50.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:50 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 950 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:50 smithi155 conmon[87969]: cluster 2023-11-16T01:44:48.331846+0000 mgr.smithi026.yidchs (mgr.14180) 950 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:50 smithi155 conmon[87969]: 2023-11-16T01:44:50.650 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:50.651 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:51.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:52.245 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:52 smithi155 conmon[87969]: cluster 2023-11-16T01:44:50.332490+0000 mgr.smithi026.yidchs (mgr.14180) 951 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:52 smithi155 conmon[87969]: audit 2023-11-16T01:44:50.645596+0000 mgr.smithi026.yidchs (mgr.14180) 952 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:52.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:52 smithi026 conmon[83720]: cluster 2023-11-16T01:44:50.332490+0000 mgr.smithi026.yidchs (mgr.14180) 951 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:52.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:52 smithi026 conmon[83720]: audit 2023-11-16T01:44:50.645596+0000 mgr.smithi026.yidchs (mgr.14180) 952 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:54.168 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:54.168 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:54 smithi155 conmon[87969]: cluster 2023-11-16T01:44:52.333248+0000 mgr.smithi026.yidchs (mgr.14180) 953 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:54.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:54 smithi026 conmon[83720]: cluster 2023-11-16T01:44:52.333248+0000 mgr.smithi026.yidchs (mgr.14180) 953 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:54.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:55 smithi155 conmon[87969]: audit 2023-11-16T01:44:54.162924+0000 mgr.smithi026.yidchs (mgr.14180) 954 : audit [DBG] 2023-11-16T01:44:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:55 smithi155 conmon[87969]: from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:55.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:55 smithi026 conmon[83720]: audit 2023-11-16T01:44:54.162924+0000 mgr.smithi026.yidchs ( 2023-11-16T01:44:55.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:55 smithi026 conmon[83720]: mgr.14180) 954 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:55.755 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:56.416 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:56 smithi026 conmon[83720]: cluster 2023-11-16T01:44:54.333747+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:44:56.416 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:56 smithi026 conmon[83720]: 14180) 955 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:56 smithi155 conmon[87969]: cluster 2023-11-16T01:44:54.333747+0000 mgr.smithi026.yidchs (mgr.14180) 955 : cluster 2023-11-16T01:44:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:56 smithi155 conmon[87969]: [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:57.628 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:44:57.628 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:44:58.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:44:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:58 smithi155 conmon[87969]: cluster 2023-11-16T01:44:56.334350+0000 mgr.smithi026.yidchs (mgr.14180) 956 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:58.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:58 smithi026 conmon[83720]: cluster 2023-11-16T01:44:56.334350+0000 mgr.smithi026.yidchs (mgr.14180) 956 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:44:59.194 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:44:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:44:59 smithi155 conmon[87969]: audit 2023-11-16T01:44:57.622535+0000 mgr.smithi026.yidchs (mgr.14180) 957 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:44:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:59 smithi026 conmon[83720]: audit 2023-11-16T01:44:57.622535+0000 mgr.smithi026.yidchs (mgr.14180) 957 : audit 2023-11-16T01:44:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:44:59 smithi026 conmon[83720]: [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:00.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:00 smithi026 conmon[83720]: cluster 2023-11-16T01:44:58.335145+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:45:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:00 smithi026 conmon[83720]: 14180) 958 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:00 smithi155 conmon[87969]: cluster 2023-11-16T01:44:58.335145+0000 mgr.smithi026.yidchs (mgr.14180) 958 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:00 smithi155 conmon[87969]: 2023-11-16T01:45:01.072 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:01.073 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:01.677 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:02 smithi155 conmon[87969]: cluster 2023-11-16T01:45:00.335910+0000 mgr.smithi026.yidchs (mgr.14180) 959 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:02 smithi155 conmon[87969]: audit 2023-11-16T01:45 2023-11-16T01:45:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:02 smithi155 conmon[87969]: :01.067413+0000 mgr.smithi026.yidchs (mgr.14180) 960 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:02 smithi026 conmon[83720]: cluster 2023-11-16T01:45:00.335910+0000 mgr.smithi026.yidchs (mgr.14180) 959 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:02 smithi026 conmon[83720]: audit 2023-11-16T01:45:01.067413+0000 mgr.smithi026.yidchs (mgr.14180) 960 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:02.678 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:04.180 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:04 smithi026 conmon[83720]: cluster 2023-11-16T01:45:02.336681+0000 mgr.smithi026.yidchs 2023-11-16T01:45:04.181 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:04 smithi026 conmon[83720]: (mgr.14180) 961 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:04 smithi155 conmon[87969]: cluster 2023-11-16T01:45:02.336681+0000 mgr.smithi026.yidchs (mgr.14180) 961 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:04.583 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:04.583 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:05.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:06.137 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:06 smithi155 conmon[87969]: cluster 2023-11-16T01:45:04.337218+0000 mgr.smithi026.yidchs (mgr.14180) 962 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:06 smithi155 conmon[87969]: audit 2023-11-16T01:45:04.576840+0000 mgr.smithi026.yidchs (mgr.14180) 963 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:06.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:06 smithi026 conmon[83720]: cluster 2023-11-16T01:45:04.337218+0000 mgr.smithi026.yidchs (mgr.14180) 962 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:06.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:06 smithi026 conmon[83720]: audit 2023-11-16T01:45:04.576840+0000 mgr.smithi026.yidchs (mgr.14180) 963 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:08.046 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:08.046 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:08 smithi026 conmon[83720]: cluster 2023-11-16T01:45:06.337806+0000 mgr.smithi026.yidchs (mgr.14180) 964 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:08 smithi155 conmon[87969]: cluster 2023-11-16T01:45:06.337806+0000 mgr.smithi026.yidchs (mgr.14180) 964 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:08 smithi155 conmon[87969]: 2023-11-16T01:45:08.600 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:09 smithi155 conmon[87969]: audit 2023-11-16T01:45:08.041317+0000 mgr.smithi026.yidchs (mgr.14180) 965 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:09 smithi026 conmon[83720]: audit 2023-11-16T01:45:08.041317+0000 mgr.smithi026.yidchs (mgr.14180) 965 : audit [DBG] 2023-11-16T01:45:09.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:09 smithi026 conmon[83720]: from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:09.601 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:10.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:10 smithi026 conmon[83720]: cluster 2023-11-16T01:45:08.338447+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:45:10.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:10 smithi026 conmon[83720]: 14180) 966 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:10 smithi155 conmon[87969]: cluster 2023-11-16T01:45:08.338447+0000 mgr.smithi026.yidchs (mgr.14180) 966 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:11.514 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:11.514 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:12.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:12 smithi026 conmon[83720]: cluster 2023-11-16T01:45:10.339028+0000 2023-11-16T01:45:12.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:12 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 967 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:12 smithi155 conmon[87969]: cluster 2023-11-16T01:45:10.339028+0000 mgr.smithi026.yidchs (mgr.14180) 967 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:13.101 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:13 smithi155 conmon[87969]: audit 2023-11-16T01:45:11.509177+0000 mgr.smithi026.yidchs (mgr.14180) 968 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:13.584 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:13 smithi026 conmon[83720]: audit 2023-11-16T01:45:11.509177+0000 mgr.smithi026.yidchs (mgr.14180) 968 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:14 smithi026 conmon[83720]: cluster 2023-11-16T01:45:12.339764+0000 2023-11-16T01:45:14.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:14 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 969 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:14 smithi155 conmon[87969]: cluster 2023-11-16T01:45:12.339764+0000 mgr.smithi026.yidchs (mgr.14180) 969 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:15.049 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:15.051 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:15.691 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:16 smithi155 conmon[87969]: cluster 2023-11-16T01:45:14.340351+0000 mgr.smithi026.yidchs (mgr.14180) 970 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:16 smithi155 conmon[87969]: audit 2023-11-16T01:45:15.044100+0000 mgr.smithi026.yidchs (mgr.14180) 971 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:16.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:16 smithi026 conmon[83720]: cluster 2023-11-16T01:45:14.340351+0000 2023-11-16T01:45:16.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:16 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 970 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:16.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:16 smithi026 conmon[83720]: audit 2023-11-16T01:45:15.044100+0000 mgr.smithi026.yidchs (mgr.14180) 971 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:16.692 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:18.218 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:18 smithi026 conmon[83720]: cluster 2023-11-16T01:45:16.341228+0000 mgr.smithi026.yidchs (mgr.14180) 972 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:18.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:18 smithi155 conmon[87969]: cluster 2023-11-16T01:45:16.341228+0000 mgr.smithi026.yidchs (mgr.14180) 972 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:18.616 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:18.617 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:19.199 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:20.200 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:20 smithi155 conmon[87969]: cluster 2023-11-16T01:45:18.341881+0000 mgr.smithi026.yidchs (mgr.14180) 973 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:20.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:20 smithi155 conmon[87969]: audit 2023-11-16T01:45:18.611473+0000 mgr.smithi026.yidchs (mgr.14180) 974 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:20.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:20 smithi026 conmon[83720]: cluster 2023-11-16T01:45:18.341881+0000 mgr.smithi026.yidchs (mgr.14180) 973 : cluster 2023-11-16T01:45:20.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:20 smithi026 conmon[83720]: [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:20.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:20 smithi026 conmon[83720]: audit 2023-11-16T01:45:18.611473+0000 mgr.smithi026.yidchs (mgr.14180) 974 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:22.146 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:22.146 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:22 smithi155 conmon[87969]: cluster 2023-11-16T01:45:20.342448+0000 mgr.smithi026.yidchs (mgr.14180) 975 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:22.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:22 smithi026 conmon[83720]: cluster 2023-11-16T01:45:20.342448+0000 mgr.smithi026.yidchs (mgr.14180) 975 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:22.765 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:23 smithi155 conmon[87969]: audit 2023-11-16T01:45:22.141281+0000 mgr.smithi026.yidchs (mgr.14180) 976 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:23.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:23 smithi026 conmon[83720]: audit 2023-11-16T01:45:22.141281+0000 mgr.smithi026.yidchs (mgr.14180) 976 : audit [DBG] 2023-11-16T01:45:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:23 smithi026 conmon[83720]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:23.766 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:24.448 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:24 smithi026 conmon[83720]: cluster 2023-11-16T01:45:22.343158+0000 mgr.smithi026.yidchs (mgr.14180) 977 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:25.640 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:24 smithi155 conmon[87969]: cluster 2023-11-16T01:45:22.343158+0000 mgr.smithi026.yidchs (mgr.14180) 977 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:25.668 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:25.668 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:26.240 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:26 smithi155 conmon[87969]: cluster 2023-11-16T01:45:24.343702+0000 mgr.smithi026.yidchs (mgr.14180) 978 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:26.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:26 smithi026 conmon[83720]: cluster 2023-11-16T01:45:24.343702+0000 mgr.smithi026.yidchs (mgr.14180) 978 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:27.240 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:27 smithi155 conmon[87969]: audit 2023-11-16T01:45:25.662761+0000 mgr.smithi026.yidchs (mgr.14180) 979 : audit [DBG] 2023-11-16T01:45:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:27 smithi155 conmon[87969]: from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:27.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:27 smithi026 conmon[83720]: audit 2023-11-16T01:45:25.662761+0000 mgr.smithi026.yidchs (mgr.14180) 979 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:28.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:28 smithi026 conmon[83720]: cluster 2023-11-16T01:45:26.344289+0000 mgr.smithi026.yidchs (mgr.14180) 980 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:28.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:28 smithi155 conmon[87969]: cluster 2023-11-16T01:45:26.344289+0000 mgr.smithi026.yidchs (mgr.14180) 980 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:29.081 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:29.081 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:29.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:30 smithi155 conmon[87969]: cluster 2023-11-16T01:45:28.344964+0000 mgr.smithi026.yidchs (mgr.14180) 981 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:30 smithi155 conmon[87969]: audit 2023-11-16T01:45:29.073751+0000 mgr.smithi026.yidchs (mgr.14180) 982 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:30.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:30 smithi026 conmon[83720]: cluster 2023-11-16T01:45:28.344964+0000 mgr.smithi026.yidchs (mgr.14180) 981 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:30.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:30 smithi026 conmon[83720]: audit 2023-11-16T01:45:29.073751+0000 mgr.smithi026.yidchs (mgr.14180) 982 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:30.659 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:32 smithi155 conmon[87969]: cluster 2023-11-16T01:45:30.345886+0000 mgr.smithi026.yidchs (mgr.14180) 983 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:32.581 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:32.582 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:20.939114Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:20.939258Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:20.939333Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:20.939400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:20.939467Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:20.939725Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:32.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:32 smithi026 conmon[83720]: cluster 2023-11-16T01:45:30.345886+0000 mgr.smithi026.yidchs (mgr.14180) 983 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:33.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:33 smithi155 conmon[87969]: audit 2023-11-16T01:45:32.327635+0000 mon.smithi026 ( 2023-11-16T01:45:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:33 smithi155 conmon[87969]: mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:45:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:33 smithi155 conmon[87969]: audit 2023-11-16T01:45:32.611222+0000 mon.smithi026 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:33.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:33 smithi026 conmon[83720]: audit 2023-11-16T01:45:32 2023-11-16T01:45:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:33 smithi026 conmon[83720]: .327635+0000 mon.smithi026 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:45:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:33 smithi026 conmon[83720]: audit 2023-11-16T01:45:32.611222+0000 mon.smithi026 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:34.229 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:34 smithi155 conmon[87969]: cluster 2023-11-16T01:45:32.346922+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:45:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:34 smithi155 conmon[87969]: .14180) 984 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:34 smithi155 conmon[87969]: audit 2023-11-16T01:45:32.575976+0000 mgr.smithi026.yidchs (mgr.14180) 985 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:34 smithi026 conmon[83720]: cluster 2023-11-16T01:45:32.346922 2023-11-16T01:45:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:34 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 984 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:34.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:34 smithi026 conmon[83720]: audit 2023-11-16T01:45:32.575976+0000 mgr.smithi026.yidchs (mgr.14180) 985 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:35 smithi026 conmon[83720]: cluster 2023-11-16T01:45:34.347502+0000 mgr.smithi026.yidchs (mgr.14180) 986 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:35 smithi026 conmon[83720]: audit 2023-11-16T01:45:34.361986+0000 mon.smithi026 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:35 smithi155 conmon[87969]: cluster 2023-11-16T01:45:34.347502+0000 mgr.smithi026.yidchs (mgr.14180) 986 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:35.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:35 smithi155 conmon[87969]: audit 2023-11-16T01:45:34.361986+0000 mon.smithi026 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:36.621 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:36.621 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:39:25.141416Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:39:25.141484Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:39:25.141549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:39:25.141341Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:39:25.141197Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:39:25.141613Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:39:25.141740Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:39:25.141676Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:39:25.142033Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:37.292 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:37.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:37 smithi026 conmon[83720]: cluster 2023-11-16T01:45:36.348114+0000 mgr.smithi026.yidchs (mgr.14180) 987 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:37.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:37 smithi026 conmon[83720]: audit 2023-11-16T01:45:36.615151+0000 mgr.smithi026.yidchs (mgr.14180) 988 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:37.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:37 smithi155 conmon[87969]: cluster 2023-11-16T01:45:36.348114+0000 mgr.smithi026.yidchs (mgr.14180) 987 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:37.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:37 smithi155 conmon[87969]: 2023-11-16T01:45:37.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:37 smithi155 conmon[87969]: audit 2023-11-16T01:45:36.615151+0000 mgr.smithi026.yidchs (mgr.14180) 988 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:38.294 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: audit 2023-11-16T01:45:37. 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: 651470+0000 mon.smithi026 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: audit 2023-11-16T01:45:37.985176+0000 mon.smithi026 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: audit 2023-11-16T01:45:37.985965+0000 mon.smithi026 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: audit 2023-11-16T01:45:37.990438+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: cluster 2023-11-16T01:45:37.991031+0000 mgr.smithi026.yidchs (mgr.14180) 989 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: audit 2023-11-16T01:45:37.994060+0000 mon.smithi026 (mon.0) 729 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:45:38.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:38 smithi026 conmon[83720]: cephadm 2023-11-16T01:45:37.999571+0000 mgr.smithi026.yidchs (mgr.14180) 990 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.xgjgbk on smithi155 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: audit 2023-11-16T01:45:37.651470+0000 mon.smithi026 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: audit 2023-11-16T01:45:37.985176+0000 mon.smithi026 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: audit 2023-11-16T01:45:37.985965+0000 mon.smithi026 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: audit 2023-11-16T01:45:37.990438+0000 mon.smithi026 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: cluster 2023-11-16T01:45:37.991031+0000 mgr.smithi026.yidchs (mgr.14180) 989 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: audit 2023-11-16T01:45:37.994060+0000 mon.smithi026 (mon.0) 729 : audit [DBG] 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:45:38.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: cephadm 2023-11-16T01:45:38.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: 2023-11-16T01:45:37.999571+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:45:38.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:38 smithi155 conmon[87969]: 14180) 990 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.xgjgbk on smithi155 2023-11-16T01:45:39.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:39 smithi026 conmon[83720]: cluster 2023-11-16T01:45:38.988654+0000 2023-11-16T01:45:39.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:39 smithi026 conmon[83720]: mon.smithi026 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:45:39.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:39 smithi026 conmon[83720]: cluster 2023-11-16T01:45:38.988705+0000 mon.smithi026 (mon.0) 731 : cluster [INF] Cluster is now healthy 2023-11-16T01:45:39.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:39 smithi155 conmon[87969]: cluster 2023-11-16T01:45:38.988654+0000 mon.smithi026 (mon.0) 730 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:45:39.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:39 smithi155 conmon[87969]: cluster 2023-11-16T01:45:38.988705+0000 mon.smithi026 (mon.0) 731 : cluster [INF] Cluster is now healthy 2023-11-16T01:45:40.110 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:40.110 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:40.653 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:41 smithi155 conmon[87969]: cluster 2023-11-16T01:45:39.991413+0000 mgr.smithi026.yidchs (mgr.14180) 991 : cluster [DBG] 2023-11-16T01:45:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:41 smithi155 conmon[87969]: pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:41 smithi155 conmon[87969]: audit 2023-11-16T01:45:40.104739+0000 mgr.smithi026.yidchs (mgr.14180) 992 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:41 smithi026 conmon[83720]: cluster 2023-11-16T01:45:39.991413+0000 mgr.smithi026.yidchs (mgr.14180) 991 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:41 smithi026 conmon[83720]: audit 2023-11-16T01:45:40.104739+0000 mgr.smithi026.yidchs (mgr.14180) 992 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:41.654 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:43 smithi155 conmon[87969]: cluster 2023-11-16T01:45:41.992032+0000 mgr.smithi026.yidchs (mgr.14180) 993 : cluster 2023-11-16T01:45:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:43 smithi155 conmon[87969]: [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:43 smithi155 conmon[87969]: audit 2023-11-16T01:45:42.741818+0000 mon.smithi026 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:43.501 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:43.502 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:43.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:43 smithi026 conmon[83720]: cluster 2023-11-16T01:45:41.992032 2023-11-16T01:45:43.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:43 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 993 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:43.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:43 smithi026 conmon[83720]: audit 2023-11-16T01:45:42.741818+0000 mon.smithi026 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:45:44.051 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:45.053 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:45 smithi026 conmon[83720]: audit 2023-11-16T01:45:43.496040+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:45:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:45 smithi026 conmon[83720]: ) 994 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:45.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:45 smithi026 conmon[83720]: cluster 2023-11-16T01:45:43.992328+0000 mgr.smithi026.yidchs (mgr.14180) 995 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:45 smithi155 conmon[87969]: audit 2023-11-16T01:45:43.496040+0000 mgr.smithi026.yidchs (mgr.14180) 994 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:45 smithi155 conmon[87969]: cluster 2023- 2023-11-16T01:45:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:45 smithi155 conmon[87969]: 11-16T01:45:43.992328+0000 mgr.smithi026.yidchs (mgr.14180) 995 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:46.868 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:46.868 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:47.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:47 smithi026 conmon[83720]: cluster 2023-11-16T01:45:45.992941+0000 mgr.smithi026.yidchs (mgr.14180) 996 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:47.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:47 smithi155 conmon[87969]: cluster 2023-11-16T01:45:45.992941+0000 mgr.smithi026.yidchs (mgr.14180) 996 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:48.438 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:48.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:48 smithi026 conmon[83720]: audit 2023-11-16T01:45:46.862907+0000 mgr.smithi026.yidchs (mgr.14180) 997 : audit 2023-11-16T01:45:48.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:48 smithi026 conmon[83720]: [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:48 smithi155 conmon[87969]: audit 2023-11-16T01:45:46.862907+0000 mgr.smithi026.yidchs (mgr.14180) 997 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:49 smithi155 conmon[87969]: cluster 2023-11-16T01:45:47.993701+0000 mgr.smithi026.yidchs (mgr.14180) 998 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:49 smithi026 conmon[83720]: cluster 2023-11-16T01:45:47.993701+0000 mgr.smithi026.yidchs 2023-11-16T01:45:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:49 smithi026 conmon[83720]: (mgr.14180) 998 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:50.258 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:50.258 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:50.828 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:51 smithi155 conmon[87969]: cluster 2023-11-16T01:45:49.994101+0000 mgr.smithi026.yidchs (mgr.14180) 999 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:51.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:51 smithi026 conmon[83720]: cluster 2023-11-16T01:45:49.994101+0000 mgr.smithi026.yidchs (mgr.14180) 999 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:51.829 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:52.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:52 smithi026 conmon[83720]: audit 2023-11-16T01:45:50.253165+0000 mgr.smithi026.yidchs ( 2023-11-16T01:45:52.479 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:52 smithi026 conmon[83720]: mgr.14180) 1000 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:52 smithi155 conmon[87969]: audit 2023-11-16T01:45:50.253165+0000 mgr.smithi026.yidchs (mgr.14180) 1000 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:53.330 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:53 smithi026 conmon[83720]: cluster 2023-11-16T01:45:51.994679+0000 2023-11-16T01:45:53.331 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:53 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1001 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:53 smithi155 conmon[87969]: cluster 2023-11-16T01:45:51.994679+0000 mgr.smithi026.yidchs (mgr.14180) 1001 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:53.706 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:53.706 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:54.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:55.244 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:55 smithi155 conmon[87969]: audit 2023-11-16T01:45:53.701107+0000 mgr.smithi026.yidchs (mgr.14180) 1002 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:55 smithi155 conmon[87969]: cluster 2023-11-16T01:45 2023-11-16T01:45:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:55 smithi155 conmon[87969]: :53.995164+0000 mgr.smithi026.yidchs (mgr.14180) 1003 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:55.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:55 smithi026 conmon[83720]: audit 2023-11-16T01:45:53.701107+0000 mgr.smithi026.yidchs ( 2023-11-16T01:45:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:55 smithi026 conmon[83720]: mgr.14180) 1002 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:55.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:55 smithi026 conmon[83720]: cluster 2023-11-16T01:45:53.995164+0000 mgr.smithi026.yidchs (mgr.14180) 1003 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:57.055 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:45:57.055 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:45:57.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:57 smithi026 conmon[83720]: cluster 2023-11-16T01:45:55.995685+0000 mgr.smithi026.yidchs (mgr.14180) 1004 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:57 smithi155 conmon[87969]: cluster 2023-11-16T01:45:55.995685+0000 mgr.smithi026.yidchs (mgr.14180) 1004 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:57.577 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:45:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:58 smithi155 conmon[87969]: audit 2023-11-16T01:45:57.049577+0000 mgr.smithi026.yidchs (mgr.14180) 1005 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:58.578 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:45:58.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:58 smithi026 conmon[83720]: audit 2023-11-16T01:45:57.049577+0000 mgr.smithi026.yidchs (mgr.14180) 1005 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:45:59.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:45:59 smithi026 conmon[83720]: cluster 2023-11-16T01:45:57.996463+0000 mgr.smithi026.yidchs (mgr.14180) 1006 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:45:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:45:59 smithi155 conmon[87969]: cluster 2023-11-16T01:45:57.996463+0000 mgr.smithi026.yidchs (mgr.14180) 1006 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:00.422 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:00.422 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:00.942 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:01 smithi155 conmon[87969]: cluster 2023-11-16T01:45:59.997137+0000 mgr.smithi026.yidchs (mgr.14180) 1007 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:01.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:01 smithi026 conmon[83720]: cluster 2023-11-16T01:45:59.997137+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:46:01.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:01 smithi026 conmon[83720]: .14180) 1007 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:01.943 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:02 smithi026 conmon[83720]: audit 2023-11-16T01:46:00.416316+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:46:02.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:02 smithi026 conmon[83720]: ) 1008 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:02 smithi155 conmon[87969]: audit 2023-11-16T01:46:00.416316+0000 mgr.smithi026.yidchs (mgr.14180) 1008 2023-11-16T01:46:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:02 smithi155 conmon[87969]: : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:03.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:03 smithi026 conmon[83720]: cluster 2023-11-16T01:46:01.997786+0000 mgr.smithi026.yidchs (mgr.14180) 1009 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:03 smithi155 conmon[87969]: cluster 2023-11-16T01:46:01.997786+0000 mgr.smithi026.yidchs (mgr.14180) 1009 : cluster 2023-11-16T01:46:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:03 smithi155 conmon[87969]: [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:03.834 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:03.834 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:04.399 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:04 smithi155 conmon[87969]: audit 2023-11-16T01:46:03.829235+0000 mgr.smithi026.yidchs (mgr.14180) 1010 : audit [DBG] 2023-11-16T01:46:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:04 smithi155 conmon[87969]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:04 smithi155 conmon[87969]: cluster 2023-11-16T01:46:03.998129+0000 mgr.smithi026.yidchs (mgr.14180) 1011 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:04 smithi026 conmon[83720]: audit 2023-11-16T01:46:03. 2023-11-16T01:46:04.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:04 smithi026 conmon[83720]: 829235+0000 mgr.smithi026.yidchs (mgr.14180) 1010 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:04.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:04 smithi026 conmon[83720]: cluster 2023-11-16T01:46:03.998129+0000 mgr.smithi026.yidchs (mgr.14180) 1011 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:05.400 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:07.174 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:07.174 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:07 smithi155 conmon[87969]: cluster 2023-11-16T01:46:05.998598+0000 mgr.smithi026.yidchs (mgr.14180) 1012 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:07 smithi026 conmon[83720]: cluster 2023-11-16T01:46:05.998598+0000 mgr.smithi026.yidchs (mgr.14180) 1012 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:07.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:08 smithi155 conmon[87969]: audit 2023-11-16T01:46:07.168772+0000 mgr.smithi026.yidchs (mgr.14180) 1013 : audit [DBG] 2023-11-16T01:46:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:08 smithi155 conmon[87969]: from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:08.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:08 smithi026 conmon[83720]: audit 2023-11-16T01:46:07.168772+0000 mgr.smithi026.yidchs (mgr.14180) 1013 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:08.718 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:09 smithi155 conmon[87969]: cluster 2023-11-16T01:46:07.999399+0000 mgr.smithi026.yidchs (mgr.14180) 1014 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:09.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:09 smithi026 conmon[83720]: cluster 2023-11-16T01:46:07.999399+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:46:09.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:09 smithi026 conmon[83720]: .14180) 1014 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:10.530 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:10.531 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:11.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:11 smithi026 conmon[83720]: cluster 2023-11-16T01:46:09.999878+0000 mgr.smithi026.yidchs (mgr.14180) 1015 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:11 smithi155 conmon[87969]: cluster 2023-11-16T01:46:09.999878+0000 mgr.smithi026.yidchs (mgr.14180) 1015 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:12.067 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:12 smithi155 conmon[87969]: audit 2023-11-16T01:46:10.525619+0000 mgr.smithi026.yidchs (mgr.14180) 1016 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:12.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:12 smithi026 conmon[83720]: audit 2023-11-16T01:46:10.525619+0000 2023-11-16T01:46:12.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:12 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1016 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:13.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:13 smithi026 conmon[83720]: cluster 2023-11-16T01:46:12.000777+0000 mgr.smithi026.yidchs (mgr.14180) 1017 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:13.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:13 smithi155 conmon[87969]: cluster 2023-11-16T01:46:12.000777+0000 mgr.smithi026.yidchs (mgr.14180) 1017 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:13.989 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:13.990 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:14.589 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:15 smithi155 conmon[87969]: audit 2023-11-16T01:46:13.984743+0000 mgr.smithi026.yidchs (mgr.14180) 1018 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:15 smithi155 conmon[87969]: cluster 2023-11-16T01:46:14.001098+0000 mgr.smithi026.yidchs (mgr.14180) 1019 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:15.590 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:15.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:15 smithi026 conmon[83720]: audit 2023-11-16T01:46:13.984743+0000 mgr.smithi026.yidchs 2023-11-16T01:46:15.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:15 smithi026 conmon[83720]: (mgr.14180) 1018 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:15.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:15 smithi026 conmon[83720]: cluster 2023-11-16T01:46:14 2023-11-16T01:46:15.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:15 smithi026 conmon[83720]: .001098+0000 mgr.smithi026.yidchs (mgr.14180) 1019 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:17.304 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:17.304 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:17.447 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:17 smithi026 conmon[83720]: cluster 2023-11-16T01:46:16.001576+0000 mgr.smithi026.yidchs (mgr.14180) 1020 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:17 smithi155 conmon[87969]: cluster 2023-11-16T01:46:16.001576+0000 mgr.smithi026.yidchs (mgr.14180) 1020 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:17.858 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:18.859 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:19 smithi155 conmon[87969]: audit 2023-11-16T01:46:17.298833+0000 mgr.smithi026.yidchs (mgr.14180) 1021 : audit [DBG] 2023-11-16T01:46:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:19 smithi155 conmon[87969]: from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:19 smithi155 conmon[87969]: cluster 2023-11-16T01:46:18.002316+0000 mgr.smithi026.yidchs (mgr.14180) 1022 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:19.537 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:19 smithi026 conmon[83720]: audit 2023-11-16T01:46:17.298833+0000 mgr.smithi026.yidchs (mgr.14180) 1021 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:19.538 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:19 smithi026 conmon[83720]: cluster 2023-11-16T01:46:18.002316+0000 mgr.smithi026.yidchs (mgr.14180) 1022 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:20.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:20.700 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:21.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:21.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:21 smithi155 conmon[87969]: cluster 2023-11-16T01:46:20.002781+0000 mgr.smithi026.yidchs (mgr.14180) 1023 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:21.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:21 smithi026 conmon[83720]: cluster 2023-11-16T01:46:20.002781+0000 mgr.smithi026.yidchs (mgr.14180) 1023 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:22.255 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:22 smithi155 conmon[87969]: audit 2023-11-16T01:46:20.695058+0000 mgr.smithi026.yidchs (mgr.14180) 1024 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:22.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:22 smithi026 conmon[83720]: audit 2023-11-16T01:46:20.695058+0000 mgr.smithi026.yidchs 2023-11-16T01:46:22.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:22 smithi026 conmon[83720]: (mgr.14180) 1024 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:23.480 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:23 smithi026 conmon[83720]: cluster 2023-11-16T01:46:22.003617 2023-11-16T01:46:23.481 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:23 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1025 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:23 smithi155 conmon[87969]: cluster 2023-11-16T01:46:22.003617+0000 mgr.smithi026.yidchs (mgr.14180) 1025 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:24.083 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:24.084 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:24.636 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:25 smithi155 conmon[87969]: cluster 2023-11-16T01:46:24.003998+0000 mgr.smithi026.yidchs (mgr.14180) 1026 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:25 smithi155 conmon[87969]: audit 2023-11-16T01:46:24.078696+0000 mgr.smithi026.yidchs (mgr.14180) 1027 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:25.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:25 smithi026 conmon[83720]: cluster 2023-11-16T01:46:24.003998 2023-11-16T01:46:25.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:25 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1026 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:25.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:25 smithi026 conmon[83720]: audit 2023-11-16T01:46:24 2023-11-16T01:46:25.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:25 smithi026 conmon[83720]: .078696+0000 mgr.smithi026.yidchs (mgr.14180) 1027 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:25.638 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:27.398 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:37.605 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:37.607 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:27 smithi026 conmon[83720]: cluster 2023-11-16T01:46:26.004523 2023-11-16T01:46:37.692 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:27 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1028 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.693 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:27 smithi155 conmon[87969]: cluster 2023-11-16T01:46:26.004523+0000 mgr.smithi026.yidchs (mgr.14180) 1028 : cluster 2023-11-16T01:46:37.693 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:27 smithi155 conmon[87969]: [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.693 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:28 smithi155 conmon[87969]: audit 2023-11-16T01:46:27.387334+0000 mgr.smithi026.yidchs (mgr.14180) 1029 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:37.693 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:28 smithi155 conmon[87969]: cluster 2023-11-16T01:46:28.005307+0000 mgr.smithi026.yidchs (mgr.14180) 1030 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:31 smithi155 conmon[87969]: cluster 2023-11-16T01:46:30.005787+0000 mgr.smithi026.yidchs (mgr.14180) 1031 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:33 smithi155 conmon[87969]: cluster 2023-11-16T01:46:32.006568+0000 mgr.smithi026.yidchs (mgr.14180) 1032 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:35 smithi155 conmon[87969]: cluster 2023-11-16T01:46:34.007089+0000 mgr.smithi026.yidchs (mgr.14180) 1033 : cluster [DBG] 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:35 smithi155 conmon[87969]: pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:37 smithi155 conmon[87969]: cluster 2023-11-16T01:46:36.007918+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:46:37.694 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:37 smithi155 conmon[87969]: 1034 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.695 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:37.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:28 smithi026 conmon[83720]: audit 2023-11-16T01:46:27.387334+0000 mgr.smithi026.yidchs (mgr.14180) 1029 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:37.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:28 smithi026 conmon[83720]: cluster 2023-11-16T01:46:28.005307+0000 mgr.smithi026.yidchs (mgr.14180) 1030 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:31 smithi026 conmon[83720]: cluster 2023-11-16T01:46:30.005787+0000 mgr.smithi026.yidchs (mgr.14180) 1031 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:33 smithi026 conmon[83720]: cluster 2023-11-16T01:46:32.006568+0000 mgr.smithi026.yidchs (mgr.14180) 1032 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:35 smithi026 conmon[83720]: cluster 2023-11-16T01:46:34.007089+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:46:37.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:35 smithi026 conmon[83720]: ) 1033 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:37.696 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:37 smithi026 conmon[83720]: cluster 2023-11-16T01:46:36.007918+0000 mgr.smithi026.yidchs (mgr.14180) 1034 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:38.696 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:39 smithi155 conmon[87969]: cluster 2023-11-16T01:46:38.008626+0000 mgr.smithi026.yidchs (mgr.14180) 1035 2023-11-16T01:46:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:39 smithi155 conmon[87969]: : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:39.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:39 smithi026 conmon[83720]: cluster 2023-11-16T01:46:38.008626 2023-11-16T01:46:39.511 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:39 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1035 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:40.525 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:40.526 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:41.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:41.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:41 smithi026 conmon[83720]: cluster 2023-11-16T01:46:40.009319+0000 mgr.smithi026.yidchs (mgr.14180) 1036 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:41 smithi155 conmon[87969]: cluster 2023-11-16T01:46:40.009319+0000 mgr.smithi026.yidchs (mgr.14180) 1036 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:42.037 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:42 smithi026 conmon[83720]: audit 2023-11-16T01:46 2023-11-16T01:46:42.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:42 smithi026 conmon[83720]: :40.520597+0000 mgr.smithi026.yidchs (mgr.14180) 1037 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:42 smithi155 conmon[87969]: audit 2023-11-16T01:46:40.520597+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:46:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:42 smithi155 conmon[87969]: 14180) 1037 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:43.463 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:43 smithi026 conmon[83720]: cluster 2023-11-16T01:46: 2023-11-16T01:46:43.463 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:43 smithi026 conmon[83720]: 42.010028+0000 mgr.smithi026.yidchs (mgr.14180) 1038 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:43 smithi155 conmon[87969]: cluster 2023-11-16T01:46:42.010028+0000 mgr.smithi026.yidchs (mgr.14180) 1038 : cluster 2023-11-16T01:46:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:43 smithi155 conmon[87969]: [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:43.838 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:43.839 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:44.393 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:45.395 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:45 smithi155 conmon[87969]: audit 2023-11-16T01:46:43.833609+0000 mgr.smithi026.yidchs (mgr.14180) 1039 2023-11-16T01:46:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:45 smithi155 conmon[87969]: : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:45 smithi155 conmon[87969]: cluster 2023-11-16T01:46:44.010339+0000 mgr.smithi026.yidchs (mgr.14180) 1040 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:45 smithi026 conmon[83720]: audit 2023-11-16T01:46:43.833609+0000 mgr.smithi026.yidchs (mgr.14180) 1039 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:45 smithi026 conmon[83720]: cluster 2023-11-16T01:46:44.010339+0000 mgr.smithi026.yidchs (mgr.14180) 1040 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:47.234 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:47.235 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:47 smithi155 conmon[87969]: cluster 2023-11-16T01:46:46.011098+0000 mgr.smithi026.yidchs (mgr.14180) 1041 : 2023-11-16T01:46:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:47 smithi155 conmon[87969]: cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:47.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:47 smithi026 conmon[83720]: cluster 2023-11-16T01:46:46.011098+0000 mgr.smithi026.yidchs (mgr.14180) 1041 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:47.776 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:48.778 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:49 smithi155 conmon[87969]: audit 2023-11-16T01:46:47.229669+0000 mgr.smithi026.yidchs (mgr.14180) 1042 : audit 2023-11-16T01:46:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:49 smithi155 conmon[87969]: [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:49 smithi155 conmon[87969]: cluster 2023-11-16T01:46:48.011728+0000 mgr.smithi026.yidchs (mgr.14180) 1043 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:49.592 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:49 smithi026 conmon[83720]: audit 2023-11-16T01:46:47.229669+0000 mgr.smithi026.yidchs ( 2023-11-16T01:46:49.592 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:49 smithi026 conmon[83720]: mgr.14180) 1042 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:49.592 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:49 smithi026 conmon[83720]: cluster 2023-11-16T01:46:48.011728+0000 mgr.smithi026.yidchs (mgr.14180) 1043 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:50.605 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:50.605 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:51.133 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:51 smithi155 conmon[87969]: cluster 2023-11-16T01:46:50.012172+0000 mgr.smithi026.yidchs (mgr.14180) 1044 : cluster 2023-11-16T01:46:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:51 smithi155 conmon[87969]: [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:51.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:51 smithi026 conmon[83720]: cluster 2023-11-16T01:46:50.012172+0000 mgr.smithi026.yidchs (mgr.14180) 1044 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:52.134 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:52 smithi155 conmon[87969]: audit 2023-11-16T01:46:50.599951+0000 mgr.smithi026.yidchs (mgr.14180) 1045 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:52.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:52 smithi026 conmon[83720]: audit 2023-11-16T01:46:50.599951+0000 mgr.smithi026.yidchs (mgr.14180) 1045 : audit [DBG] 2023-11-16T01:46:52.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:52 smithi026 conmon[83720]: from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:53 smithi155 conmon[87969]: cluster 2023-11-16T01:46:52.013044+0000 mgr.smithi026.yidchs (mgr.14180) 1046 : cluster 2023-11-16T01:46:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:53 smithi155 conmon[87969]: [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:53.578 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:53 smithi026 conmon[83720]: cluster 2023-11-16T01:46:52.013044+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:46:53.578 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:53 smithi026 conmon[83720]: .14180) 1046 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:53.972 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:53.972 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:54 smithi026 conmon[83720]: audit 2023-11-16T01:46:53.967350 2023-11-16T01:46:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:54 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1047 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:54.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:54 smithi026 conmon[83720]: cluster 2023-11-16T01:46:54.013399+0000 mgr.smithi026.yidchs (mgr.14180) 1048 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:54 smithi155 conmon[87969]: audit 2023-11-16T01:46:53.967350+0000 mgr.smithi026.yidchs (mgr.14180) 1047 2023-11-16T01:46:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:54 smithi155 conmon[87969]: : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:54 smithi155 conmon[87969]: cluster 2023-11-16T01:46:54.013399+0000 mgr.smithi026.yidchs (mgr.14180) 1048 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:54.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:55.517 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:57.314 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:46:57.314 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:46:57.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:57 smithi026 conmon[83720]: cluster 2023-11-16T01:46:56.013893+0000 mgr.smithi026.yidchs (mgr.14180) 1049 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:57 smithi155 conmon[87969]: cluster 2023-11-16T01:46:56.013893+0000 mgr.smithi026.yidchs (mgr.14180) 1049 2023-11-16T01:46:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:57 smithi155 conmon[87969]: : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:57.857 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:46:58.861 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:46:59.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:59 smithi026 conmon[83720]: audit 2023-11-16T01:46:57.308152+0000 mgr.smithi026.yidchs (mgr.14180) 1050 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:59.416 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:46:59 smithi026 conmon[83720]: cluster 2023-11-16T01:46:58.014637+0000 mgr.smithi026.yidchs (mgr.14180) 1051 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:46:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:59 smithi155 conmon[87969]: audit 2023-11-16T01:46:57.308152+0000 mgr.smithi026.yidchs (mgr.14180) 1050 2023-11-16T01:46:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:59 smithi155 conmon[87969]: : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:46:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:46:59 smithi155 conmon[87969]: cluster 2023-11-16T01:46:58.014637+0000 mgr.smithi026.yidchs (mgr.14180) 1051 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:00.698 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:00.698 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:01.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:01 smithi155 conmon[87969]: cluster 2023-11-16T01:47:00.015152+0000 mgr.smithi026.yidchs (mgr.14180) 1052 : cluster 2023-11-16T01:47:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:01 smithi155 conmon[87969]: [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:01.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:01 smithi026 conmon[83720]: cluster 2023-11-16T01:47:00.015152+0000 mgr.smithi026.yidchs (mgr.14180) 1052 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:02.284 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:02 smithi155 conmon[87969]: audit 2023-11-16T01:47:00.692785+0000 mgr.smithi026.yidchs (mgr.14180) 1053 2023-11-16T01:47:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:02 smithi155 conmon[87969]: : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:02 smithi026 conmon[83720]: audit 2023-11-16T01:47:00.692785+0000 mgr.smithi026.yidchs (mgr.14180) 1053 : 2023-11-16T01:47:02.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:02 smithi026 conmon[83720]: audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:03.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:03 smithi026 conmon[83720]: cluster 2023-11-16T01:47:02.015738+0000 mgr.smithi026.yidchs (mgr.14180) 1054 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:03 smithi155 conmon[87969]: cluster 2023-11-16T01:47:02.015738+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:47:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:03 smithi155 conmon[87969]: ) 1054 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:04.134 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:04.135 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:04.673 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:05 smithi155 conmon[87969]: cluster 2023-11-16T01:47:04.016067+0000 mgr.smithi026.yidchs (mgr.14180) 1055 : cluster 2023-11-16T01:47:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:05 smithi155 conmon[87969]: [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:05 smithi155 conmon[87969]: audit 2023-11-16T01:47:04.129539+0000 mgr.smithi026.yidchs (mgr.14180) 1056 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:05 smithi026 conmon[83720]: cluster 2023-11-16T01:47:04.016067+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:47:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:05 smithi026 conmon[83720]: .14180) 1055 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:05 smithi026 conmon[83720]: audit 2023-11-16T01:47:04.129539+0000 2023-11-16T01:47:05.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:05 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1056 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:05.675 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:07.456 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:07.456 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:07.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:07 smithi026 conmon[83720]: cluster 2023-11-16T01:47:06.016738+0000 mgr.smithi026.yidchs (mgr.14180) 1057 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:07 smithi155 conmon[87969]: cluster 2023-11-16T01:47:06.016738+0000 mgr.smithi026.yidchs (mgr.14180) 1057 : 2023-11-16T01:47:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:07 smithi155 conmon[87969]: cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:08.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:09.058 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:09 smithi026 conmon[83720]: audit 2023-11-16T01:47:07. 2023-11-16T01:47:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:09 smithi026 conmon[83720]: 451354+0000 mgr.smithi026.yidchs (mgr.14180) 1058 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:09.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:09 smithi026 conmon[83720]: cluster 2023-11-16T01:47:08.017540+0000 mgr.smithi026.yidchs (mgr.14180) 1059 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:09 smithi155 conmon[87969]: audit 2023-11-16T01:47:07.451354+0000 mgr.smithi026.yidchs (mgr.14180) 1058 : audit 2023-11-16T01:47:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:09 smithi155 conmon[87969]: [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:09 smithi155 conmon[87969]: cluster 2023-11-16T01:47:08.017540+0000 mgr.smithi026.yidchs (mgr.14180) 1059 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:10.856 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:10.856 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:11.373 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:11 smithi155 conmon[87969]: cluster 2023-11-16T01:47:10.018025+0000 mgr.smithi026.yidchs (mgr.14180) 1060 : cluster 2023-11-16T01:47:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:11 smithi155 conmon[87969]: [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:11.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:11 smithi026 conmon[83720]: cluster 2023-11-16T01:47:10.018025+0000 mgr.smithi026.yidchs (mgr.14180) 1060 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:12.374 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:12 smithi155 conmon[87969]: audit 2023-11-16T01:47:10.850882+0000 mgr.smithi026.yidchs (mgr.14180) 1061 : 2023-11-16T01:47:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:12 smithi155 conmon[87969]: audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:12.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:12 smithi026 conmon[83720]: audit 2023-11-16T01:47:10.850882+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:47:12.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:12 smithi026 conmon[83720]: .14180) 1061 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:13 smithi155 conmon[87969]: cluster 2023-11-16T01:47:12.018804+0000 mgr.smithi026.yidchs (mgr.14180) 1062 : cluster [DBG] 2023-11-16T01:47:13.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:13 smithi155 conmon[87969]: pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:13.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:13 smithi026 conmon[83720]: cluster 2023-11-16T01:47:12. 2023-11-16T01:47:13.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:13 smithi026 conmon[83720]: 018804+0000 mgr.smithi026.yidchs (mgr.14180) 1062 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:14.149 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:14.149 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:14.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:14 smithi026 conmon[83720]: cluster 2023-11-16T01:47:14.019147+0000 mgr.smithi026.yidchs (mgr.14180) 1063 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:14.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:14 smithi026 conmon[83720]: audit 2023-11-16T01:47:14.144135+0000 mgr.smithi026.yidchs (mgr.14180) 1064 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:14.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:14.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:14 smithi155 conmon[87969]: cluster 2023-11-16T01:47:14.019147+0000 mgr.smithi026.yidchs (mgr.14180) 1063 : cluster [DBG] 2023-11-16T01:47:14.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:14 smithi155 conmon[87969]: pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:14.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:14 smithi155 conmon[87969]: audit 2023-11-16T01:47:14.144135+0000 mgr.smithi026.yidchs (mgr.14180) 1064 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:15.690 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:17.489 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:17.489 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:17 smithi155 conmon[87969]: cluster 2023-11-16T01:47:16.019614+0000 mgr.smithi026.yidchs (mgr.14180) 1065 : cluster [DBG] 2023-11-16T01:47:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:17 smithi155 conmon[87969]: pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:17.513 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:17 smithi026 conmon[83720]: cluster 2023-11-16T01:47:16.019614+0000 mgr.smithi026.yidchs (mgr.14180) 1065 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:18.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:19.072 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:19 smithi155 conmon[87969]: audit 2023-11-16T01:47:17.484095+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:47:19.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:19 smithi155 conmon[87969]: .14180) 1066 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:19.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:19 smithi155 conmon[87969]: cluster 2023-11-16T01:47:18.020229+0000 mgr.smithi026.yidchs (mgr.14180) 1067 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:19.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:19 smithi026 conmon[83720]: audit 2023-11-16T01:47:17.484095+0000 mgr.smithi026.yidchs ( 2023-11-16T01:47:19.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:19 smithi026 conmon[83720]: mgr.14180) 1066 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:19.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:19 smithi026 conmon[83720]: cluster 2023-11-16T01:47:18.020229+0000 mgr.smithi026.yidchs (mgr.14180) 1067 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:20.950 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:20.951 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:21.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:21 smithi026 conmon[83720]: cluster 2023-11-16T01:47:20.020654+0000 mgr.smithi026.yidchs (mgr.14180) 1068 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:21.428 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:21 smithi155 conmon[87969]: cluster 2023-11-16T01:47:20.020654+0000 mgr.smithi026.yidchs (mgr.14180) 1068 : cluster [DBG] 2023-11-16T01:47:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:21 smithi155 conmon[87969]: pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:22.429 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:22.460 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:22 smithi026 conmon[83720]: audit 2023-11-16T01:47:20.945477+0000 mgr.smithi026.yidchs (mgr.14180) 1069 2023-11-16T01:47:22.461 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:22 smithi026 conmon[83720]: : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:22 smithi155 conmon[87969]: audit 2023-11-16T01:47:20.945477+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:47:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:22 smithi155 conmon[87969]: 14180) 1069 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:23 smithi155 conmon[87969]: cluster 2023-11-16T01:47:22.021262+0000 mgr.smithi026.yidchs (mgr.14180) 1070 : cluster 2023-11-16T01:47:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:23 smithi155 conmon[87969]: [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:23.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:23 smithi026 conmon[83720]: cluster 2023-11-16T01:47:22.021262+0000 mgr.smithi026.yidchs ( 2023-11-16T01:47:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:23 smithi026 conmon[83720]: mgr.14180) 1070 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:24.289 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:24.289 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:24.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:25 smithi155 conmon[87969]: cluster 2023-11-16T01:47:24.021609+0000 mgr.smithi026.yidchs (mgr.14180) 1071 : cluster [DBG] 2023-11-16T01:47:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:25 smithi155 conmon[87969]: pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:25 smithi026 conmon[83720]: cluster 2023-11-16T01:47:24.021609+0000 mgr.smithi026.yidchs (mgr.14180) 1071 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:25.781 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:26 smithi155 conmon[87969]: audit 2023-11-16T01:47:24.282276+0000 mgr.smithi026.yidchs (mgr.14180) 1072 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:26 smithi155 conmon[87969]: 2023-11-16T01:47:26.578 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:26 smithi026 conmon[83720]: audit 2023-11-16T01:47:24.282276+0000 mgr.smithi026.yidchs ( 2023-11-16T01:47:26.578 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:26 smithi026 conmon[83720]: mgr.14180) 1072 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:27.224 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:27 smithi026 conmon[83720]: cluster 2023-11-16T01:47:26.022094+0000 2023-11-16T01:47:27.225 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:27 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1073 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:27 smithi155 conmon[87969]: cluster 2023-11-16T01:47:26.022094+0000 mgr.smithi026.yidchs (mgr.14180) 1073 : cluster 2023-11-16T01:47:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:27 smithi155 conmon[87969]: [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:27.556 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:27.556 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:28.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:29.148 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:29 smithi155 conmon[87969]: audit 2023-11-16T01:47:27.550936+0000 mgr.smithi026.yidchs (mgr.14180) 1074 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:29 smithi155 conmon[87969]: 2023-11-16T01:47:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:29 smithi155 conmon[87969]: cluster 2023-11-16T01:47:28.022806+0000 mgr.smithi026.yidchs (mgr.14180) 1075 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:29 smithi026 conmon[83720]: audit 2023-11-16T01:47:27.550936+0000 mgr.smithi026.yidchs (mgr.14180) 1074 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:29.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:29 smithi026 conmon[83720]: cluster 2023-11-16T01:47:28.022806+0000 mgr.smithi026.yidchs (mgr.14180) 1075 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:30.988 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:30.988 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:31.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:31 smithi026 conmon[83720]: cluster 2023-11-16T01:47:30.023206+0000 mgr.smithi026.yidchs 2023-11-16T01:47:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:31 smithi026 conmon[83720]: (mgr.14180) 1076 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:31.485 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:31 smithi155 conmon[87969]: cluster 2023-11-16T01:47:30.023206+0000 mgr.smithi026.yidchs (mgr.14180) 1076 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:32.486 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:32 smithi155 conmon[87969]: audit 2023-11-16T01:47:30.982562+0000 mgr.smithi026.yidchs (mgr.14180) 1077 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:32.518 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:32 smithi026 conmon[83720]: audit 2023-11-16T01:47:30.982562+0000 mgr.smithi026.yidchs (mgr.14180) 1077 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:33 smithi155 conmon[87969]: cluster 2023-11-16T01:47:32.023878+0000 mgr.smithi026.yidchs (mgr.14180) 1078 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:33 smithi026 conmon[83720]: cluster 2023-11-16T01:47:32.023878+0000 2023-11-16T01:47:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:33 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1078 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:34.327 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:34.327 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:34 smithi155 conmon[87969]: cluster 2023-11-16T01:47:34.024181+0000 mgr.smithi026.yidchs (mgr.14180) 1079 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:34.493 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:34 smithi026 conmon[83720]: cluster 2023-11-16T01:47 2023-11-16T01:47:34.494 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:34 smithi026 conmon[83720]: :34.024181+0000 mgr.smithi026.yidchs (mgr.14180) 1079 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:34.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:35.886 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:36.431 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:36 smithi026 conmon[83720]: audit 2023-11-16T01:47:34.320524+0000 mgr.smithi026.yidchs (mgr.14180) 1080 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:36 smithi155 conmon[87969]: audit 2023-11-16T01:47:34.320524+0000 mgr.smithi026.yidchs (mgr.14180) 1080 : audit [DBG] 2023-11-16T01:47:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:36 smithi155 conmon[87969]: from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:37.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:37 smithi026 conmon[83720]: cluster 2023-11-16T01:47:36.024665+0000 mgr.smithi026.yidchs 2023-11-16T01:47:37.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:37 smithi026 conmon[83720]: (mgr.14180) 1081 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:37 smithi155 conmon[87969]: cluster 2023-11-16T01:47:36.024665+0000 mgr.smithi026.yidchs (mgr.14180) 1081 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:37.673 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:37.673 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:38.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:39.246 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:39 smithi155 conmon[87969]: audit 2023-11-16T01:47:37.668676+0000 mgr.smithi026.yidchs (mgr.14180) 1082 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:39 smithi155 conmon[87969]: 2023-11-16T01:47:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:39 smithi155 conmon[87969]: cluster 2023-11-16T01:47:38.025405+0000 mgr.smithi026.yidchs (mgr.14180) 1083 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:39.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:39 smithi026 conmon[83720]: audit 2023-11-16T01:47:37.668676+0000 mgr.smithi026.yidchs (mgr.14180) 1082 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:39 smithi026 conmon[83720]: cluster 2023-11-16T01:47:38.025405+0000 mgr.smithi026.yidchs (mgr.14180) 1083 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:41.039 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:41.039 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:41.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:41 smithi026 conmon[83720]: cluster 2023-11-16T01:47:40.025909+0000 mgr.smithi026.yidchs (mgr.14180) 1084 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:41 smithi155 conmon[87969]: cluster 2023-11-16T01:47:40.025909+0000 mgr.smithi026.yidchs (mgr.14180) 1084 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:41.617 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:42 smithi155 conmon[87969]: audit 2023-11-16T01:47:41.034194+0000 mgr.smithi026.yidchs (mgr.14180) 1085 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:42.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:42 smithi026 conmon[83720]: audit 2023-11-16T01:47:41.034194+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:47:42.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:42 smithi026 conmon[83720]: ) 1085 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:42.618 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:43.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:43 smithi026 conmon[83720]: cluster 2023-11-16T01:47:42.026691+0000 2023-11-16T01:47:43.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:43 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1086 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:43 smithi155 conmon[87969]: cluster 2023-11-16T01:47:42.026691+0000 mgr.smithi026.yidchs (mgr.14180) 1086 : cluster [DBG] 2023-11-16T01:47:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:43 smithi155 conmon[87969]: pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:44.435 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:44.435 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:44.950 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:45 smithi155 conmon[87969]: cluster 2023-11-16T01:47:44.027021+0000 mgr.smithi026.yidchs (mgr.14180) 1087 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:45.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:45 smithi026 conmon[83720]: cluster 2023-11-16T01:47:44.027021 2023-11-16T01:47:45.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:45 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1087 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:45.951 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:46.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:46 smithi026 conmon[83720]: audit 2023-11-16T01:47:44.430310+0000 mgr.smithi026.yidchs (mgr.14180) 1088 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:46 smithi155 conmon[87969]: audit 2023-11-16T01:47:44.430310+0000 mgr.smithi026.yidchs (mgr.14180) 1088 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:47.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:47 smithi026 conmon[83720]: cluster 2023-11-16T01:47:46.027541+0000 mgr.smithi026.yidchs ( 2023-11-16T01:47:47.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:47 smithi026 conmon[83720]: mgr.14180) 1089 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:47 smithi155 conmon[87969]: cluster 2023-11-16T01:47:46.027541+0000 mgr.smithi026.yidchs (mgr.14180) 1089 : cluster [DBG] 2023-11-16T01:47:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:47 smithi155 conmon[87969]: pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:47.751 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:47.751 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:48.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:49.301 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:49 smithi155 conmon[87969]: audit 2023-11-16T01:47:47.746413+0000 mgr.smithi026.yidchs (mgr.14180) 1090 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:49 smithi155 conmon[87969]: cluster 2023-11-16T01:47:48.028317+0000 mgr.smithi026.yidchs 2023-11-16T01:47:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:49 smithi155 conmon[87969]: (mgr.14180) 1091 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:49.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:49 smithi026 conmon[83720]: audit 2023-11-16T01:47:47.746413+0000 mgr.smithi026.yidchs (mgr.14180) 1090 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:49 smithi026 conmon[83720]: cluster 2023-11-16T01:47:48.028317+0000 mgr.smithi026.yidchs (mgr.14180) 1091 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:51.081 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:51.081 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:51 smithi155 conmon[87969]: cluster 2023-11-16T01:47:50.028726+0000 mgr.smithi026.yidchs (mgr.14180) 1092 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:51.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:51 smithi026 conmon[83720]: cluster 2023-11-16T01:47:50.028726+0000 mgr.smithi026.yidchs (mgr.14180) 1092 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:51.609 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:52.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:52 smithi155 conmon[87969]: audit 2023-11-16T01:47:51.075844+0000 mgr.smithi026.yidchs (mgr.14180) 1093 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:52.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:52 smithi026 conmon[83720]: audit 2023-11-16T01:47:51.075844+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:47:52.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:52 smithi026 conmon[83720]: ) 1093 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:52.610 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:53.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:53 smithi026 conmon[83720]: cluster 2023-11-16T01:47:52.029329+0000 mgr.smithi026.yidchs (mgr.14180) 1094 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:53 smithi155 conmon[87969]: cluster 2023-11-16T01:47:52.029329+0000 mgr.smithi026.yidchs (mgr.14180) 1094 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:54.450 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:54.450 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:55.024 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:55 smithi026 conmon[83720]: cluster 2023-11-16T01:47:54.029826 2023-11-16T01:47:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:55 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1095 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:55 smithi155 conmon[87969]: cluster 2023-11-16T01:47:54.029826+0000 mgr.smithi026.yidchs (mgr.14180) 1095 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:56.025 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:56 smithi026 conmon[83720]: audit 2023-11-16T01:47:54.444947+0000 mgr.smithi026.yidchs ( 2023-11-16T01:47:56.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:56 smithi026 conmon[83720]: mgr.14180) 1096 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:56 smithi155 conmon[87969]: audit 2023-11-16T01:47:54.444947+0000 mgr.smithi026.yidchs (mgr.14180) 1096 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:57.434 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:57 smithi026 conmon[83720]: cluster 2023-11-16T01:47:56.030428+0000 mgr.smithi026.yidchs (mgr.14180) 1097 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:57 smithi155 conmon[87969]: cluster 2023-11-16T01:47:56.030428+0000 mgr.smithi026.yidchs (mgr.14180) 1097 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:57.802 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:47:57.803 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:47:58.424 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:47:59.425 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:47:59.456 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:59 smithi026 conmon[83720]: audit 2023-11-16T01:47:57.797936+0000 mgr.smithi026.yidchs (mgr.14180) 1098 : 2023-11-16T01:47:59.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:59 smithi026 conmon[83720]: audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:59.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:47:59 smithi026 conmon[83720]: cluster 2023-11-16T01:47:58.030910+0000 mgr.smithi026.yidchs (mgr.14180) 1099 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:47:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:59 smithi155 conmon[87969]: audit 2023-11-16T01:47:57.797936+0000 mgr.smithi026.yidchs (mgr.14180) 1098 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:47:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:47:59 smithi155 conmon[87969]: cluster 2023-11-16T01:47:58.030910+0000 mgr.smithi026.yidchs (mgr.14180) 1099 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:01.279 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:01.279 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:01.456 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:01 smithi026 conmon[83720]: cluster 2023-11-16T01:48:00.031307+0000 mgr.smithi026.yidchs (mgr.14180) 1100 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:01 smithi155 conmon[87969]: cluster 2023-11-16T01:48:00.031307+0000 mgr.smithi026.yidchs (mgr.14180) 1100 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:01.798 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:02.799 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:03.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:03 smithi026 conmon[83720]: audit 2023-11-16T01:48:01.274167+0000 mgr.smithi026.yidchs (mgr.14180) 1101 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:03.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:03 smithi026 conmon[83720]: cluster 2023-11-16T01:48:02.031976+0000 mgr.smithi026.yidchs (mgr.14180) 1102 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:03 smithi155 conmon[87969]: audit 2023-11-16T01:48:01.274167+0000 mgr.smithi026.yidchs (mgr.14180) 1101 : audit [DBG] 2023-11-16T01:48:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:03 smithi155 conmon[87969]: from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:03 smithi155 conmon[87969]: cluster 2023-11-16T01:48:02.031976+0000 mgr.smithi026.yidchs (mgr.14180) 1102 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:04.621 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:04.622 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:05.150 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:05.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:05 smithi155 conmon[87969]: cluster 2023-11-16T01:48:04.032291+0000 mgr.smithi026.yidchs (mgr.14180) 1103 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:05.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:05 smithi026 conmon[83720]: cluster 2023-11-16T01:48:04.032291+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:48:05.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:05 smithi026 conmon[83720]: 1103 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:06.154 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:06 smithi155 conmon[87969]: audit 2023-11-16T01:48:04.613873+0000 mgr.smithi026.yidchs (mgr.14180) 1104 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:06.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:06 smithi026 conmon[83720]: audit 2023-11-16T01:48:04.613873+0000 mgr.smithi026.yidchs (mgr.14180) 1104 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:07 smithi155 conmon[87969]: cluster 2023-11-16T01:48:06.032840+0000 mgr.smithi026.yidchs (mgr.14180) 1105 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:07.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:07 smithi026 conmon[83720]: cluster 2023-11-16T01:48:06.032840+0000 2023-11-16T01:48:07.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:07 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1105 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:07.949 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:07.949 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:08 smithi026 conmon[83720]: audit 2023-11-16T01:48:07.944460+0000 mgr.smithi026.yidchs (mgr.14180) 1106 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:08 smithi026 conmon[83720]: cluster 2023-11-16T01:48:08.033334+0000 mgr.smithi026.yidchs (mgr.14180) 1107 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:08 smithi155 conmon[87969]: audit 2023-11-16T01:48:07.944460+0000 mgr.smithi026.yidchs (mgr.14180) 1106 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:08 smithi155 conmon[87969]: cluster 2023-11-16T01:48:08.033334+0000 mgr.smithi026.yidchs (mgr.14180) 1107 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:08.520 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:09.521 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:11.342 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:11.343 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:39:18.669601Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.oqrdgd on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:11 smithi155 conmon[87969]: cluster 2023-11-16T01:48:10.033987+0000 mgr.smithi026.yidchs (mgr.14180) 1108 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:11.529 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:11 smithi026 conmon[83720]: cluster 2023-11-16T01:48:10.033987+0000 mgr.smithi026.yidchs (mgr.14180) 1108 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:11.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:12 smithi155 conmon[87969]: audit 2023-11-16T01:48:12.006266+0000 mon.smithi026 (mon 2023-11-16T01:48:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:12 smithi155 conmon[87969]: .0) 733 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.xgjgbk"}]: dispatch 2023-11-16T01:48:12.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:12 smithi026 conmon[83720]: audit 2023-11-16T01:48:12.006266+0000 2023-11-16T01:48:12.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:12 smithi026 conmon[83720]: mon.smithi026 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi155.xgjgbk"}]: dispatch 2023-11-16T01:48:12.922 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: audit 2023-11-16T01:48:11.337246+0000 mgr.smithi026.yidchs (mgr.14180) 1109 : 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:48:12.005736+0000 mgr.smithi026.yidchs (mgr.14180) 1110 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:48:13.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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/hapr 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: oxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:48:12.005934+0000 mgr.smithi026.yidchs (mgr.14180) 1111 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:48:12.006970+0000 mgr.smithi026.yidchs (mgr.14180) 1112 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: cephadm 2023-11-16T01:48:12.008460+0000 mgr.smithi026.yidchs (mgr.14180) 1113 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.ekwkpb on smithi026 2023-11-16T01:48:13.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:13 smithi026 conmon[83720]: cluster 2023-11-16T01:48:12.034573+0000 mgr.smithi026.yidchs (mgr.14180) 1114 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:13.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: audit 2023-11-16T01:48:11.337246+0000 mgr.smithi026.yidchs (mgr.14180) 1109 : audit 2023-11-16T01:48:13.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:13.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: cephadm 2023-11-16T01:48:12.005736+0000 mgr.smithi026.yidchs (mgr.14180) 1110 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.498 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-16T01:48:13.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-16T01:48:13.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:48:13.499 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:48:13.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:48:13.500 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:48:13.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:48:13.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.501 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.502 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.502 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.502 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.502 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.504 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.504 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.505 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.505 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-16T01:48:13.506 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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. 2023-11-16T01:48:13.506 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:48:13.506 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.506 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: cephadm 2023-11-16T01:48:12.005934+0000 mgr.smithi026.yidchs (mgr.14180) 1111 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.507 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: cephadm 2023-11-16T01:48:12.006970+0000 mgr.smithi026.yidchs (mgr.14180) 1112 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.507 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk 2023-11-16T01:48:13.508 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.508 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk 2023-11-16T01:48:13.508 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi155.xgjgbk ... 2023-11-16T01:48:13.508 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46:15Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:46: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-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:47:31Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: 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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: cephadm 2023-11-16T01:48:12.008460+0000 mgr.smithi026.yidchs (mgr.14180) 1113 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi026.ekwkpb on smithi026 2023-11-16T01:48:13.509 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:13 smithi155 conmon[87969]: cluster 2023-11-16T01:48:12.034573+0000 mgr.smithi026.yidchs (mgr.14180) 1114 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:14.816 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:14.816 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:15.344 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:15 smithi155 conmon[87969]: cluster 2023-11-16T01:48:14.034885+0000 mgr.smithi026.yidchs (mgr.14180) 1115 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:15.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:15 smithi026 conmon[83720]: cluster 2023-11-16T01:48:14.034885+0000 mgr.smithi026.yidchs (mgr.14180) 1115 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:16.345 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:16 smithi155 conmon[87969]: audit 2023-11-16T01:48:14.811355+0000 mgr.smithi026.yidchs (mgr.14180) 1116 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:16.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:16 smithi026 conmon[83720]: audit 2023-11-16T01:48:14.811355+0000 mgr.smithi026.yidchs (mgr.14180) 1116 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:17 smithi155 conmon[87969]: cluster 2023-11-16T01:48:16.035459+0000 mgr.smithi026.yidchs (mgr.14180) 1117 : cluster [DBG] 2023-11-16T01:48:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:17 smithi155 conmon[87969]: pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:17.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:17 smithi026 conmon[83720]: cluster 2023-11-16T01:48:16.035459+0000 mgr.smithi026.yidchs (mgr.14180) 1117 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:18.203 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:18.204 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:18.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:19 smithi155 conmon[87969]: cluster 2023-11-16T01:48:18.035976+0000 mgr.smithi026.yidchs (mgr.14180) 1118 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:19 smithi155 conmon[87969]: audit 2023-11-16T01:48:18.198953+0000 mgr.smithi026.yidchs (mgr.14180) 1119 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:19.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:19 smithi026 conmon[83720]: cluster 2023-11-16T01:48:18.035976+0000 mgr.smithi026.yidchs (mgr.14180) 1118 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:19.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:19 smithi026 conmon[83720]: audit 2023-11-16T01:48:18.198953+0000 mgr.smithi026.yidchs (mgr.14180) 1119 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:19.779 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:21.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:21 smithi026 conmon[83720]: cluster 2023-11-16T01:48:20.036555+0000 mgr.smithi026.yidchs 2023-11-16T01:48:21.234 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:21 smithi026 conmon[83720]: (mgr.14180) 1120 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:21 smithi155 conmon[87969]: cluster 2023-11-16T01:48:20.036555+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:48:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:21 smithi155 conmon[87969]: ) 1120 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:21.564 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:21.564 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:22.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:23.104 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:23 smithi155 conmon[87969]: audit 2023-11-16T01:48:21.558999+0000 mgr.smithi026.yidchs (mgr.14180) 1121 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:23 smithi155 conmon[87969]: cluster 2023-11-16T01:48:22.037356+0000 mgr.smithi026.yidchs (mgr.14180) 1122 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:23.570 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:23 smithi026 conmon[83720]: audit 2023-11-16T01:48:21.558999+0000 mgr.smithi026.yidchs (mgr.14180) 1121 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:23.570 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:23 smithi026 conmon[83720]: cluster 2023-11-16T01:48:22.037356+0000 mgr.smithi026.yidchs (mgr.14180) 1122 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:24.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:24 smithi026 conmon[83720]: cluster 2023-11-16T01:48:24.037917+0000 mgr.smithi026.yidchs (mgr.14180) 1123 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:24.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:24 smithi155 conmon[87969]: cluster 2023-11-16T01:48:24.037917+0000 mgr.smithi026.yidchs (mgr.14180) 1123 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:24.938 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:24.938 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:25.450 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:26.451 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:26.482 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:26 smithi026 conmon[83720]: audit 2023-11-16T01:48:24.933307+0000 mgr.smithi026.yidchs (mgr.14180) 1124 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:26 smithi155 conmon[87969]: audit 2023-11-16T01:48:24.933307+0000 mgr.smithi026.yidchs (mgr.14180) 1124 : audit 2023-11-16T01:48:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:26 smithi155 conmon[87969]: [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:27 smithi155 conmon[87969]: cluster 2023-11-16T01:48:26.038540+0000 mgr.smithi026.yidchs (mgr.14180) 1125 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:27.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:27 smithi026 conmon[83720]: cluster 2023-11-16T01:48:26.038540+0000 mgr.smithi026.yidchs ( 2023-11-16T01:48:27.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:27 smithi026 conmon[83720]: mgr.14180) 1125 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:28.309 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:28.309 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:28.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:29 smithi155 conmon[87969]: cluster 2023-11-16T01:48:28.039105+0000 mgr.smithi026.yidchs (mgr.14180) 1126 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:29 smithi026 conmon[83720]: cluster 2023-11-16T01:48:28.039105+0000 mgr.smithi026.yidchs ( 2023-11-16T01:48:29.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:29 smithi026 conmon[83720]: mgr.14180) 1126 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:29.826 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:30.486 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:30 smithi026 conmon[83720]: audit 2023-11-16T01:48:28.302622+0000 mgr.smithi026.yidchs (mgr.14180) 1127 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:30 smithi155 conmon[87969]: audit 2023-11-16T01:48:28.302622+0000 mgr.smithi026.yidchs (mgr.14180) 1127 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:31.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:31 smithi026 conmon[83720]: cluster 2023-11-16T01:48:30.039552+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:48:31.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:31 smithi026 conmon[83720]: ) 1128 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:31.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:31 smithi155 conmon[87969]: cluster 2023-11-16T01:48:30.039552+0000 mgr.smithi026.yidchs (mgr.14180) 1128 : cluster [DBG] 2023-11-16T01:48:31.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:31 smithi155 conmon[87969]: pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:31.637 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:31.637 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:32.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:33.177 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:33 smithi155 conmon[87969]: audit 2023-11-16T01:48:31.632104+0000 mgr.smithi026.yidchs (mgr.14180) 1129 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:33 smithi155 conmon[87969]: cluster 2023-11-16T01:48:32.040123+0000 mgr.smithi026.yidchs (mgr.14180) 1130 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:33 smithi026 conmon[83720]: audit 2023-11-16T01:48:31.632104+0000 mgr.smithi026.yidchs (mgr.14180) 1129 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:33.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:33 smithi026 conmon[83720]: cluster 2023-11-16T01:48:32.040123+0000 mgr.smithi026.yidchs (mgr.14180) 1130 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:34.941 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:34.942 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:35 smithi026 conmon[83720]: cluster 2023-11-16T01:48:34.040670+0000 2023-11-16T01:48:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:35 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1131 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:35.477 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:35 smithi155 conmon[87969]: cluster 2023-11-16T01:48:34.040670+0000 mgr.smithi026.yidchs (mgr.14180) 1131 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:35 smithi155 conmon[87969]: 2023-11-16T01:48:36.480 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:36 smithi155 conmon[87969]: audit 2023-11-16T01:48:34.935137+0000 mgr.smithi026.yidchs (mgr.14180) 1132 : audit [DBG] 2023-11-16T01:48:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:36 smithi155 conmon[87969]: from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:36.510 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:36 smithi026 conmon[83720]: audit 2023-11-16T01:48:34.935137+0000 mgr.smithi026.yidchs (mgr.14180) 1132 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:37 smithi155 conmon[87969]: cluster 2023-11-16T01:48:36.041249+0000 mgr.smithi026.yidchs (mgr.14180) 1133 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:37 smithi026 conmon[83720]: cluster 2023-11-16T01:48:36.041249+0000 mgr.smithi026.yidchs (mgr.14180) 1133 2023-11-16T01:48:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:37 smithi026 conmon[83720]: : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:38.290 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:38.290 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:38.483 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:38 smithi026 conmon[83720]: cluster 2023-11-16T01:48:38.041758+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:48:38.484 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:38 smithi026 conmon[83720]: 14180) 1134 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:38 smithi155 conmon[87969]: cluster 2023-11-16T01:48:38.041758+0000 mgr.smithi026.yidchs (mgr.14180) 1134 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:38.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:38 smithi155 conmon[87969]: 2023-11-16T01:48:38.875 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:39 smithi155 conmon[87969]: audit 2023-11-16T01:48:38.284495+0000 mgr.smithi026.yidchs (mgr.14180) 1135 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:39.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:39 smithi026 conmon[83720]: audit 2023-11-16T01:48:38.284495+0000 mgr.smithi026.yidchs (mgr.14180) 1135 2023-11-16T01:48:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:39 smithi026 conmon[83720]: : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:39.876 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:41.361 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:41 smithi026 conmon[83720]: cluster 2023-11-16T01:48:40.042182+0000 mgr.smithi026.yidchs (mgr.14180) 1136 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:41 smithi155 conmon[87969]: cluster 2023-11-16T01:48:40.042182+0000 mgr.smithi026.yidchs (mgr.14180) 1136 : cluster [DBG] 2023-11-16T01:48:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:41 smithi155 conmon[87969]: pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:41.720 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:41.720 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:42.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:43.239 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:43 smithi155 conmon[87969]: audit 2023-11-16T01:48:41.714420+0000 mgr.smithi026.yidchs (mgr.14180) 1137 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:43 smithi155 conmon[87969]: 2023-11-16T01:48:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:43 smithi155 conmon[87969]: cluster 2023-11-16T01:48:42.042772+0000 mgr.smithi026.yidchs (mgr.14180) 1138 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:43 smithi026 conmon[83720]: audit 2023-11-16T01:48:41.714420+0000 mgr.smithi026.yidchs 2023-11-16T01:48:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:43 smithi026 conmon[83720]: (mgr.14180) 1137 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:43 smithi026 conmon[83720]: cluster 2023-11-16T01:48:42.042772+0000 mgr.smithi026.yidchs (mgr.14180) 1138 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:45.054 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:45.054 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:45 smithi026 conmon[83720]: cluster 2023-11-16T01:48:44.043074+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:48:45.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:45 smithi026 conmon[83720]: .14180) 1139 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:45.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:45 smithi155 conmon[87969]: cluster 2023-11-16T01:48:44.043074+0000 mgr.smithi026.yidchs (mgr.14180) 1139 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:45.590 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:46 smithi155 conmon[87969]: audit 2023-11-16T01:48:45.048519+0000 mgr.smithi026.yidchs (mgr.14180) 1140 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:46.592 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:46.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:46 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:48:46.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:46 smithi026 conmon[83720]: 01:48:45.048519+0000 mgr.smithi026.yidchs (mgr.14180) 1140 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:47.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:47 smithi026 conmon[83720]: cluster 2023-11-16T01:48:46.043637+0000 mgr.smithi026.yidchs (mgr.14180) 1141 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:47 smithi155 conmon[87969]: cluster 2023-11-16T01:48:46.043637+0000 mgr.smithi026.yidchs (mgr.14180) 1141 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:48 smithi026 conmon[83720]: cluster 2023-11-16T01:48:48.044207+0000 mgr.smithi026.yidchs 2023-11-16T01:48:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:48 smithi026 conmon[83720]: (mgr.14180) 1142 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:48.406 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:48.407 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:48 smithi155 conmon[87969]: cluster 2023-11-16T01:48:48.044207+0000 mgr.smithi026.yidchs (mgr.14180) 1142 : cluster 2023-11-16T01:48:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:48 smithi155 conmon[87969]: [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:48.968 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:49 smithi155 conmon[87969]: audit 2023-11-16T01:48:48.401355+0000 mgr.smithi026.yidchs (mgr.14180) 1143 : audit [DBG] 2023-11-16T01:48:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:49 smithi155 conmon[87969]: from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:49 smithi026 conmon[83720]: audit 2023-11-16T01:48:48.401355+0000 mgr.smithi026.yidchs (mgr.14180) 1143 2023-11-16T01:48:49.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:49 smithi026 conmon[83720]: : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:49.970 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:51.407 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:51 smithi026 conmon[83720]: cluster 2023-11-16T01:48:50.044680+0000 mgr.smithi026.yidchs (mgr.14180) 1144 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:51 smithi155 conmon[87969]: cluster 2023-11-16T01:48:50.044680+0000 mgr.smithi026.yidchs (mgr.14180) 1144 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:51.807 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:51.808 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:52.406 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:53.408 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:53 smithi155 conmon[87969]: audit 2023-11-16T01:48:51.801376+0000 mgr.smithi026.yidchs (mgr.14180) 1145 : audit [DBG] 2023-11-16T01:48:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:53 smithi155 conmon[87969]: from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:53 smithi155 conmon[87969]: cluster 2023-11-16T01:48:52.045250+0000 mgr.smithi026.yidchs (mgr.14180) 1146 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:53 smithi026 conmon[83720]: audit 2023-11-16T01:48:51.801376 2023-11-16T01:48:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:53 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1145 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:53 smithi026 conmon[83720]: cluster 2023-11-16T01:48:52.045250+0000 mgr.smithi026.yidchs (mgr.14180) 1146 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:55.242 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:55.244 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:55 smithi155 conmon[87969]: cluster 2023-11-16T01:48:54.045634+0000 mgr.smithi026.yidchs (mgr.14180) 1147 : cluster 2023-11-16T01:48:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:55 smithi155 conmon[87969]: [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:55.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:55 smithi026 conmon[83720]: cluster 2023-11-16T01:48:54.045634+0000 mgr.smithi026.yidchs (mgr.14180) 1147 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:48:55.816 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:56.817 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:48:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:57 smithi155 conmon[87969]: audit 2023-11-16T01:48:55.235974+0000 mgr.smithi026.yidchs ( 2023-11-16T01:48:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:57 smithi155 conmon[87969]: mgr.14180) 1148 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:57 smithi155 conmon[87969]: cluster 2023-11-16T01:48:56.046251+0000 mgr.smithi026.yidchs (mgr.14180) 1149 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T01:48:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:57 smithi026 conmon[83720]: audit 2023-11-16T01:48:55.235974+0000 mgr.smithi026.yidchs (mgr.14180) 1148 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:48:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:57 smithi026 conmon[83720]: cluster 2023-11-16T01:48:56.046251+0000 mgr.smithi026.yidchs (mgr.14180) 1149 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 0 B/s wr, 16 op/s 2023-11-16T01:48:58.909 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:48:58.910 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:48:59.436 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:48:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:59 smithi155 conmon[87969]: cluster 2023-11-16T01:48:58.046746+0000 mgr.smithi026.yidchs (mgr.14180) 1150 : 2023-11-16T01:48:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:48:59 smithi155 conmon[87969]: cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T01:48:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:48:59 smithi026 conmon[83720]: cluster 2023-11-16T01:48:58.046746+0000 mgr.smithi026.yidchs (mgr.14180) 1150 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 42 KiB/s rd, 0 B/s wr, 69 op/s 2023-11-16T01:49:00.437 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:00.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:00 smithi026 conmon[83720]: audit 2023-11-16T01:48:58.904687+0000 mgr.smithi026.yidchs (mgr.14180) 1151 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:00.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:00 smithi155 conmon[87969]: audit 2023-11-16T01:48:58.904687+0000 mgr.smithi026.yidchs (mgr.14180) 1151 : 2023-11-16T01:49:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:00 smithi155 conmon[87969]: audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:01 smithi155 conmon[87969]: cluster 2023-11-16T01:49:00.047293+0000 mgr.smithi026.yidchs (mgr.14180) 1152 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-16T01:49:01.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:01 smithi026 conmon[83720]: cluster 2023-11-16T01:49:00.047293+0000 mgr.smithi026.yidchs ( 2023-11-16T01:49:01.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:01 smithi026 conmon[83720]: mgr.14180) 1152 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 66 KiB/s rd, 0 B/s wr, 109 op/s 2023-11-16T01:49:02.328 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:02.328 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:02 smithi155 conmon[87969]: cluster 2023-11-16T01:49:02.047890+0000 mgr.smithi026.yidchs (mgr.14180) 1153 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2023-11-16T01:49:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:02 smithi155 conmon[87969]: 2023-11-16T01:49:02.496 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:02 smithi026 conmon[83720]: cluster 2023-11-16T01:49:02.047890+0000 mgr.smithi026.yidchs (mgr.14180) 1153 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2023-11-16T01:49:02.887 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:03.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:03 smithi155 conmon[87969]: audit 2023-11-16T01:49:02.323405+0000 mgr.smithi026.yidchs (mgr.14180) 1154 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:03.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:03 smithi026 conmon[83720]: audit 2023-11-16T01:49:02.323405+0000 2023-11-16T01:49:03.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:03 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1154 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:03.888 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:04.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:04 smithi155 conmon[87969]: cluster 2023-11-16T01:49:04.048233+0000 mgr.smithi026.yidchs (mgr.14180) 1155 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2023-11-16T01:49:04.538 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:04 smithi026 conmon[83720]: cluster 2023-11-16T01:49:04.048233 2023-11-16T01:49:04.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:04 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1155 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 135 KiB/s rd, 0 B/s wr, 224 op/s 2023-11-16T01:49:05.718 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:05.718 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:06.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:07.246 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:07 smithi155 conmon[87969]: audit 2023-11-16T01:49:05.712835+0000 mgr.smithi026.yidchs (mgr.14180) 1156 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:07 smithi155 conmon[87969]: 2023-11-16T01:49:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:07 smithi155 conmon[87969]: cluster 2023-11-16T01:49:06.048870+0000 mgr.smithi026.yidchs (mgr.14180) 1157 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 232 op/s 2023-11-16T01:49:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:07 smithi026 conmon[83720]: audit 2023-11-16T01:49:05.712835+0000 mgr.smithi026.yidchs (mgr.14180) 1156 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:07.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:07 smithi026 conmon[83720]: cluster 2023-11-16T01:49:06.048870+0000 mgr.smithi026.yidchs (mgr.14180) 1157 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 139 KiB/s rd, 0 B/s wr, 232 op/s 2023-11-16T01:49:09.067 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:09.068 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:09.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:09 smithi026 conmon[83720]: cluster 2023-11-16T01:49:08.049393+0000 mgr.smithi026.yidchs (mgr.14180) 1158 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s 2023-11-16T01:49:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:09 smithi155 conmon[87969]: cluster 2023-11-16T01:49:08.049393+0000 mgr.smithi026.yidchs (mgr.14180) 1158 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 129 KiB/s rd, 0 B/s wr, 215 op/s 2023-11-16T01:49:09.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:10 smithi155 conmon[87969]: audit 2023-11-16T01:49:09.062906+0000 mgr.smithi026.yidchs (mgr.14180) 1159 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:10.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:10 smithi026 conmon[83720]: audit 2023-11-16T01:49:09.062906+0000 mgr.smithi026.yidchs (mgr.14180) 1159 : 2023-11-16T01:49:10.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:10 smithi026 conmon[83720]: audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:10.621 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:11.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:11 smithi026 conmon[83720]: cluster 2023-11-16T01:49:10.050047+0000 2023-11-16T01:49:11.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:11 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1160 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 162 op/s 2023-11-16T01:49:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:11 smithi155 conmon[87969]: cluster 2023-11-16T01:49:10.050047+0000 mgr.smithi026.yidchs (mgr.14180) 1160 : cluster [DBG] 2023-11-16T01:49:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:11 smithi155 conmon[87969]: pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 KiB/s rd, 0 B/s wr, 162 op/s 2023-11-16T01:49:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:12 smithi026 conmon[83720]: cluster 2023-11-16T01:49:12.050621 2023-11-16T01:49:12.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:12 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1161 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2023-11-16T01:49:12.457 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:12.457 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:12 smithi155 conmon[87969]: cluster 2023-11-16T01:49:12.050621+0000 mgr.smithi026.yidchs (mgr.14180) 1161 : cluster 2023-11-16T01:49:12.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:12 smithi155 conmon[87969]: [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 74 KiB/s rd, 0 B/s wr, 122 op/s 2023-11-16T01:49:13.002 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:13.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:13 smithi026 conmon[83720]: audit 2023-11-16T01:49:12.451999+0000 mgr.smithi026.yidchs (mgr.14180) 1162 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:13 smithi155 conmon[87969]: audit 2023-11-16T01:49:12.451999+0000 mgr.smithi026.yidchs (mgr.14180) 1162 : audit [DBG] 2023-11-16T01:49:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:13 smithi155 conmon[87969]: from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:14.003 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:14.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:14 smithi026 conmon[83720]: cluster 2023-11-16T01:49:14.051012+0000 mgr.smithi026.yidchs ( 2023-11-16T01:49:14.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:14 smithi026 conmon[83720]: mgr.14180) 1163 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:49:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:14 smithi155 conmon[87969]: cluster 2023-11-16T01:49:14.051012+0000 mgr.smithi026.yidchs (mgr.14180) 1163 : cluster [DBG] 2023-11-16T01:49:14.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:14 smithi155 conmon[87969]: pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:49:15.864 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:15.864 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:16.394 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:17.396 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:17 smithi155 conmon[87969]: audit 2023-11-16T01:49:15.858745+0000 mgr.smithi026.yidchs (mgr.14180) 1164 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:17 smithi155 conmon[87969]: cluster 2023-11-16T01:49:16.051489+0000 mgr.smithi026.yidchs (mgr.14180) 1165 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:49:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:17 smithi026 conmon[83720]: audit 2023-11-16T01:49:15.858745+0000 2023-11-16T01:49:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:17 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1164 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:17 smithi026 conmon[83720]: cluster 2023-11-16T01:49:16.051489+0000 mgr.smithi026.yidchs (mgr.14180) 1165 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 0 B/s wr, 7 op/s 2023-11-16T01:49:19.241 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:19.242 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:19 smithi155 conmon[87969]: cluster 2023-11-16T01:49:18.051986+0000 mgr.smithi026.yidchs (mgr.14180) 1166 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:19.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:19 smithi026 conmon[83720]: cluster 2023-11-16T01:49:18.051986+0000 mgr.smithi026.yidchs (mgr.14180) 1166 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:19.794 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:20.795 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:21.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:21 smithi026 conmon[83720]: audit 2023-11-16T01:49:19.235953+0000 mgr.smithi026.yidchs (mgr.14180) 1167 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:21.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:21 smithi026 conmon[83720]: cluster 2023-11-16T01:49:20.052470+0000 mgr.smithi026.yidchs (mgr.14180) 1168 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:21.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:21 smithi155 conmon[87969]: audit 2023-11-16T01:49:19.235953+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:49:21.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:21 smithi155 conmon[87969]: ) 1167 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:21.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:21 smithi155 conmon[87969]: cluster 2023-11-16T01:49:20.052470+0000 mgr.smithi026.yidchs (mgr.14180) 1168 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:22.612 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:22.612 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:23.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:23 smithi155 conmon[87969]: cluster 2023-11-16T01:49:22.053078+0000 mgr.smithi026.yidchs (mgr.14180) 1169 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:23.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:23 smithi026 conmon[83720]: cluster 2023-11-16T01:49:22.053078+0000 mgr.smithi026.yidchs ( 2023-11-16T01:49:23.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:23 smithi026 conmon[83720]: mgr.14180) 1169 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:24.152 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:34.071 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:24 smithi026 conmon[83720]: audit 2023-11-16T01:49:22.607218+0000 mgr.smithi026.yidchs (mgr.14180) 1170 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:34.128 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:24 smithi026 conmon[83720]: cluster 2023-11-16T01:49:24.053575+0000 mgr.smithi026.yidchs (mgr.14180) 1171 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.142 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:27 smithi026 conmon[83720]: cluster 2023-11-16T01:49:26.054170+0000 mgr.smithi026.yidchs (mgr.14180) 1172 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:29 smithi026 conmon[83720]: cluster 2023-11-16T01:49:28.054927+0000 mgr.smithi026.yidchs (mgr.14180) 1173 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:31 smithi026 conmon[83720]: cluster 2023-11-16T01:49:30.055445+0000 mgr.smithi026.yidchs (mgr.14180) 1174 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:32 smithi026 conmon[83720]: cluster 2023-11-16T01:49:32.056123+0000 mgr.smithi026.yidchs ( 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:32 smithi026 conmon[83720]: mgr.14180) 1175 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:24 smithi155 conmon[87969]: audit 2023-11-16T01:49:22.607218+0000 mgr.smithi026.yidchs (mgr.14180) 1170 : audit 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:24 smithi155 conmon[87969]: [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:24 smithi155 conmon[87969]: cluster 2023-11-16T01:49:24.053575+0000 mgr.smithi026.yidchs (mgr.14180) 1171 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.143 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:27 smithi155 conmon[87969]: cluster 2023-11-16T01:49:26.054170+0000 mgr.smithi026.yidchs (mgr.14180) 1172 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.144 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:29 smithi155 conmon[87969]: cluster 2023-11-16T01:49:28.054927+0000 mgr.smithi026.yidchs (mgr.14180) 1173 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.144 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:31 smithi155 conmon[87969]: cluster 2023-11-16T01:49:30.055445+0000 mgr.smithi026.yidchs (mgr.14180) 1174 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:34.144 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:32 smithi155 conmon[87969]: cluster 2023-11-16T01:49:32.056123+0000 mgr.smithi026.yidchs (mgr.14180) 1175 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:35.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:35 smithi026 conmon[83720]: cluster 2023-11-16T01:49:34.056657+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:49:35.339 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:35 smithi026 conmon[83720]: 1176 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:35 smithi155 conmon[87969]: cluster 2023-11-16T01:49:34.056657+0000 mgr.smithi026.yidchs (mgr.14180) 1176 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:35.960 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:35.960 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:36.493 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:37.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:37 smithi155 conmon[87969]: audit 2023-11-16T01:49:35.954700+0000 mgr.smithi026.yidchs (mgr.14180) 1177 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:37.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:37 smithi155 conmon[87969]: cluster 2023-11-16T01:49:37.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:37 smithi155 conmon[87969]: 2023-11-16T01:49:36.057164+0000 mgr.smithi026.yidchs (mgr.14180) 1178 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:37.494 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:37.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:37 smithi026 conmon[83720]: audit 2023-11-16T01:49:35.954700 2023-11-16T01:49:37.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:37 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1177 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:37.526 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:37 smithi026 conmon[83720]: cluster 2023-11-16T01:49:36.057164+0000 mgr.smithi026.yidchs (mgr.14180) 1178 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:39.318 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:39.319 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:39.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:39 smithi155 conmon[87969]: cluster 2023-11-16T01:49:38.057664+0000 mgr.smithi026.yidchs (mgr.14180) 1179 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:39.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:39 smithi026 conmon[83720]: cluster 2023-11-16T01:49:38.057664+0000 mgr.smithi026.yidchs (mgr.14180) 1179 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:39.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:40.892 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:41 smithi155 conmon[87969]: audit 2023-11-16T01:49:39.312618+0000 mgr.smithi026.yidchs (mgr.14180) 1180 : audit [DBG] 2023-11-16T01:49:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:41 smithi155 conmon[87969]: from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:41.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:41 smithi155 conmon[87969]: cluster 2023-11-16T01:49:40.058359+0000 mgr.smithi026.yidchs (mgr.14180) 1181 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:41.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:41 smithi026 conmon[83720]: audit 2023-11-16T01:49:39.312618+0000 mgr.smithi026.yidchs (mgr.14180) 1180 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:41.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:41 smithi026 conmon[83720]: cluster 2023-11-16T01:49:40.058359+0000 mgr.smithi026.yidchs (mgr.14180) 1181 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:42.727 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:42.727 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:43.241 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:43 smithi155 conmon[87969]: cluster 2023-11-16T01:49:42.058983+0000 mgr.smithi026.yidchs (mgr.14180) 1182 : 2023-11-16T01:49:43.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:43 smithi155 conmon[87969]: cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:43 smithi026 conmon[83720]: cluster 2023-11-16T01:49:42.058983+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:49:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:43 smithi026 conmon[83720]: 1182 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:44.242 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:44 smithi155 conmon[87969]: audit 2023-11-16T01:49:42.722306+0000 mgr.smithi026.yidchs (mgr.14180) 1183 : 2023-11-16T01:49:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:44 smithi155 conmon[87969]: audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:44 smithi155 conmon[87969]: cluster 2023-11-16T01:49:44.059345+0000 mgr.smithi026.yidchs (mgr.14180) 1184 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:44 smithi026 conmon[83720]: audit 2023-11-16T01:49:42.722306+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:49:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:44 smithi026 conmon[83720]: 1183 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:44 smithi026 conmon[83720]: cluster 2023-11-16T01:49:44.059345+0000 mgr.smithi026.yidchs (mgr.14180) 1184 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:46.093 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:46.093 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:46.631 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:47 smithi155 conmon[87969]: cluster 2023-11-16T01:49:46.059819+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:49:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:47 smithi155 conmon[87969]: 1185 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:47 smithi155 conmon[87969]: audit 2023-11-16T01:49:46.087518+0000 mgr.smithi026.yidchs (mgr.14180) 1186 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:47.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:47 smithi026 conmon[83720]: cluster 2023-11-16T01:49:46.059819+0000 mgr.smithi026.yidchs (mgr.14180) 1185 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:47.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:47 smithi026 conmon[83720]: audit 2023-11-16T01:49:46.087518+0000 mgr.smithi026.yidchs (mgr.14180) 1186 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:47.632 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:49.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:49 smithi026 conmon[83720]: cluster 2023-11-16T01:49:48.060341+0000 mgr.smithi026.yidchs (mgr.14180) 1187 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:49.427 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:49.427 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:49 smithi155 conmon[87969]: cluster 2023-11-16T01:49:48.060341+0000 mgr.smithi026.yidchs (mgr.14180) 1187 : cluster 2023-11-16T01:49:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:49 smithi155 conmon[87969]: [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:49.988 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:50.989 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:51.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:51 smithi026 conmon[83720]: audit 2023-11-16T01:49: 2023-11-16T01:49:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:51 smithi026 conmon[83720]: 49.422084+0000 mgr.smithi026.yidchs (mgr.14180) 1188 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:51 smithi026 conmon[83720]: cluster 2023-11-16T01:49:50.060941+0000 mgr.smithi026.yidchs (mgr.14180) 1189 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:51 smithi155 conmon[87969]: audit 2023-11-16T01:49:49.422084+0000 mgr.smithi026.yidchs (mgr.14180) 1188 : 2023-11-16T01:49:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:51 smithi155 conmon[87969]: audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:51 smithi155 conmon[87969]: cluster 2023-11-16T01:49:50.060941+0000 mgr.smithi026.yidchs (mgr.14180) 1189 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:52.851 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:52.851 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:53.404 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:53 smithi155 conmon[87969]: cluster 2023-11-16T01:49:52.061539+0000 mgr.smithi026.yidchs (mgr.14180) 1190 : cluster 2023-11-16T01:49:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:53 smithi155 conmon[87969]: [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:53 smithi026 conmon[83720]: cluster 2023-11-16T01:49:52.061539+0000 mgr.smithi026.yidchs (mgr.14180) 1190 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:54.404 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:54 smithi155 conmon[87969]: audit 2023-11-16T01:49:52.845655+0000 mgr.smithi026.yidchs (mgr.14180) 1191 : audit 2023-11-16T01:49:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:54 smithi155 conmon[87969]: [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:54 smithi155 conmon[87969]: cluster 2023-11-16T01:49:54.062010+0000 mgr.smithi026.yidchs (mgr.14180) 1192 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:54.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:54 smithi026 conmon[83720]: audit 2023-11-16T01:49:52.845655+0000 mgr.smithi026.yidchs (mgr.14180) 1191 : audit [DBG] 2023-11-16T01:49:54.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:54 smithi026 conmon[83720]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:54.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:54 smithi026 conmon[83720]: cluster 2023-11-16T01:49:54.062010+0000 mgr.smithi026.yidchs (mgr.14180) 1192 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:56.280 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:56.281 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:49:56.847 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:49:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:57 smithi155 conmon[87969]: cluster 2023-11-16T01:49:56.062490+0000 mgr.smithi026.yidchs (mgr.14180) 1193 : 2023-11-16T01:49:57.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:57 smithi155 conmon[87969]: cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:57.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:57 smithi026 conmon[83720]: cluster 2023-11-16T01:49:56.062490+0000 mgr.smithi026.yidchs (mgr.14180) 1193 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:57.848 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:49:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:58 smithi155 conmon[87969]: audit 2023-11-16T01:49:56.274810+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:49:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:58 smithi155 conmon[87969]: 1194 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:58.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:58 smithi026 conmon[83720]: audit 2023-11-16T01:49:56.274810+0000 mgr.smithi026.yidchs 2023-11-16T01:49:58.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:58 smithi026 conmon[83720]: (mgr.14180) 1194 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:49:59.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:59 smithi026 conmon[83720]: cluster 2023-11-16T01:49:58. 2023-11-16T01:49:59.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:49:59 smithi026 conmon[83720]: 063009+0000 mgr.smithi026.yidchs (mgr.14180) 1195 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:59 smithi155 conmon[87969]: cluster 2023-11-16T01:49:58.063009+0000 mgr.smithi026.yidchs (mgr.14180) 1195 : cluster 2023-11-16T01:49:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:49:59 smithi155 conmon[87969]: [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:49:59.673 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:49:59.673 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:00.250 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:00.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:00 smithi155 conmon[87969]: audit 2023-11-16T01:49:59.668421+0000 mgr.smithi026.yidchs (mgr.14180) 1196 : audit 2023-11-16T01:50:00.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:00 smithi155 conmon[87969]: [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:00.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:00 smithi155 conmon[87969]: cluster 2023-11-16T01:50:00.000142+0000 mon.smithi026 (mon.0) 734 : cluster [INF] overall HEALTH_OK 2023-11-16T01:50:00.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:00 smithi155 conmon[87969]: cluster 2023-11-16T01:50:00.063403+0000 mgr.smithi026.yidchs (mgr.14180) 1197 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:00.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:00 smithi026 conmon[83720]: audit 2023-11-16T01:49:59.668421+0000 mgr.smithi026.yidchs (mgr.14180) 1196 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:00.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:00 smithi026 conmon[83720]: cluster 2023-11-16T01:50:00.000142+0000 mon.smithi026 (mon.0) 734 : cluster [INF] overall HEALTH_OK 2023-11-16T01:50:00.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:00 smithi026 conmon[83720]: cluster 2023-11-16T01:50:00.063403+0000 mgr.smithi026.yidchs (mgr.14180) 1197 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:01.251 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:03.005 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:03.006 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:03.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:03 smithi026 conmon[83720]: cluster 2023-11-16T01:50:02.063951+0000 mgr.smithi026.yidchs (mgr.14180) 1198 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:03 smithi155 conmon[87969]: cluster 2023-11-16T01:50:02.063951+0000 mgr.smithi026.yidchs (mgr.14180) 1198 : cluster 2023-11-16T01:50:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:03 smithi155 conmon[87969]: [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:03.597 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:04 smithi155 conmon[87969]: audit 2023-11-16T01:50:03.000461+0000 mgr.smithi026.yidchs (mgr.14180) 1199 : audit 2023-11-16T01:50:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:04 smithi155 conmon[87969]: [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:04 smithi026 conmon[83720]: audit 2023-11-16T01:50:03.000461+0000 mgr.smithi026.yidchs (mgr.14180) 1199 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:04.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:04 smithi026 conmon[83720]: 2023-11-16T01:50:04.599 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:05 smithi026 conmon[83720]: cluster 2023-11-16T01:50:04.064350+0000 2023-11-16T01:50:05.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:05 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1200 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:05 smithi155 conmon[87969]: cluster 2023-11-16T01:50:04.064350+0000 mgr.smithi026.yidchs (mgr.14180) 1200 : cluster 2023-11-16T01:50:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:05 smithi155 conmon[87969]: [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:06.467 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:06.468 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:07.010 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:07.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:07 smithi026 conmon[83720]: cluster 2023-11-16T01:50:06.064859+0000 mgr.smithi026.yidchs (mgr.14180) 1201 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:07 smithi155 conmon[87969]: cluster 2023-11-16T01:50:06.064859+0000 mgr.smithi026.yidchs (mgr.14180) 1201 : cluster 2023-11-16T01:50:07.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:07 smithi155 conmon[87969]: [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:08.011 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:08 smithi026 conmon[83720]: audit 2023-11-16T01:50:06 2023-11-16T01:50:08.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:08 smithi026 conmon[83720]: .462647+0000 mgr.smithi026.yidchs (mgr.14180) 1202 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:08.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:08 smithi026 conmon[83720]: cluster 2023-11-16T01:50:08.065376+0000 mgr.smithi026.yidchs (mgr.14180) 1203 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:08 smithi155 conmon[87969]: audit 2023-11-16T01:50:06.462647+0000 mgr.smithi026.yidchs (mgr.14180) 1202 : audit 2023-11-16T01:50:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:08 smithi155 conmon[87969]: [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:08 smithi155 conmon[87969]: cluster 2023-11-16T01:50:08.065376+0000 mgr.smithi026.yidchs (mgr.14180) 1203 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:09.831 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:09.831 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:10.359 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:11.361 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:11 smithi155 conmon[87969]: audit 2023-11-16T01:50:09.826317+0000 mgr.smithi026.yidchs (mgr.14180) 1204 : audit 2023-11-16T01:50:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:11 smithi155 conmon[87969]: [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:11 smithi155 conmon[87969]: cluster 2023-11-16T01:50:10.065896+0000 mgr.smithi026.yidchs (mgr.14180) 1205 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:11.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:11 smithi026 conmon[83720]: audit 2023-11-16T01:50:09.826317+0000 mgr.smithi026.yidchs (mgr.14180) 1204 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:11.598 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:11 smithi026 conmon[83720]: cluster 2023-11-16T01:50:10.065896+0000 mgr.smithi026.yidchs (mgr.14180) 1205 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:12 smithi155 conmon[87969]: cluster 2023-11-16T01:50:12.066468+0000 mgr.smithi026.yidchs (mgr.14180) 1206 2023-11-16T01:50:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:12 smithi155 conmon[87969]: : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:12.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:12 smithi026 conmon[83720]: cluster 2023-11-16T01:50:12.066468+0000 2023-11-16T01:50:12.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:12 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1206 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:13.241 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:13.242 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:13.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:14.828 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:15.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:15 smithi026 conmon[83720]: audit 2023-11-16T01:50:13.236596+0000 mgr.smithi026.yidchs 2023-11-16T01:50:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:15 smithi026 conmon[83720]: (mgr.14180) 1207 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:15.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:15 smithi026 conmon[83720]: cluster 2023-11-16T01:50:14.066915+0000 mgr.smithi026.yidchs (mgr.14180) 1208 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:15 smithi155 conmon[87969]: audit 2023-11-16T01:50:13.236596+0000 mgr.smithi026.yidchs (mgr.14180) 1207 : 2023-11-16T01:50:15.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:15 smithi155 conmon[87969]: audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:15.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:15 smithi155 conmon[87969]: cluster 2023-11-16T01:50:14.066915+0000 mgr.smithi026.yidchs (mgr.14180) 1208 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:16.655 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:16.656 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:17.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:17 smithi155 conmon[87969]: cluster 2023-11-16T01:50:16.067409+0000 mgr.smithi026.yidchs (mgr.14180) 1209 : cluster [DBG] 2023-11-16T01:50:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:17 smithi155 conmon[87969]: pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:17.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:17 smithi026 conmon[83720]: cluster 2023-11-16T01:50:16.067409+0000 mgr.smithi026.yidchs (mgr.14180) 1209 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:18.176 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:18 smithi155 conmon[87969]: audit 2023-11-16T01:50:16.650141+0000 mgr.smithi026.yidchs (mgr.14180) 1210 : audit 2023-11-16T01:50:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:18 smithi155 conmon[87969]: [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:18 smithi155 conmon[87969]: cluster 2023-11-16T01:50:18.068190+0000 mgr.smithi026.yidchs (mgr.14180) 1211 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:18.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:18 smithi026 conmon[83720]: audit 2023-11-16T01:50:16.650141+0000 mgr.smithi026.yidchs (mgr.14180) 1210 : audit [DBG] 2023-11-16T01:50:18.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:18 smithi026 conmon[83720]: from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:18.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:18 smithi026 conmon[83720]: cluster 2023-11-16T01:50:18.068190+0000 mgr.smithi026.yidchs (mgr.14180) 1211 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:19.987 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:19.987 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:20.467 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:21.468 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:21 smithi155 conmon[87969]: audit 2023-11-16T01:50:19.981541+0000 mgr.smithi026.yidchs (mgr.14180) 1212 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:21 smithi155 conmon[87969]: 2023-11-16T01:50:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:21 smithi155 conmon[87969]: cluster 2023-11-16T01:50:20.068607+0000 mgr.smithi026.yidchs (mgr.14180) 1213 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:21.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:21 smithi026 conmon[83720]: audit 2023-11-16T01:50:19.981541+0000 mgr.smithi026.yidchs ( 2023-11-16T01:50:21.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:21 smithi026 conmon[83720]: mgr.14180) 1212 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:21.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:21 smithi026 conmon[83720]: cluster 2023-11-16T01:50:20.068607+0000 mgr.smithi026.yidchs (mgr.14180) 1213 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:22 smithi155 conmon[87969]: cluster 2023-11-16T01:50:22.069309+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:50:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:22 smithi155 conmon[87969]: 1214 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:22.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:22 smithi026 conmon[83720]: cluster 2023-11-16T01:50:22.069309+0000 mgr.smithi026.yidchs (mgr.14180) 1214 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:23.270 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:23.270 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:23.869 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:26.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:25 smithi155 conmon[87969]: audit 2023-11-16T01:50:23.264376+0000 mgr.smithi026.yidchs (mgr.14180) 1215 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:26.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:25 smithi155 conmon[87969]: 2023-11-16T01:50:26.834 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:25 smithi155 conmon[87969]: cluster 2023-11-16T01:50:24.069668+0000 mgr.smithi026.yidchs (mgr.14180) 1216 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:26 smithi155 conmon[87969]: cluster 2023-11-16T01:50:26.070205+0000 mgr.smithi026.yidchs (mgr.14180) 1217 : cluster [DBG] 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:26 smithi155 conmon[87969]: pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:25 smithi026 conmon[83720]: audit 2023-11-16T01:50:23.264376+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:25 smithi026 conmon[83720]: 1215 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:25 smithi026 conmon[83720]: cluster 2023-11-16T01:50:24.069668+0000 mgr.smithi026.yidchs (mgr.14180) 1216 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:26 smithi026 conmon[83720]: cluster 2023-11-16T01:50:26.070205+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:50:26.835 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:26 smithi026 conmon[83720]: ) 1217 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:27.834 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:29.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:29 smithi026 conmon[83720]: cluster 2023-11-16T01:50:28.070706+0000 mgr.smithi026.yidchs (mgr.14180) 1218 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:29 smithi155 conmon[87969]: cluster 2023-11-16T01:50:28.070706+0000 mgr.smithi026.yidchs (mgr.14180) 1218 : cluster 2023-11-16T01:50:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:29 smithi155 conmon[87969]: [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:29.652 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:29.652 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:30.172 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:31.174 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:31 smithi155 conmon[87969]: audit 2023-11-16T01:50:29.646908+0000 mgr.smithi026.yidchs (mgr.14180) 1219 : 2023-11-16T01:50:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:31 smithi155 conmon[87969]: audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:31 smithi155 conmon[87969]: cluster 2023-11-16T01:50:30.071257+0000 mgr.smithi026.yidchs (mgr.14180) 1220 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:31.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:31 smithi026 conmon[83720]: audit 2023-11-16T01:50:29.646908+0000 mgr.smithi026.yidchs (mgr.14180) 1219 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:31.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:31 smithi026 conmon[83720]: cluster 2023-11-16T01:50:30.071257+0000 mgr.smithi026.yidchs (mgr.14180) 1220 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:33.021 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:33.021 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:33 smithi026 conmon[83720]: cluster 2023-11-16T01:50:32.071994+0000 mgr.smithi026.yidchs (mgr.14180) 1221 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:33 smithi155 conmon[87969]: cluster 2023-11-16T01:50:32.071994+0000 mgr.smithi026.yidchs (mgr.14180) 1221 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:33.555 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:34 smithi155 conmon[87969]: audit 2023-11-16T01:50:33.015946+0000 mgr.smithi026.yidchs (mgr.14180) 1222 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:34.556 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:34.588 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:34 smithi026 conmon[83720]: audit 2023-11-16T01:50:33.015946+0000 mgr.smithi026.yidchs (mgr.14180) 1222 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:35.342 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:35 smithi026 conmon[83720]: cluster 2023-11-16T01:50:34.072529+0000 mgr.smithi026.yidchs (mgr.14180) 1223 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:35 smithi155 conmon[87969]: cluster 2023-11-16T01:50:34.072529+0000 mgr.smithi026.yidchs (mgr.14180) 1223 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:36.347 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:36.348 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:36 smithi155 conmon[87969]: cluster 2023-11-16T01:50:36.073086+0000 mgr.smithi026.yidchs (mgr.14180) 1224 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:36.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:36 smithi026 conmon[83720]: cluster 2023-11-16T01:50:36.073086+0000 mgr.smithi026.yidchs 2023-11-16T01:50:36.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:36 smithi026 conmon[83720]: (mgr.14180) 1224 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:36.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:37 smithi155 conmon[87969]: audit 2023-11-16T01:50:36.340159+0000 mgr.smithi026.yidchs (mgr.14180) 1225 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:37 smithi026 conmon[83720]: audit 2023-11-16T01:50:36.340159+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:50:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:37 smithi026 conmon[83720]: 14180) 1225 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:37.924 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:38.587 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:38 smithi026 conmon[83720]: cluster 2023-11-16T01:50:38.073601+0000 2023-11-16T01:50:38.587 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:38 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1226 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:38.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:38 smithi155 conmon[87969]: cluster 2023-11-16T01:50:38.073601+0000 mgr.smithi026.yidchs (mgr.14180) 1226 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:39.727 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:39.727 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:40.272 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:41.273 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:41.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:41 smithi155 conmon[87969]: audit 2023-11-16T01:50:39.722521+0000 mgr.smithi026.yidchs (mgr.14180) 1227 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:41.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:41 smithi155 conmon[87969]: cluster 2023-11-16T01:50:40.074098+0000 mgr.smithi026.yidchs (mgr.14180) 1228 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:41 smithi026 conmon[83720]: audit 2023-11-16T01:50:39.722521+0000 mgr.smithi026.yidchs (mgr.14180) 1227 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:41 smithi026 conmon[83720]: cluster 2023-11-16T01:50:40.074098+0000 mgr.smithi026.yidchs (mgr.14180) 1228 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:43.110 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:43.110 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:41:59.152813Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.fybnor on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-fybnor\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.fybnor\nDeploy daemon haproxy.rgw.foo.smithi155.fybnor ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:40: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-16T01:40: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-16T01:41: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=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.322083Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.tmnhdr on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-tmnhdr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.tmnhdr\nDeploy daemon haproxy.rgw.foo.smithi026.tmnhdr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:42:36Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:13Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:43:51Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:44:32.323295Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.lknkmc on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:43.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:43 smithi155 conmon[87969]: cluster 2023-11-16T01:50:42.074641+0000 mgr.smithi026.yidchs (mgr.14180) 1229 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:43.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:43 smithi026 conmon[83720]: cluster 2023-11-16T01:50:42.074641+0000 mgr.smithi026.yidchs (mgr.14180) 1229 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:43.622 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:44.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:44 smithi155 conmon[87969]: audit 2023-11-16T01:50:43.105008+0000 mgr.smithi026.yidchs (mgr.14180) 1230 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:44 smithi026 conmon[83720]: audit 2023-11-16T01:50:43.105008+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:50:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:44 smithi026 conmon[83720]: 1230 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:44.623 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:45 smithi026 conmon[83720]: cluster 2023-11-16T01:50:44.075091+0000 2023-11-16T01:50:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:45 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1231 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:45.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:45 smithi026 conmon[83720]: audit 2023-11-16T01:50:45.043765+0000 mon.smithi026 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.ekwkpb"}]: dispatch 2023-11-16T01:50:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:45 smithi155 conmon[87969]: cluster 2023-11-16T01:50:44.075091+0000 mgr.smithi026.yidchs (mgr.14180) 1231 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:45 smithi155 conmon[87969]: audit 2023-11-16T01:50:45.043765+0000 mon.smithi026 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi026.ekwkpb"}]: dispatch 2023-11-16T01:50:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cephadm 2023-11-16T01:50:45.043233+0000 mgr.smithi026.yidchs (mgr.14180) 1232 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Traceback (most recent call last): 2023-11-16T01:50:46.345 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: yield (conn, connr) 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: code, '\n'.join(err))) 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.346 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cephadm 2023-11-16T01:50:45.043409+0000 mgr.smithi026.yidchs (mgr.14180) 1233 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cephadm 2023-11-16T01:50:45.044350+0000 mgr.smithi026.yidchs (mgr.14180) 1234 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.347 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cephadm 2023-11-16T01:50:45.045526+0000 mgr.smithi026.yidchs (mgr.14180) 1235 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cephadm 2023-11-16T01:50:45.046565+0000 mgr.smithi026.yidchs (mgr.14180) 1236 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:50:46.348 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cluster 2023-11-16T01:50:45.047301+0000 mgr.smithi026.yidchs (mgr.14180) 1237 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:46.349 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:46 smithi026 conmon[83720]: cluster 2023-11-16T01:50:45.138364+0000 mon.smithi026 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:50:46.416 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:46.416 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cephadm 2023-11-16T01:50:45.043233+0000 mgr.smithi026.yidchs (mgr.14180) 1232 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Traceback (most recent call last): 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: yield (conn, connr) 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: code, '\n'.join(err))) 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.494 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cephadm 2023-11-16T01:50:45.043409+0000 mgr.smithi026.yidchs (mgr.14180) 1233 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cephadm 2023-11-16T01:50:45.044350+0000 mgr.smithi026.yidchs (mgr.14180) 1234 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb 2023-11-16T01:50:46.495 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: /bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: Deploy daemon haproxy.rgw.foo.smithi026.ekwkpb ... 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:48:48Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:49:26Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: stat: stderr time="2023-11-16T01:50:04Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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-16T01:50:46.496 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: 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=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-16T01:50:46.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cephadm 2023-11-16T01:50:45.045526+0000 mgr.smithi026.yidchs (mgr.14180) 1235 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:50:46.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cephadm 2023-11-16T01:50:45.046565+0000 mgr.smithi026.yidchs (mgr.14180) 1236 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-11-16T01:50:46.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cluster 2023-11-16T01:50:45.047301+0000 mgr.smithi026.yidchs (mgr.14180) 1237 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:46.497 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:46 smithi155 conmon[87969]: cluster 2023-11-16T01:50:45.138364+0000 mon.smithi026 (mon.0) 736 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-16T01:50:46.964 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:47.964 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:48 smithi026 conmon[83720]: audit 2023-11-16T01:50:46.411814+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:50:48.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:48 smithi026 conmon[83720]: 14180) 1238 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:48.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:48 smithi026 conmon[83720]: cluster 2023-11-16T01:50:47.048219+0000 mgr.smithi026.yidchs (mgr.14180) 1239 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:48 smithi155 conmon[87969]: audit 2023-11-16T01:50:46.411814+0000 mgr.smithi026.yidchs (mgr.14180) 1238 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:48 smithi155 conmon[87969]: 2023-11-16T01:50:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:48 smithi155 conmon[87969]: cluster 2023-11-16T01:50:47.048219+0000 mgr.smithi026.yidchs (mgr.14180) 1239 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:49.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:49 smithi026 conmon[83720]: audit 2023-11-16T01:50:48.348465+0000 mon.smithi026 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:50:49.523 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:49 smithi026 conmon[83720]: cluster 2023-11-16T01:50:49.048712+0000 mgr.smithi026.yidchs (mgr.14180) 1240 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:49.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:49 smithi155 conmon[87969]: audit 2023-11-16T01:50:48.348465+0000 mon.smithi026 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:50:49.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:49 smithi155 conmon[87969]: cluster 2023-11-16T01:50:49.048712+0000 mgr.smithi026.yidchs (mgr.14180) 1240 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:49.857 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:49.857 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:50.430 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:50.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:50 smithi155 conmon[87969]: audit 2023-11-16T01:50:49.852806+0000 mgr.smithi026.yidchs (mgr.14180) 1241 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:50.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:50 smithi155 conmon[87969]: 2023-11-16T01:50:50.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:50 smithi026 conmon[83720]: audit 2023-11-16T01:50:49.852806+0000 2023-11-16T01:50:50.843 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:50 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1241 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:51.430 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:51.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:51 smithi155 conmon[87969]: cluster 2023-11-16T01:50:51.049462+0000 mgr.smithi026.yidchs (mgr.14180) 1242 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:51.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:51 smithi026 conmon[83720]: cluster 2023-11-16T01:50:51.049462+0000 2023-11-16T01:50:51.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:51 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1242 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:53.284 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:53.284 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:53.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:54 smithi155 conmon[87969]: cluster 2023-11-16T01:50:53.050212+0000 mgr.smithi026.yidchs (mgr.14180) 1243 : 2023-11-16T01:50:54.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:54 smithi155 conmon[87969]: cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:54.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:54 smithi026 conmon[83720]: cluster 2023-11-16T01:50:53.050212+0000 mgr.smithi026.yidchs (mgr.14180) 1243 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:54.803 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:55.482 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:55 smithi026 conmon[83720]: audit 2023-11 2023-11-16T01:50:55.482 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:55 smithi026 conmon[83720]: -16T01:50:53.279085+0000 mgr.smithi026.yidchs (mgr.14180) 1244 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:55 smithi155 conmon[87969]: audit 2023-11-16T01:50:53.279085+0000 mgr.smithi026.yidchs (mgr.14180) 1244 2023-11-16T01:50:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:55 smithi155 conmon[87969]: : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:56.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:56 smithi026 conmon[83720]: cluster 2023-11-16T01:50: 2023-11-16T01:50:56.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:56 smithi026 conmon[83720]: 55.051032+0000 mgr.smithi026.yidchs (mgr.14180) 1245 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:56 smithi155 conmon[87969]: cluster 2023-11-16T01:50:55.051032+0000 mgr.smithi026.yidchs (mgr.14180) 1245 : cluster [DBG] 2023-11-16T01:50:56.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:56 smithi155 conmon[87969]: pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:56.601 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:50:56.601 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:50:57.176 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:50:58.178 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:50:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:58 smithi155 conmon[87969]: audit 2023-11-16T01:50:56.595915+0000 mgr.smithi026.yidchs (mgr.14180) 1246 : audit 2023-11-16T01:50:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:58 smithi155 conmon[87969]: [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:58 smithi155 conmon[87969]: cluster 2023-11-16T01:50:57.051728+0000 mgr.smithi026.yidchs (mgr.14180) 1247 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:58.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:50:58 smithi155 conmon[87969]: audit 2023-11-16T01:50:57.748761+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:50:58.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:58 smithi026 conmon[83720]: audit 2023-11-16T01:50:56.595915+0000 mgr.smithi026.yidchs (mgr.14180) 1246 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:50:58.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:58 smithi026 conmon[83720]: cluster 2023-11-16T01:50:57.051728+0000 mgr.smithi026.yidchs (mgr.14180) 1247 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:50:58.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:50:58 smithi026 conmon[83720]: audit 2023-11-16T01:50:57.748761+0000 mon.smithi026 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:00.001 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:00.001 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:00.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:00 smithi026 conmon[83720]: cluster 2023-11-16T01:50:59.052361+0000 mgr.smithi026.yidchs (mgr.14180) 1248 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:00 smithi155 conmon[87969]: cluster 2023-11-16T01:50:59.052361+0000 mgr.smithi026.yidchs (mgr.14180) 1248 : cluster 2023-11-16T01:51:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:00 smithi155 conmon[87969]: [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:00.493 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:01 smithi155 conmon[87969]: audit 2023-11-16T01:50:59.996134+0000 mgr.smithi026.yidchs (mgr.14180) 1249 : audit [DBG] 2023-11-16T01:51:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:01 smithi155 conmon[87969]: from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:01.493 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:01.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:01 smithi026 conmon[83720]: audit 2023-11-16T01:50:59.996134+0000 mgr.smithi026.yidchs (mgr.14180) 1249 : 2023-11-16T01:51:01.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:01 smithi026 conmon[83720]: audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:02.319 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:02 smithi026 conmon[83720]: cluster 2023-11-16T01:51:01.053191+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:51:02.319 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:02 smithi026 conmon[83720]: 14180) 1250 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:02 smithi155 conmon[87969]: cluster 2023-11-16T01:51:01.053191+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:51:02.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:02 smithi155 conmon[87969]: 14180) 1250 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:03.274 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:03.274 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:03.769 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:04 smithi155 conmon[87969]: cluster 2023-11-16T01:51:03.053864+0000 mgr.smithi026.yidchs (mgr.14180) 1251 : cluster 2023-11-16T01:51:04.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:04 smithi155 conmon[87969]: [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:04.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:04 smithi026 conmon[83720]: cluster 2023-11-16T01:51:03.053864+0000 mgr.smithi026.yidchs (mgr.14180) 1251 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:04.770 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:05.408 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:05 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:51:05.408 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:05 smithi026 conmon[83720]: 01:51:03.269136+0000 mgr.smithi026.yidchs (mgr.14180) 1252 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:05 smithi155 conmon[87969]: audit 2023-11-16T01:51:03.269136+0000 mgr.smithi026.yidchs (mgr.14180) 1252 : audit 2023-11-16T01:51:05.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:05 smithi155 conmon[87969]: [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:06.237 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:06 smithi026 conmon[83720]: cluster 2023-11-16T01:51:05.054418 2023-11-16T01:51:06.237 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:06 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1253 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:06 smithi155 conmon[87969]: cluster 2023-11-16T01:51:05.054418+0000 mgr.smithi026.yidchs (mgr.14180) 1253 2023-11-16T01:51:06.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:06 smithi155 conmon[87969]: : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:06.563 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:06.563 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:07.109 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:08.110 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:08 smithi155 conmon[87969]: audit 2023-11-16T01:51:06.558194+0000 mgr.smithi026.yidchs (mgr.14180) 1254 : audit 2023-11-16T01:51:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:08 smithi155 conmon[87969]: [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:08 smithi155 conmon[87969]: cluster 2023-11-16T01:51:07.055169+0000 mgr.smithi026.yidchs (mgr.14180) 1255 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:08.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:08 smithi026 conmon[83720]: audit 2023-11-16T01:51:06.558194+0000 mgr.smithi026.yidchs (mgr.14180) 1254 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:08.562 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:08 smithi026 conmon[83720]: cluster 2023-11-16T01:51:07.055169+0000 mgr.smithi026.yidchs (mgr.14180) 1255 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:09.913 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:09.913 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:10 smithi026 conmon[83720]: cluster 2023-11-16T01:51:09.055617+0000 2023-11-16T01:51:10.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:10 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1256 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:10 smithi155 conmon[87969]: cluster 2023-11-16T01:51:09.055617+0000 mgr.smithi026.yidchs (mgr.14180) 1256 : cluster 2023-11-16T01:51:10.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:10 smithi155 conmon[87969]: [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:10.517 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:11 smithi155 conmon[87969]: audit 2023-11-16T01:51:09.907965+0000 mgr.smithi026.yidchs (mgr.14180) 1257 : 2023-11-16T01:51:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:11 smithi155 conmon[87969]: audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:11.518 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:11.550 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:11 smithi026 conmon[83720]: audit 2023-11-16T01:51:09.907965+0000 mgr.smithi026.yidchs (mgr.14180) 1257 : audit [DBG] 2023-11-16T01:51:11.551 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:11 smithi026 conmon[83720]: from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:12.325 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:12 smithi026 conmon[83720]: cluster 2023-11-16T01:51:11.056490+0000 mgr.smithi026.yidchs (mgr.14180) 1258 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:12 smithi155 conmon[87969]: cluster 2023-11-16T01:51:11.056490+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:51:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:12 smithi155 conmon[87969]: 14180) 1258 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:13.301 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:13.301 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:13.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:14.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:14 smithi155 conmon[87969]: cluster 2023-11-16T01:51:13.057138+0000 mgr.smithi026.yidchs (mgr.14180) 1259 : cluster 2023-11-16T01:51:14.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:14 smithi155 conmon[87969]: [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:14.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:14 smithi026 conmon[83720]: cluster 2023-11-16T01:51:13.057138+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:51:14.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:14 smithi026 conmon[83720]: 1259 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:14.826 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:15.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:15 smithi026 conmon[83720]: audit 2023-11-16T01:51:13.296582+0000 mgr.smithi026.yidchs ( 2023-11-16T01:51:15.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:15 smithi026 conmon[83720]: mgr.14180) 1260 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:15 smithi155 conmon[87969]: audit 2023-11-16T01:51:13.296582+0000 mgr.smithi026.yidchs (mgr.14180) 1260 : audit 2023-11-16T01:51:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:15 smithi155 conmon[87969]: [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:16.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:16 smithi026 conmon[83720]: cluster 2023-11-16T01:51:15.057688+0000 mgr.smithi026.yidchs (mgr.14180) 1261 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:16 smithi155 conmon[87969]: cluster 2023-11-16T01:51:15.057688+0000 mgr.smithi026.yidchs (mgr.14180) 1261 : 2023-11-16T01:51:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:16 smithi155 conmon[87969]: cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:16.603 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:16.604 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:17.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:18.178 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:18 smithi155 conmon[87969]: audit 2023-11-16T01:51:16.598999+0000 mgr.smithi026.yidchs (mgr.14180) 1262 : audit 2023-11-16T01:51:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:18 smithi155 conmon[87969]: [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:18.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:18 smithi155 conmon[87969]: cluster 2023-11-16T01:51:17.058383+0000 mgr.smithi026.yidchs (mgr.14180) 1263 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:18.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:18 smithi026 conmon[83720]: audit 2023-11-16T01:51:16.598999+0000 mgr.smithi026.yidchs (mgr.14180) 1262 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:18.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:18 smithi026 conmon[83720]: cluster 2023-11-16T01:51:17.058383+0000 mgr.smithi026.yidchs (mgr.14180) 1263 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:19.944 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:19.945 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:20.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:20 smithi026 conmon[83720]: cluster 2023-11-16T01:51:19.058989+0000 mgr.smithi026.yidchs (mgr.14180) 1264 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:20 smithi155 conmon[87969]: cluster 2023-11-16T01:51:19.058989+0000 mgr.smithi026.yidchs (mgr.14180) 1264 : cluster 2023-11-16T01:51:20.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:20 smithi155 conmon[87969]: [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:20.508 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:21 smithi155 conmon[87969]: audit 2023-11-16T01:51:19.939293+0000 mgr.smithi026.yidchs (mgr.14180) 1265 : audit [DBG] 2023-11-16T01:51:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:21 smithi155 conmon[87969]: from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:21.508 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:21.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:21 smithi026 conmon[83720]: audit 2023-11-16T01:51:19.939293+0000 mgr.smithi026.yidchs (mgr.14180) 1265 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:22.323 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:22 smithi026 conmon[83720]: cluster 2023-11-16T01:51:21.059680+0000 2023-11-16T01:51:22.324 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:22 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1266 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:22 smithi155 conmon[87969]: cluster 2023-11-16T01:51:21.059680+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:51:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:22 smithi155 conmon[87969]: ) 1266 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:23.349 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:23.349 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:23.890 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:24 smithi155 conmon[87969]: cluster 2023-11-16T01:51:23.060368+0000 mgr.smithi026.yidchs (mgr.14180) 1267 : cluster 2023-11-16T01:51:24.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:24 smithi155 conmon[87969]: [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:24.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:24 smithi026 conmon[83720]: cluster 2023-11-16T01:51:23.060368+0000 mgr.smithi026.yidchs (mgr.14180) 1267 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:24.891 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:25 smithi155 conmon[87969]: audit 2023-11-16T01:51:23.344103+0000 mgr.smithi026.yidchs (mgr.14180) 1268 : audit 2023-11-16T01:51:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:25 smithi155 conmon[87969]: [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:25.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:25 smithi026 conmon[83720]: audit 2023-11-16T01:51:23.344103+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:51:25.552 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:25 smithi026 conmon[83720]: .14180) 1268 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:26.326 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:26 smithi026 conmon[83720]: cluster 2023-11-16T01:51:25.060959+0000 mgr.smithi026.yidchs (mgr.14180) 1269 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:26 smithi155 conmon[87969]: cluster 2023-11-16T01:51:25.060959+0000 mgr.smithi026.yidchs (mgr.14180) 1269 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:26.651 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:26.652 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:27.191 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:28.192 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:28.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:28 smithi155 conmon[87969]: audit 2023-11-16T01:51:26.646949+0000 mgr.smithi026.yidchs (mgr.14180) 1270 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:28.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:28 smithi155 conmon[87969]: cluster 2023-11-16T01:51:27.061620+0000 2023-11-16T01:51:28.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:28 smithi155 conmon[87969]: mgr.smithi026.yidchs (mgr.14180) 1271 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:28.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:28 smithi026 conmon[83720]: audit 2023-11-16T01:51:26.646949+0000 mgr.smithi026.yidchs (mgr.14180) 1270 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:28.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:28 smithi026 conmon[83720]: cluster 2023-11-16T01:51:27.061620+0000 mgr.smithi026.yidchs (mgr.14180) 1271 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:30.090 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:30.090 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:30.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:30 smithi155 conmon[87969]: cluster 2023-11-16T01:51:29.062060+0000 mgr.smithi026.yidchs (mgr.14180) 1272 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:30.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:30 smithi026 conmon[83720]: cluster 2023-11-16T01:51:29.062060+0000 mgr.smithi026.yidchs (mgr.14180) 1272 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:30.658 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:31 smithi155 conmon[87969]: audit 2023-11-16T01:51:30.084810+0000 mgr.smithi026.yidchs (mgr.14180) 1273 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:31.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:31 smithi026 conmon[83720]: audit 2023-11-16T01:51:30.084810+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:51:31.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:31 smithi026 conmon[83720]: ) 1273 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:31.658 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:32.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:32 smithi026 conmon[83720]: cluster 2023-11-16T01:51:31.062944+0000 mgr.smithi026.yidchs (mgr.14180) 1274 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:32.489 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:32 smithi026 conmon[83720]: 2023-11-16T01:51:32.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:32 smithi155 conmon[87969]: cluster 2023-11-16T01:51:31.062944+0000 mgr.smithi026.yidchs (mgr.14180) 1274 2023-11-16T01:51:32.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:32 smithi155 conmon[87969]: : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:33.463 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:33.463 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:34.005 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:34.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:34 smithi026 conmon[83720]: cluster 2023-11-16T01:51:33.063832+0000 mgr.smithi026.yidchs (mgr.14180) 1275 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:34.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:34 smithi155 conmon[87969]: cluster 2023-11-16T01:51:33.063832+0000 mgr.smithi026.yidchs (mgr.14180) 1275 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:35.007 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:35.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:35 smithi026 conmon[83720]: audit 2023-11-16T01:51:33.458710+0000 mgr.smithi026.yidchs (mgr.14180) 1276 : audit [DBG] 2023-11-16T01:51:35.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:35 smithi026 conmon[83720]: from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:35 smithi155 conmon[87969]: audit 2023-11-16T01:51:33.458710+0000 mgr.smithi026.yidchs (mgr.14180) 1276 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:36 smithi155 conmon[87969]: cluster 2023-11-16T01:51:35.064485+0000 mgr.smithi026.yidchs (mgr.14180) 1277 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:36.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:36 smithi026 conmon[83720]: cluster 2023-11-16T01:51:35.064485+0000 mgr.smithi026.yidchs ( 2023-11-16T01:51:36.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:36 smithi026 conmon[83720]: mgr.14180) 1277 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:36.876 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:36.876 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:37.437 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:38.438 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:38.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:38 smithi155 conmon[87969]: audit 2023-11-16T01:51:36.871781+0000 mgr.smithi026.yidchs (mgr.14180) 1278 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:38.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:38 smithi155 conmon[87969]: cluster 2023-11-16T01:51:37.065195+0000 mgr.smithi026.yidchs (mgr.14180) 1279 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:38.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:38 smithi026 conmon[83720]: audit 2023-11-16T01:51:36.871781+0000 mgr.smithi026.yidchs (mgr.14180) 1278 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:38.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:38 smithi026 conmon[83720]: cluster 2023-11-16T01:51:37.065195+0000 mgr.smithi026.yidchs (mgr.14180) 1279 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:40.310 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:40.311 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:40.479 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:40 smithi026 conmon[83720]: cluster 2023-11-16T01:51:39.065668+0000 mgr.smithi026.yidchs (mgr.14180) 1280 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:40.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:40 smithi155 conmon[87969]: cluster 2023-11-16T01:51:39.065668+0000 mgr.smithi026.yidchs (mgr.14180) 1280 : cluster [DBG] pgmap v853: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:40.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:41 smithi026 conmon[83720]: audit 2023-11-16T01:51:40.305637+0000 mgr.smithi026.yidchs (mgr.14180) 1281 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:41.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:41 smithi026 conmon[83720]: cluster 2023-11-16T01:51:41.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:41 smithi026 conmon[83720]: 2023-11-16T01:51:41.066494+0000 mgr.smithi026.yidchs (mgr.14180) 1282 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:41 smithi155 conmon[87969]: audit 2023-11-16T01:51:40.305637+0000 mgr.smithi026.yidchs (mgr.14180) 1281 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:41 smithi155 conmon[87969]: cluster 2023-11-16T01:51:41.066494+0000 mgr.smithi026.yidchs (mgr.14180) 1282 : cluster [DBG] pgmap v854: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:41.895 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:43.727 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:43.728 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:34.355838Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:34.356001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:34.356078Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:34.356146Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:34.356212Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:34.356472Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:44.244 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:44.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:44 smithi155 conmon[87969]: cluster 2023-11-16T01:51:43.067352+0000 mgr.smithi026.yidchs (mgr.14180) 1283 : cluster [DBG] 2023-11-16T01:51:44.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:44 smithi155 conmon[87969]: pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:44.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:44 smithi026 conmon[83720]: cluster 2023-11-16T01:51:43.067352+0000 mgr.smithi026.yidchs (mgr.14180) 1283 : cluster [DBG] pgmap v855: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:45.245 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:45 smithi155 conmon[87969]: audit 2023-11-16T01:51:43.722184+0000 mgr.smithi026.yidchs (mgr.14180) 1284 : audit [DBG] 2023-11-16T01:51:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:45 smithi155 conmon[87969]: from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:45 smithi155 conmon[87969]: audit 2023-11-16T01:51:45.049499+0000 mon.smithi026 (mon.0) 739 : audit [DBG] 2023-11-16T01:51:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:45 smithi155 conmon[87969]: from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:51:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:45 smithi026 conmon[83720]: audit 2023-11-16T01:51:43.722184+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:51:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:45 smithi026 conmon[83720]: 1284 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:45 smithi026 conmon[83720]: audit 2023-11-16T01:51:45.049499+0000 mon.smithi026 (mon.0) 739 : audit 2023-11-16T01:51:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:45 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-16T01:51:46.491 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:46 smithi155 conmon[87969]: cluster 2023-11-16T01:51:45.068020+0000 mgr.smithi026.yidchs (mgr.14180) 1285 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:46 smithi155 conmon[87969]: audit 2023-11-16T01:51:45.330659+0000 mon.smithi026 (mon. 2023-11-16T01:51:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:46 smithi155 conmon[87969]: 0) 740 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:46.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:46 smithi026 conmon[83720]: cluster 2023-11-16T01:51:45 2023-11-16T01:51:46.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:46 smithi026 conmon[83720]: .068020+0000 mgr.smithi026.yidchs (mgr.14180) 1285 : cluster [DBG] pgmap v856: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:46.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:46 smithi026 conmon[83720]: audit 2023-11-16T01:51:45.330659+0000 mon.smithi026 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:47.683 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:47.683 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:45:37.645076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:45:37.645144Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:45:37.645210Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:45:37.645001Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:45:37.644844Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:45:37.645274Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:45:37.645405Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:45:37.645340Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:45:37.645660Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:48 smithi155 conmon[87969]: cluster 2023-11-16T01:51:47.068758+0000 mgr.smithi026.yidchs (mgr.14180) 1286 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:48.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:48 smithi155 conmon[87969]: audit 2023-11-16T01:51:47.282178+0000 mon.smithi026 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:48 smithi026 conmon[83720]: cluster 2023-11-16T01:51:47.068758+0000 mgr.smithi026.yidchs (mgr.14180) 1286 : cluster [DBG] pgmap v857: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:48.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:48 smithi026 conmon[83720]: audit 2023-11-16T01:51:47.282178+0000 mon.smithi026 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:48.795 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:49 smithi155 conmon[87969]: audit 2023-11-16T01:51:47.677396+0000 mgr.smithi026.yidchs (mgr.14180) 1287 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:49.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:49 smithi026 conmon[83720]: audit 2023-11-16T01:51:47.677396+0000 mgr.smithi026.yidchs (mgr.14180) 1287 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:49.796 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:50.439 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: cluster 2023-11-16T01:51:49.069212+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:51:50.439 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: 14180) 1288 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: audit 2023-11-16T01:51:49.748264+0000 mon.smithi026 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: audit 2023-11-16T01:51:50.107282+0000 mon.smithi026 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: audit 2023-11-16T01:51:50.108103+0000 mon.smithi026 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: audit 2023-11-16T 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: 01:51:50.113051+0000 mon.smithi026 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: audit 2023-11-16 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: T01:51:50.117119+0000 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: mon.smithi026 (mon.0) 746 : audit 2023-11-16T01:51:50.440 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:50 smithi026 conmon[83720]: [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: cluster 2023-11-16T01:51:49.069212+0000 mgr.smithi026.yidchs (mgr.14180) 1288 : cluster [DBG] pgmap v858: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: audit 2023-11-16T01:51:49.748264+0000 mon.smithi026 (mon.0) 742 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: audit 2023-11-16T01:51:50.107282+0000 mon.smithi026 (mon.0) 743 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: audit 2023-11-16T01:51:50.108103+0000 mon.smithi026 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: audit 2023-11-16T01:51:50.113051+0000 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: mon.smithi026 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: audit 2023-11-16T01:51:50.117119+0000 mon.smithi026 (mon.0 2023-11-16T01:51:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:50 smithi155 conmon[87969]: ) 746 : audit [DBG] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-16T01:51:51.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:51 smithi026 conmon[83720]: cluster 2023-11-16T01:51:50.113717+0000 mgr.smithi026.yidchs (mgr.14180) 1289 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:51.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:51 smithi026 conmon[83720]: cephadm 2023-11-16T01:51:50.124978+0000 mgr.smithi026.yidchs (mgr.14180) 1290 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.ebxkvb on smithi155 2023-11-16T01:51:51.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:51 smithi026 conmon[83720]: cluster 2023-11-16T01:51:51.110893+0000 mon.smithi026 (mon.0) 747 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:51:51.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:51 smithi026 conmon[83720]: cluster 2023-11-16T01:51:51.110927+0000 mon.smithi026 (mon.0) 748 : cluster [INF] Cluster is now healthy 2023-11-16T01:51:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:51 smithi155 conmon[87969]: cluster 2023-11-16T01:51:50.113717+0000 mgr.smithi026.yidchs (mgr.14180) 1289 : cluster [DBG] pgmap v859: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:51 smithi155 conmon[87969]: cephadm 2023-11-16T01:51:50.124978+0000 mgr.smithi026.yidchs (mgr.14180) 1290 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi155.ebxkvb on smithi155 2023-11-16T01:51:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:51 smithi155 conmon[87969]: cluster 2023-11-16T01:51:51.110893+0000 mon.smithi026 (mon.0) 747 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-16T01:51:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:51 smithi155 conmon[87969]: cluster 2023-11-16T01:51:51.110927+0000 mon.smithi026 (mon.0) 748 : cluster [INF] 2023-11-16T01:51:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:51 smithi155 conmon[87969]: Cluster is now healthy 2023-11-16T01:51:51.656 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:51.656 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:52.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:53.203 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:53 smithi155 conmon[87969]: audit 2023-11-16T01:51:51.651242+0000 mgr.smithi026.yidchs (mgr.14180) 1291 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:53 smithi155 conmon[87969]: cluster 2023-11-16T01:51:52.114289+0000 mgr.smithi026.yidchs (mgr.14180) 1292 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:53 smithi026 conmon[83720]: audit 2023-11-16T01:51:51.651242+0000 mgr.smithi026.yidchs (mgr.14180) 1291 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:53 smithi026 conmon[83720]: cluster 2023-11-16T01:51:52.114289+0000 mgr.smithi026.yidchs (mgr.14180) 1292 : cluster [DBG] pgmap v860: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:55.001 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:51:55.001 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:51:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:55 smithi026 conmon[83720]: cluster 2023-11-16T01:51:54.114637+0000 mgr.smithi026.yidchs (mgr.14180) 1293 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:55 smithi155 conmon[87969]: cluster 2023-11-16T01:51:54.114637+0000 mgr.smithi026.yidchs (mgr.14180) 1293 : cluster [DBG] pgmap v861: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:51:55.552 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:51:56.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:56 smithi155 conmon[87969]: audit 2023-11-16T01:51:54.996120+0000 mgr.smithi026.yidchs (mgr.14180) 1294 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:56.552 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:51:56.583 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:56 smithi026 conmon[83720]: audit 2023-11-16T01:51:54.996120+0000 mgr.smithi026.yidchs (mgr.14180) 1294 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:51:57.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:57 smithi026 conmon[83720]: cluster 2023-11-16T01:51:56.115415+0000 2023-11-16T01:52:08.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:57 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1295 : cluster [DBG] pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.281 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:08.325 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:08.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:57 smithi155 conmon[87969]: cluster 2023-11-16T01:51:56.115415+0000 mgr.smithi026.yidchs (mgr.14180) 1295 : cluster [DBG] 2023-11-16T01:52:08.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:57 smithi155 conmon[87969]: pgmap v862: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:58 smithi155 conmon[87969]: audit 2023-11-16T01:51:57.749447+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:52:08.325 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:58 smithi155 conmon[87969]: cluster 2023-11-16T01:51:58.115935+0000 mgr.smithi026.yidchs (mgr.14180) 1296 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:59 smithi155 conmon[87969]: audit 2023-11-16T01:51:58.334564+0000 mgr.smithi026.yidchs (mgr.14180) 1297 : audit 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:51:59 smithi155 conmon[87969]: [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:00 smithi155 conmon[87969]: cluster 2023-11-16T01:52:00.116548+0000 mgr.smithi026.yidchs (mgr.14180) 1298 : cluster [DBG] 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:00 smithi155 conmon[87969]: pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:03 smithi155 conmon[87969]: cluster 2023-11-16T01:52:02.117194+0000 mgr.smithi026.yidchs (mgr.14180) 1299 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:05 smithi155 conmon[87969]: cluster 2023-11-16T01:52:04.117846+0000 mgr.smithi026.yidchs (mgr.14180) 1300 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:05 smithi155 conmon[87969]: : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.326 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:06 smithi155 conmon[87969]: cluster 2023-11-16T01:52:06.118344+0000 mgr.smithi026.yidchs (mgr.14180) 1301 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:08.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:58 smithi026 conmon[83720]: audit 2023-11-16T01:51:57.749447+0000 mon.smithi026 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.26:0/2324678394' entity='mgr.smithi026.yidchs' 2023-11-16T01:52:08.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:58 smithi026 conmon[83720]: cluster 2023-11-16T01:51:58.115935+0000 mgr.smithi026.yidchs (mgr.14180) 1296 : cluster [DBG] pgmap v863: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:59 smithi026 conmon[83720]: audit 2023-11-16T01:51:58.334564+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:51:59 smithi026 conmon[83720]: 14180) 1297 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:00 smithi026 conmon[83720]: cluster 2023-11-16T01:52:00.116548+0000 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:00 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1298 : cluster [DBG] pgmap v864: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:03 smithi026 conmon[83720]: cluster 2023-11-16T01:52:02.117194+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:03 smithi026 conmon[83720]: ) 1299 : cluster [DBG] pgmap v865: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:05 smithi026 conmon[83720]: cluster 2023-11-16T01:52:04.117846+0000 mgr.smithi026.yidchs (mgr.14180 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:05 smithi026 conmon[83720]: ) 1300 : cluster [DBG] pgmap v866: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:06 smithi026 conmon[83720]: cluster 2023-11-16T01:52:06.118344+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:52:08.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:06 smithi026 conmon[83720]: 1301 : cluster [DBG] pgmap v867: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:09.328 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:09.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:09 smithi155 conmon[87969]: cluster 2023-11-16T01:52:08.119001+0000 mgr.smithi026.yidchs (mgr.14180) 1302 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:09 smithi026 conmon[83720]: cluster 2023-11-16T01:52:08.119001+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:52:09.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:09 smithi026 conmon[83720]: 1302 : cluster [DBG] pgmap v868: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:11.129 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:11.129 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:11 smithi155 conmon[87969]: cluster 2023-11-16T01:52:10.119485+0000 mgr.smithi026.yidchs (mgr.14180) 1303 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:11.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:11 smithi155 conmon[87969]: 2023-11-16T01:52:11.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:11 smithi026 conmon[83720]: cluster 2023-11-16T01:52:10.119485+0000 mgr.smithi026.yidchs (mgr.14180) 1303 : cluster [DBG] pgmap v869: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:11.683 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:12 smithi155 conmon[87969]: audit 2023-11-16T01:52:11.124958+0000 mgr.smithi026.yidchs (mgr.14180) 1304 : 2023-11-16T01:52:12.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:12 smithi155 conmon[87969]: audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:12.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:12 smithi026 conmon[83720]: audit 2023-11-16T01:52:11.124958+0000 mgr.smithi026.yidchs (mgr.14180) 1304 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:12.685 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:13.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:13 smithi155 conmon[87969]: cluster 2023-11-16T01:52:12.120197+0000 mgr.smithi026.yidchs (mgr.14180) 1305 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:13.515 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:13 smithi026 conmon[83720]: cluster 2023-11-16T01:52:12.120197+0000 mgr.smithi026.yidchs 2023-11-16T01:52:13.516 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:13 smithi026 conmon[83720]: (mgr.14180) 1305 : cluster [DBG] pgmap v870: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:14.540 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:14.542 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:15.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:15.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:15 smithi026 conmon[83720]: cluster 2023-11-16T01:52:14.120539+0000 mgr.smithi026.yidchs (mgr.14180) 1306 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:15.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:15 smithi155 conmon[87969]: cluster 2023-11-16T01:52:14.120539+0000 mgr.smithi026.yidchs (mgr.14180) 1306 : cluster [DBG] pgmap v871: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:16.091 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:16.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:16 smithi155 conmon[87969]: audit 2023-11-16T01:52:14.534482+0000 mgr.smithi026.yidchs (mgr.14180) 1307 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:16.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:16 smithi026 conmon[83720]: audit 2023-11-16T01:52:14.534482+0000 mgr.smithi026.yidchs (mgr.14180) 1307 : audit [DBG] 2023-11-16T01:52:16.566 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:16 smithi026 conmon[83720]: from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:17.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:17 smithi026 conmon[83720]: cluster 2023-11-16T01:52:16.121112+0000 mgr.smithi026.yidchs (mgr.14180) 1308 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:17.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:17 smithi155 conmon[87969]: cluster 2023-11-16T01:52:16.121112+0000 mgr.smithi026.yidchs (mgr.14180) 1308 : cluster [DBG] pgmap v872: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:17.840 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:17.840 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:18.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:19.399 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:19 smithi155 conmon[87969]: audit 2023-11-16T01:52:17.835176+0000 mgr.smithi026.yidchs (mgr.14180) 1309 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:19.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:19 smithi155 conmon[87969]: cluster 2023-11-16T01:52:18.121664+0000 mgr.smithi026.yidchs (mgr.14180) 1310 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:19.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:19 smithi026 conmon[83720]: audit 2023-11-16T01:52:17.835176+0000 mgr.smithi026.yidchs (mgr.14180) 1309 : 2023-11-16T01:52:19.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:19 smithi026 conmon[83720]: audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:19.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:19 smithi026 conmon[83720]: cluster 2023-11-16T01:52:18.121664+0000 mgr.smithi026.yidchs (mgr.14180) 1310 : cluster [DBG] pgmap v873: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:21.235 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:21.235 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:21.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:21 smithi155 conmon[87969]: cluster 2023-11-16T01:52:20.122116+0000 mgr.smithi026.yidchs (mgr.14180) 1311 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:21.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:21 smithi026 conmon[83720]: cluster 2023-11-16T01:52:20.122116+0000 mgr.smithi026.yidchs (mgr.14180) 1311 : cluster [DBG] pgmap v874: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:21.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:22 smithi155 conmon[87969]: audit 2023-11-16T01:52:21.230000+0000 mgr.smithi026.yidchs (mgr.14180) 1312 : audit 2023-11-16T01:52:22.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:22 smithi155 conmon[87969]: [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:22.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:22 smithi026 conmon[83720]: audit 2023-11-16T01:52:21.230000+0000 mgr.smithi026.yidchs (mgr.14180) 1312 : audit 2023-11-16T01:52:22.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:22 smithi026 conmon[83720]: [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:22.774 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:23.464 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:23 smithi026 conmon[83720]: cluster 2023-11-16T01:52:22.122901+0000 mgr.smithi026.yidchs (mgr 2023-11-16T01:52:23.464 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:23 smithi026 conmon[83720]: .14180) 1313 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:23.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:23 smithi155 conmon[87969]: cluster 2023-11-16T01:52:22.122901+0000 mgr.smithi026.yidchs (mgr.14180) 1313 : cluster [DBG] pgmap v875: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:24.635 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:24.636 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:25.291 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:25.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:25 smithi155 conmon[87969]: cluster 2023-11-16T01:52:24.123280+0000 mgr.smithi026.yidchs (mgr.14180) 1314 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:25.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:25 smithi026 conmon[83720]: cluster 2023-11-16T01:52:24.123280+0000 mgr.smithi026.yidchs (mgr.14180) 1314 : cluster [DBG] pgmap v876: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:26.292 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:26.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:26 smithi155 conmon[87969]: audit 2023-11-16T01:52:24.631161+0000 mgr.smithi026.yidchs (mgr.14180) 1315 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:26.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:26 smithi026 conmon[83720]: audit 2023-11-16T01:52:24.631161+0000 mgr.smithi026.yidchs (mgr.14180) 1315 : 2023-11-16T01:52:26.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:26 smithi026 conmon[83720]: audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:27.480 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:27 smithi026 conmon[83720]: cluster 2023-11-16T01:52:26.124070+0000 mgr.smithi026.yidchs ( 2023-11-16T01:52:27.480 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:27 smithi026 conmon[83720]: mgr.14180) 1316 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:27.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:27 smithi155 conmon[87969]: cluster 2023-11-16T01:52:26.124070+0000 mgr.smithi026.yidchs (mgr.14180) 1316 : cluster [DBG] pgmap v877: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:28.085 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:28.086 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:28.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:29 smithi155 conmon[87969]: audit 2023-11-16T01:52:28.080554+0000 mgr.smithi026.yidchs (mgr.14180) 1317 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:29.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:29 smithi155 conmon[87969]: cluster 2023-11-16T01:52:28.124566+0000 mgr.smithi026.yidchs (mgr.14180) 1318 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:29 smithi026 conmon[83720]: audit 2023-11-16T01:52:28.080554+0000 mgr.smithi026.yidchs (mgr.14180) 1317 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:29.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:29 smithi026 conmon[83720]: cluster 2023-11-16T01:52:28.124566+0000 mgr.smithi026.yidchs (mgr.14180) 1318 : cluster [DBG] pgmap v878: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:29.604 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:31 smithi026 conmon[83720]: cluster 2023-11-16T01:52:30.125002+0000 2023-11-16T01:52:31.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:31 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1319 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:31.456 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:31.457 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:31.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:31 smithi155 conmon[87969]: cluster 2023-11-16T01:52:30.125002+0000 mgr.smithi026.yidchs (mgr.14180) 1319 : cluster [DBG] pgmap v879: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:31.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:32.989 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:33.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:33 smithi026 conmon[83720]: audit 2023-11-16T01:52 2023-11-16T01:52:33.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:33 smithi026 conmon[83720]: :31.451485+0000 mgr.smithi026.yidchs (mgr.14180) 1320 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:33.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:33 smithi026 conmon[83720]: cluster 2023-11-16T01:52:32.125553+0000 mgr.smithi026.yidchs (mgr.14180) 1321 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:33 smithi155 conmon[87969]: audit 2023-11-16T01:52:31.451485+0000 mgr.smithi026.yidchs (mgr.14180) 1320 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:33.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:33 smithi155 conmon[87969]: cluster 2023-11-16T01:52:32.125553+0000 mgr.smithi026.yidchs (mgr.14180) 1321 : cluster [DBG] pgmap v880: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:34.851 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:34.851 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:35.453 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:35 smithi155 conmon[87969]: cluster 2023-11-16T01:52:34.126171+0000 mgr.smithi026.yidchs (mgr.14180) 1322 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:35.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:35 smithi155 conmon[87969]: 2023-11-16T01:52:35.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:35 smithi026 conmon[83720]: cluster 2023-11-16T01:52:34.126171+0000 mgr.smithi026.yidchs (mgr.14180) 1322 : cluster [DBG] pgmap v881: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:36.454 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:36.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:36 smithi026 conmon[83720]: audit 2023-11-16T01:52:34.846331+0000 mgr.smithi026.yidchs ( 2023-11-16T01:52:36.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:36 smithi026 conmon[83720]: mgr.14180) 1323 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:36.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:36 smithi155 conmon[87969]: audit 2023-11-16T01:52:34.846331+0000 mgr.smithi026.yidchs (mgr.14180) 1323 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:37 smithi155 conmon[87969]: cluster 2023-11-16T01:52:36.126765+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:52:37.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:37 smithi155 conmon[87969]: 14180) 1324 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:37.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:37 smithi026 conmon[83720]: cluster 2023-11-16T01:52:36 2023-11-16T01:52:37.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:37 smithi026 conmon[83720]: .126765+0000 mgr.smithi026.yidchs (mgr.14180) 1324 : cluster [DBG] pgmap v882: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:38.351 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:38.352 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:38.910 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:39.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:39 smithi026 conmon[83720]: cluster 2023-11-16T01:52:38.127307+0000 mgr.smithi026.yidchs (mgr.14180) 1325 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:39.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:39 smithi155 conmon[87969]: cluster 2023-11-16T01:52:38.127307+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:52:39.743 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:39 smithi155 conmon[87969]: 1325 : cluster [DBG] pgmap v883: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:39.911 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:40.584 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:40 smithi026 conmon[83720]: audit 2023-11-16T01:52:38.346701+0000 mgr.smithi026.yidchs 2023-11-16T01:52:40.584 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:40 smithi026 conmon[83720]: (mgr.14180) 1326 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:40.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:40 smithi155 conmon[87969]: audit 2023-11-16T01:52:38.346701+0000 mgr.smithi026.yidchs (mgr.14180) 1326 2023-11-16T01:52:40.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:40 smithi155 conmon[87969]: : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:41.389 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:41 smithi026 conmon[83720]: cluster 2023-11-16T01:52:40 2023-11-16T01:52:41.389 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:41 smithi026 conmon[83720]: .127753+0000 mgr.smithi026.yidchs (mgr.14180) 1327 : cluster [DBG] pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:41 smithi155 conmon[87969]: cluster 2023-11-16T01:52:40.127753+0000 mgr.smithi026.yidchs (mgr.14180) 1327 : cluster [DBG] 2023-11-16T01:52:41.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:41 smithi155 conmon[87969]: pgmap v884: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:41.791 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:41.791 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:42.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:42 smithi155 conmon[87969]: audit 2023-11-16T01:52:41.786420+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:52:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:42 smithi155 conmon[87969]: 1328 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:42.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:42 smithi155 conmon[87969]: cluster 2023-11-16T01:52:42.128318+0000 mgr.smithi026.yidchs (mgr.14180) 1329 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:42.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:42 smithi026 conmon[83720]: audit 2023-11-16T01:52:41.786420+0000 mgr.smithi026.yidchs (mgr.14180) 1328 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:42.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:42 smithi026 conmon[83720]: cluster 2023-11-16T01:52:42.128318+0000 mgr.smithi026.yidchs (mgr.14180) 1329 : cluster [DBG] pgmap v885: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:43.378 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:45.199 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:45.200 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:45 smithi155 conmon[87969]: cluster 2023-11-16T01:52:44.128658+0000 mgr.smithi026.yidchs (mgr.14180) 2023-11-16T01:52:45.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:45 smithi155 conmon[87969]: 1330 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:45.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:45 smithi026 conmon[83720]: cluster 2023-11-16T01:52:44.128658+0000 mgr.smithi026.yidchs (mgr.14180) 1330 : cluster [DBG] pgmap v886: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:45.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:46 smithi155 conmon[87969]: audit 2023-11-16T01:52:45.194566+0000 mgr.smithi026.yidchs (mgr.14180) 1331 : audit [DBG] 2023-11-16T01:52:46.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:46 smithi155 conmon[87969]: from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:46.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:46 smithi026 conmon[83720]: audit 2023-11-16T01:52:45.194566 2023-11-16T01:52:46.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:46 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1331 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:46.786 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:47 smithi155 conmon[87969]: cluster 2023-11-16T01:52:46.129324+0000 mgr.smithi026.yidchs (mgr.14180) 1332 2023-11-16T01:52:47.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:47 smithi155 conmon[87969]: : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:47.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:47 smithi026 conmon[83720]: cluster 2023-11-16T01:52:46.129324+0000 mgr.smithi026.yidchs (mgr.14180) 1332 : cluster [DBG] pgmap v887: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:48.579 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:48.579 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:49.109 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:49 smithi155 conmon[87969]: cluster 2023-11-16T01:52:48.129817+0000 mgr.smithi026.yidchs (mgr.14180) 1333 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:49.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:49 smithi155 conmon[87969]: 2023-11-16T01:52:49.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:49 smithi026 conmon[83720]: cluster 2023-11-16T01:52:48.129817+0000 mgr.smithi026.yidchs (mgr.14180) 1333 : cluster [DBG] pgmap v888: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:50.111 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:50 smithi155 conmon[87969]: audit 2023-11-16T01:52:48.574197+0000 mgr.smithi026.yidchs (mgr.14180) 1334 : audit [DBG] 2023-11-16T01:52:50.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:50 smithi155 conmon[87969]: from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:50.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:50 smithi026 conmon[83720]: audit 2023-11-16T01:52:48.574197+0000 mgr.smithi026.yidchs 2023-11-16T01:52:50.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:50 smithi026 conmon[83720]: (mgr.14180) 1334 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:51 smithi026 conmon[83720]: cluster 2023-11-16T01:52:50.130296 2023-11-16T01:52:51.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:51 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1335 : cluster [DBG] pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:51 smithi155 conmon[87969]: cluster 2023-11-16T01:52:50.130296+0000 mgr.smithi026.yidchs (mgr.14180) 1335 : cluster [DBG] 2023-11-16T01:52:51.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:51 smithi155 conmon[87969]: pgmap v889: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:51.990 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:51.990 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:52.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:53 smithi155 conmon[87969]: audit 2023-11-16T01:52:51.984743+0000 mgr.smithi026.yidchs (mgr.14180) 1336 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:53 smithi155 conmon[87969]: 2023-11-16T01:52:53.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:53 smithi155 conmon[87969]: cluster 2023-11-16T01:52:52.130896+0000 mgr.smithi026.yidchs (mgr.14180) 1337 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:53.569 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:53.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:53 smithi026 conmon[83720]: audit 2023-11-16T01:52:51.984743 2023-11-16T01:52:53.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:53 smithi026 conmon[83720]: +0000 mgr.smithi026.yidchs (mgr.14180) 1336 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:53.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:53 smithi026 conmon[83720]: cluster 2023-11-16T01:52:52.130896+0000 mgr.smithi026.yidchs (mgr.14180) 1337 : cluster [DBG] pgmap v890: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:55.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:55 smithi026 conmon[83720]: cluster 2023-11-16T01:52:54.131286+0000 mgr.smithi026.yidchs 2023-11-16T01:52:55.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:55 smithi026 conmon[83720]: (mgr.14180) 1338 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:55.447 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:55.447 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:55.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:55 smithi155 conmon[87969]: cluster 2023-11-16T01:52:54.131286+0000 mgr.smithi026.yidchs (mgr.14180) 1338 : cluster [DBG] pgmap v891: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:55.984 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:56.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:56 smithi026 conmon[83720]: audit 2023-11-16T01:52:55.441796+0000 mgr.smithi026.yidchs (mgr. 2023-11-16T01:52:56.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:56 smithi026 conmon[83720]: 14180) 1339 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:56.595 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:56 smithi026 conmon[83720]: cluster 2023-11-16T01:52:56.131977+0000 mgr.smithi026.yidchs (mgr.14180) 1340 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:56.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:56 smithi155 conmon[87969]: audit 2023-11-16T01:52:55.441796+0000 mgr.smithi026.yidchs (mgr.14180) 1339 : audit [DBG] 2023-11-16T01:52:56.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:56 smithi155 conmon[87969]: from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:52:56.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:56 smithi155 conmon[87969]: cluster 2023-11-16T01:52:56.131977+0000 mgr.smithi026.yidchs (mgr.14180) 1340 : cluster [DBG] pgmap v892: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:56.985 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:52:58.780 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:52:58.780 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:52:59.341 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:52:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:59 smithi155 conmon[87969]: cluster 2023-11-16T01:52:58.132468+0000 mgr.smithi026.yidchs (mgr.14180) 1341 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:52:59.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:52:59 smithi155 conmon[87969]: 2023-11-16T01:52:59.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:52:59 smithi026 conmon[83720]: cluster 2023-11-16T01:52:58.132468+0000 mgr.smithi026.yidchs (mgr.14180) 1341 : cluster [DBG] pgmap v893: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:00.342 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:53:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:00 smithi155 conmon[87969]: audit 2023-11-16T01:52:58.774801+0000 mgr.smithi026.yidchs (mgr.14180) 1342 : audit 2023-11-16T01:53:00.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:00 smithi155 conmon[87969]: [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:00.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:00 smithi026 conmon[83720]: audit 2023-11-16T01:52:58.774801+0000 mgr.smithi026.yidchs (mgr.14180) 1342 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:01 smithi155 conmon[87969]: cluster 2023-11-16T01:53:00.132998+0000 mgr.smithi026.yidchs (mgr.14180) 1343 : cluster [DBG] 2023-11-16T01:53:01.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:01 smithi155 conmon[87969]: pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:01.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:01 smithi026 conmon[83720]: cluster 2023-11-16T01:53:00.132998+0000 mgr.smithi026.yidchs (mgr.14180) 1343 : cluster [DBG] pgmap v894: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:02.118 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:53:02.118 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:53:02.700 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:53:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:03 smithi155 conmon[87969]: audit 2023-11-16T01:53:02.113219+0000 mgr.smithi026.yidchs (mgr.14180) 1344 : audit 2023-11-16T01:53:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:03 smithi155 conmon[87969]: [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:03.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:03 smithi155 conmon[87969]: cluster 2023-11-16T01:53:02.133570+0000 mgr.smithi026.yidchs (mgr.14180) 1345 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:03.593 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:03 smithi026 conmon[83720]: audit 2023-11-16T01:53:02.113219+0000 mgr.smithi026.yidchs (mgr.14180) 1344 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:03.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:03 smithi026 conmon[83720]: 2023-11-16T01:53:03.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:03 smithi026 conmon[83720]: cluster 2023-11-16T01:53:02.133570+0000 mgr.smithi026.yidchs (mgr.14180) 1345 : cluster [DBG] pgmap v895: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:03.702 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ed3c8e926b9de93026c8a7c1d86be5d6821b52ac shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 -- ceph orch ls -f json 2023-11-16T01:53:05.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:05 smithi155 conmon[87969]: cluster 2023-11-16T01:53:04.134143+0000 mgr.smithi026.yidchs (mgr.14180) 1346 : cluster [DBG] 2023-11-16T01:53:05.493 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:05 smithi155 conmon[87969]: pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:05.506 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-11-16T01:53:05.507 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-16T01:23:37.070320Z", "last_refresh": "2023-11-16T01:51:49.741631Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-16T01:23:31.081797Z", "last_refresh": "2023-11-16T01:51:47.274648Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-16T01:23:34.398290Z", "last_refresh": "2023-11-16T01:51:49.741763Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:44:32.325110Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.qwnwet on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:48:12.006879Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi155.xgjgbk on smithi155: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi155-xgjgbk\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi155.xgjgbk\nDeploy daemon haproxy.rgw.foo.smithi155.xgjgbk ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:46:15Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:46: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-16T01:47:31Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi155 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.044269Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi026.ekwkpb on smithi026: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy-rgw-foo-smithi026-ekwkpb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-haproxy.rgw.foo.smithi026.ekwkpb\nDeploy daemon haproxy.rgw.foo.smithi026.ekwkpb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-11-16T01:48:48Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:49:26Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-11-16T01:50:04Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi026 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-16T01:50:45.045444Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi026.zqwtuz on smithi026: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-11-16T01:50:45.046490Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi155.mfjrks on smithi155: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.26/16"}, "status": {"created": "2023-11-16T01:28:37.178268Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-16T01:23:29.271539Z", "last_refresh": "2023-11-16T01:51:47.274872Z", "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:08.205869Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi155:172.21.15.155=smithi155"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-16T01:25:08.203055Z", "last_refresh": "2023-11-16T01:51:47.275009Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-16T01:23:35.657318Z", "last_refresh": "2023-11-16T01:51:47.275134Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-16T01:25:29.192843Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-16T01:25:29.189549Z", "last_refresh": "2023-11-16T01:51:47.275255Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-16T01:23:33.043963Z", "last_refresh": "2023-11-16T01:51:49.741910Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-11-16T01:28:37.178031Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-11-16T01:28:44.977007Z", "last_refresh": "2023-11-16T01:51:47.275722Z", "ports": [8000], "running": 4, "size": 4}}] 2023-11-16T01:53:05.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:05 smithi026 conmon[83720]: cluster 2023-11-16T01:53:04.134143+0000 mgr.smithi026.yidchs (mgr.14180) 1346 : cluster [DBG] pgmap v896: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:06.090 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-11-16T01:53:06.091 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-16T01:53:06.167 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c1e8bf9814c34ce3b38d23703a11651a 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-16T01:53:06.169 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-16T01:53:06.181 INFO:tasks.vip:Removing 10.0.15.26 (and any VIPs) on smithi026.front.sepia.ceph.com iface ens1f0... 2023-11-16T01:53:06.181 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip addr del 10.0.15.26/16 dev ens1f0 2023-11-16T01:53:06.215 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip addr del 10.0.31.26/16 dev ens1f0 2023-11-16T01:53:06.281 INFO:teuthology.orchestra.run.smithi026.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T01:53:06.282 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T01:53:06.283 INFO:tasks.vip:Removing 10.0.15.155 (and any VIPs) on smithi155.front.sepia.ceph.com iface enp3s0f1... 2023-11-16T01:53:06.283 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr del 10.0.15.155/16 dev enp3s0f1 2023-11-16T01:53:06.331 DEBUG:teuthology.orchestra.run.smithi155:> sudo ip addr del 10.0.31.26/16 dev enp3s0f1 2023-11-16T01:53:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 conmon[83720]: audit 2023-11-16T01:53:05.501684+0000 2023-11-16T01:53:06.343 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 conmon[83720]: mgr.smithi026.yidchs (mgr.14180) 1347 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:06.344 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 conmon[83720]: cluster 2023-11-16T01:53:06.134768+0000 mgr.smithi026.yidchs (mgr.14180) 1348 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:06.358 INFO:teuthology.orchestra.run.smithi155.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-16T01:53:06.360 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-16T01:53:06.360 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-16T01:53:06.370 INFO:tasks.cephadm:Teardown begin 2023-11-16T01:53:06.370 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:53:06.395 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:53:06.427 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-16T01:53:06.428 DEBUG:teuthology.orchestra.run.smithi026:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:53:06.450 DEBUG:teuthology.orchestra.run.smithi155:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-16T01:53:06.483 INFO:tasks.cephadm:Stopping all daemons... 2023-11-16T01:53:06.484 INFO:tasks.cephadm.mon.smithi026:Stopping mon.smithi026... 2023-11-16T01:53:06.484 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026 2023-11-16T01:53:06.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:06 smithi155 conmon[87969]: audit 2023-11-16T01:53:05.501684+0000 mgr.smithi026.yidchs (mgr.14180) 1347 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-16T01:53:06.742 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:06 smithi155 conmon[87969]: cluster 2023-11-16T01:53:06.134768+0000 mgr.smithi026.yidchs (mgr.14180) 1348 : cluster [DBG] pgmap v897: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-16T01:53:06.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:53:06.831 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 bash[280351]: Error: no container with name or ID ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-mon.smithi026 found: no such container 2023-11-16T01:53:07.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 conmon[83720]: debug 2023-11-16T01:53:06.829+0000 7f9534e13700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi026 -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-16T01:53:07.093 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:06 smithi026 conmon[83720]: debug 2023-11-16T01:53:06.829+0000 7f9534e13700 -1 mon.smithi026@0(leader) e2 *** Got Signal Terminated *** 2023-11-16T01:53:07.594 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Nov 16 01:53:07 smithi026 bash[280466]: fd16686c6d9edd40e8528f64d6971582b5345eb93c1999c4db89af65241ee0a9 2023-11-16T01:53:07.643 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi026.service' 2023-11-16T01:53:07.686 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T01:53:07.686 INFO:tasks.cephadm.mon.smithi026:Stopped mon.smithi026 2023-11-16T01:53:07.687 INFO:tasks.cephadm.mon.smithi155:Stopping mon.smithi155... 2023-11-16T01:53:07.687 DEBUG:teuthology.orchestra.run.smithi155:> sudo systemctl stop ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi155 2023-11-16T01:53:07.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:07 smithi155 systemd[1]: Stopping Ceph mon.smithi155 for 8da68c84-841e-11ee-8dbe-212e2dc638e7... 2023-11-16T01:53:07.993 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:07 smithi155 bash[119548]: Error: no container with name or ID ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7-mon.smithi155 found: no such container 2023-11-16T01:53:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:08 smithi155 conmon[87969]: debug 2023-11-16T01:53:08.091+0000 7ff3b0504700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi155 -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-16T01:53:08.492 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:08 smithi155 conmon[87969]: debug 2023-11-16T01:53:08.091+0000 7ff3b0504700 -1 mon.smithi155@1(peon) e2 *** Got Signal Terminated *** 2023-11-16T01:53:08.992 INFO:journalctl@ceph.mon.smithi155.smithi155.stdout:Nov 16 01:53:08 smithi155 bash[119665]: b3572e82f67f36320299d5592209b92693e483635b981fda7764e409b6887c46 2023-11-16T01:53:09.014 DEBUG:teuthology.orchestra.run.smithi155:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8da68c84-841e-11ee-8dbe-212e2dc638e7@mon.smithi155.service' 2023-11-16T01:53:09.058 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-16T01:53:09.059 INFO:tasks.cephadm.mon.smithi155:Stopped mon.smithi155 2023-11-16T01:53:09.059 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T01:54:09.708 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 --force --keep-logs 2023-11-16T01:55:18.963 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:55:19.014 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-16T01:55:19.042 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-16T01:55:19.045 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/ubuntu@smithi026.front.sepia.ceph.com/crash 2023-11-16T01:55:19.046 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T01:55:19.087 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T01:55:19.087 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2023-11-16T01:55:19.089 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/ubuntu@smithi155.front.sepia.ceph.com/crash 2023-11-16T01:55:19.093 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-16T01:55:19.128 INFO:teuthology.orchestra.run.smithi155.stderr:tar: /var/lib/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-16T01:55:19.129 INFO:teuthology.orchestra.run.smithi155.stderr:tar: Error is not recoverable: exiting now 2023-11-16T01:55:19.129 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-16T01:55:19.130 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-16T01:55:19.159 INFO:teuthology.orchestra.run.smithi026.stderr:grep: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-16T01:55:19.166 INFO:tasks.cephadm:Compressing logs... 2023-11-16T01:55:19.167 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:55:19.201 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:55:19.229 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T01:55:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:: No such file or directory 2023-11-16T01:55:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T01:55:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi026.log 2023-11-16T01:55:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log 2023-11-16T01:55:19.231 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi026.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi026.yidchs.log 2023-11-16T01:55:19.231 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.bmapbt.log 2023-11-16T01:55:19.232 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi026.yidchs.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.xibsjb.log 2023-11-16T01:55:19.237 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.bmapbt.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log 2023-11-16T01:55:19.238 INFO:teuthology.orchestra.run.smithi026.stderr: 59.7% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.bmapbt.log.gz 2023-11-16T01:55:19.238 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.xibsjb.log: 68.0% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi026.xibsjb.log.gz 2023-11-16T01:55:19.238 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log 2023-11-16T01:55:19.238 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log 2023-11-16T01:55:19.241 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log: 92.6% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T01:55:19.246 INFO:teuthology.orchestra.run.smithi155.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-16T01:55:19.246 INFO:teuthology.orchestra.run.smithi155.stderr:: No such file or directory 2023-11-16T01:55:19.246 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-16T01:55:19.247 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi155.log 2023-11-16T01:55:19.247 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.llbbqp.log 2023-11-16T01:55:19.247 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi155.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log 2023-11-16T01:55:19.247 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi155.xfvsfm.log 2023-11-16T01:55:19.248 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.llbbqp.log: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log: 66.4% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.llbbqp.log.gz 2023-11-16T01:55:19.248 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log 2023-11-16T01:55:19.248 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi155.xfvsfm.log: gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.zxxzxm.log 2023-11-16T01:55:19.248 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.zxxzxm.log: 61.2% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-client.rgw.foo.smithi155.zxxzxm.log.gz 2023-11-16T01:55:19.249 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log 2023-11-16T01:55:19.249 INFO:teuthology.orchestra.run.smithi155.stderr:gzip -5 --verbose -- /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log 2023-11-16T01:55:19.249 INFO:teuthology.orchestra.run.smithi155.stderr:/var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log: 92.5% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-16T01:55:19.249 INFO:teuthology.orchestra.run.smithi155.stderr: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T01:55:19.250 INFO:teuthology.orchestra.run.smithi155.stderr: 93.4% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi155.xfvsfm.log.gz 2023-11-16T01:55:19.257 INFO:teuthology.orchestra.run.smithi026.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-16T01:55:19.448 INFO:teuthology.orchestra.run.smithi026.stderr: 90.0% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi026.yidchs.log.gz 2023-11-16T01:55:19.609 INFO:teuthology.orchestra.run.smithi155.stderr: 92.7% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi155.log.gz 2023-11-16T01:55:20.041 INFO:teuthology.orchestra.run.smithi155.stderr: 93.3% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.2.log.gz 2023-11-16T01:55:20.083 INFO:teuthology.orchestra.run.smithi026.stderr: 90.3% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-mon.smithi026.log.gz 2023-11-16T01:55:20.206 INFO:teuthology.orchestra.run.smithi155.stderr: 93.1% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.0.log.gz 2023-11-16T01:55:20.238 INFO:teuthology.orchestra.run.smithi155.stderr: 93.1% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.4.log.gz 2023-11-16T01:55:20.245 INFO:teuthology.orchestra.run.smithi155.stderr: 93.1% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.6.log.gz 2023-11-16T01:55:20.246 INFO:teuthology.orchestra.run.smithi155.stderr: 2023-11-16T01:55:20.247 INFO:teuthology.orchestra.run.smithi155.stderr:real 0m1.031s 2023-11-16T01:55:20.247 INFO:teuthology.orchestra.run.smithi155.stderr:user 0m4.055s 2023-11-16T01:55:20.247 INFO:teuthology.orchestra.run.smithi155.stderr:sys 0m0.182s 2023-11-16T01:55:20.255 INFO:teuthology.orchestra.run.smithi026.stderr: 93.2% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.5.log.gz 2023-11-16T01:55:20.321 INFO:teuthology.orchestra.run.smithi026.stderr: 93.4% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.7.log.gz 2023-11-16T01:55:20.447 INFO:teuthology.orchestra.run.smithi026.stderr: 93.4% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.3.log.gz 2023-11-16T01:55:20.536 INFO:teuthology.orchestra.run.smithi026.stderr: 93.2% -- replaced with /var/log/ceph/8da68c84-841e-11ee-8dbe-212e2dc638e7/ceph-osd.1.log.gz 2023-11-16T01:55:20.536 INFO:teuthology.orchestra.run.smithi026.stderr: 2023-11-16T01:55:20.536 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m1.321s 2023-11-16T01:55:20.536 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m5.570s 2023-11-16T01:55:20.537 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.206s 2023-11-16T01:55:20.537 INFO:tasks.cephadm:Archiving logs... 2023-11-16T01:55:20.537 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/ubuntu@smithi026.front.sepia.ceph.com/log 2023-11-16T01:55:20.538 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T01:55:21.619 DEBUG:teuthology.misc:Transferring archived files from smithi155:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/ubuntu@smithi155.front.sepia.ceph.com/log 2023-11-16T01:55:21.621 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-16T01:55:22.428 INFO:tasks.cephadm:Removing cluster... 2023-11-16T01:55:22.428 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 --force 2023-11-16T01:55:22.924 DEBUG:teuthology.orchestra.run.smithi155:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8da68c84-841e-11ee-8dbe-212e2dc638e7 --force 2023-11-16T01:55:23.396 INFO:tasks.cephadm:Removing cephadm ... 2023-11-16T01:55:23.397 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T01:55:23.414 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-16T01:55:23.430 INFO:tasks.cephadm:Teardown complete 2023-11-16T01:55:23.430 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-16T01:55:23.444 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_1... 2023-11-16T01:55:23.444 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_1 2023-11-16T01:55:23.585 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T01:55:23.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:23.587 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_2... 2023-11-16T01:55:23.588 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_2 2023-11-16T01:55:23.714 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T01:55:23.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:23.716 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_3... 2023-11-16T01:55:23.716 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_3 2023-11-16T01:55:23.848 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T01:55:23.849 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:23.850 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi026:/dev/vg_nvme/lv_4... 2023-11-16T01:55:23.850 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme disconnect -n lv_4 2023-11-16T01:55:23.970 INFO:teuthology.orchestra.run.smithi026.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T01:55:23.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:23.972 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-11-16T01:55:23.972 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/scratch_devs 2023-11-16T01:55:23.998 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_1... 2023-11-16T01:55:23.999 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_1 2023-11-16T01:55:24.143 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-16T01:55:24.144 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:24.145 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_2... 2023-11-16T01:55:24.145 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_2 2023-11-16T01:55:24.270 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-16T01:55:27.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:27.633 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_3... 2023-11-16T01:55:27.634 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_3 2023-11-16T01:55:27.774 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-16T01:55:27.775 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:27.775 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi155:/dev/vg_nvme/lv_4... 2023-11-16T01:55:27.776 DEBUG:teuthology.orchestra.run.smithi155:> sudo nvme disconnect -n lv_4 2023-11-16T01:55:27.902 INFO:teuthology.orchestra.run.smithi155.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-16T01:55:27.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:27.903 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-11-16T01:55:27.903 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/scratch_devs 2023-11-16T01:55:27.929 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-16T01:55:27.939 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-16T01:55:27.940 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T01:55:27.942 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-16T01:55:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:210 Number of sources = 4 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv01.front.sepia.ceph.com 2 7 377 109 +2309us[+2320us] +/- 94ms 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv02.front.sepia.ceph.com 3 7 377 37 -645us[ -631us] +/- 64ms 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 104 -1386us[-1375us] +/- 88ms 2023-11-16T01:55:27.961 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:55:27.983 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-11-16T01:55:27.986 INFO:teuthology.orchestra.run.smithi155.stdout:210 Number of sources = 4 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 43 +2406us[+2377us] +/- 95ms 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv02.front.sepia.ceph.com 3 6 377 41 -573us[ -602us] +/- 64ms 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 44 -1323us[-1353us] +/- 89ms 2023-11-16T01:55:27.987 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-16T01:55:27.988 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-16T01:55:27.999 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-16T01:55:28.000 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-16T01:55:28.010 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:55:28.120 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:55:28.206 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:55:28.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:28.240 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:55:28.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:28.271 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-16T01:55:28.287 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-16T01:55:28.297 INFO:teuthology.task.internal:Duration was 2626.784219 seconds 2023-11-16T01:55:28.299 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-16T01:55:28.308 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-16T01:55:28.309 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T01:55:28.311 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-16T01:55:28.355 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:55:28.355 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-16T01:55:28.753 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-16T01:55:28.754 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2023-11-16T01:55:28.754 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:55:28.774 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2023-11-16T01:55:28.774 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:55:28.814 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-16T01:55:28.814 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T01:55:28.818 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-16T01:55:28.905 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-16T01:55:28.906 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T01:55:28.908 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-16T01:55:29.079 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-16T01:55:29.090 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-16T01:55:29.090 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T01:55:29.116 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-16T01:55:29.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-16T01:55:29.155 DEBUG:teuthology.orchestra.run.smithi026:> 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-16T01:55:29.158 DEBUG:teuthology.orchestra.run.smithi155:> 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-16T01:55:29.180 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2023-11-16T01:55:29.205 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2023-11-16T01:55:29.219 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T01:55:29.248 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:29.249 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-16T01:55:29.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-16T01:55:29.273 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-16T01:55:29.285 INFO:teuthology.task.internal:Transferring archived files... 2023-11-16T01:55:29.286 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/smithi026 2023-11-16T01:55:29.287 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T01:55:29.337 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637/remote/smithi155 2023-11-16T01:55:29.337 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-16T01:55:29.375 INFO:teuthology.task.internal:Removing archive directory... 2023-11-16T01:55:29.375 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T01:55:29.378 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-16T01:55:29.423 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-16T01:55:29.438 INFO:teuthology.task.internal:Not uploading archives. 2023-11-16T01:55:29.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-16T01:55:29.464 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-16T01:55:29.465 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T01:55:29.467 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-16T01:55:29.482 INFO:teuthology.orchestra.run.smithi026.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 01:55 /home/ubuntu/cephtest 2023-11-16T01:55:29.483 INFO:teuthology.orchestra.run.smithi155.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 16 01:55 /home/ubuntu/cephtest 2023-11-16T01:55:29.484 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-16T01:55:29.496 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-16T01:55:29.520 INFO:teuthology.nuke:Checking targets against current locks 2023-11-16T01:55:29.543 DEBUG:teuthology.nuke:shortname: smithi026 2023-11-16T01:55:29.543 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:55:29.574 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637', '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-16 01:03:32.528268', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAcfWF4XJ9EvtKgv+ExkjBDgHZDByPXlxymAMSsZ2iQpyr8orkDcJmoim43gl0BRY4WcfkmR3bLLc5gFNS1NYxY='} 2023-11-16T01:55:29.578 DEBUG:teuthology.nuke:shortname: smithi155 2023-11-16T01:55:29.578 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-16T01:55:29.602 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-15_21:10:46-rados-wip-yuri3-testing-2023-11-14-1227-pacific-distro-default-smithi/7459637', '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-16 01:03:32.526402', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOstMOCiBvKFON58IMS7Oi3QvP4I90Dp6kPtFxvjcrKbFbUVwo1sHHnma7cbECDyYnbJrNiAN5oFQMdpRsWCmJg='} 2023-11-16T01:55:29.637 INFO:teuthology.orchestra.console.smithi026:Power off 2023-11-16T01:55:29.637 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T01:55:29.661 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2023-11-16T01:55:29.662 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:29.680 INFO:teuthology.orchestra.console.smithi155:Power off 2023-11-16T01:55:29.681 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-16T01:55:29.691 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2023-11-16T01:55:29.705 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2023-11-16T01:55:29.706 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:29.752 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-16T01:55:33.692 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:33.753 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:33.805 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2023-11-16T01:55:33.870 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-16T01:55:37.810 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:37.871 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:37.921 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2023-11-16T01:55:37.985 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-11-16T01:55:38.022 INFO:teuthology.orchestra.console.smithi026:Power off completed 2023-11-16T01:55:41.986 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-16T01:55:42.098 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2023-11-16T01:55:42.199 INFO:teuthology.orchestra.console.smithi155:Power off completed 2023-11-16T01:55:42.303 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: 2626.7842190265656 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c1e8bf9814c34ce3b38d23703a11651a status: fail success: false 2023-11-16T01:55:42.303 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-16T01:55:42.385 INFO:teuthology.run:FAIL